platform/upstream/llvm.git
2015-04-08 Toma Tabacu[mips] [IAS] Do not generate redundant move when expand...
2015-04-08 Rafael EspindolaDon't repeat names in comments. NFC.
2015-04-08 Benjamin Kramer[jitlistener] Remove unused code
2015-04-08 Alexander Kornienko[clang-tidy] Fix for http://llvm.org/PR23130
2015-04-08 Alexey Bataev[OPENMP] Allow redeclaration of variables as threadprivate.
2015-04-08 Toma Tabacu[mips] [IAS] Add support for the BNEZL and BEQZL pseudo...
2015-04-08 Rafael EspindolaWrite the section header in the end.
2015-04-08 Sergey Dmitrouk[ARM][Debug Info] Restore emitting of .cfi_def_cfa_offs...
2015-04-08 Toma Tabacu[mips] [IAS] Remove AssemblerPredicate's from RelocPIC...
2015-04-08 Simon Atanasyan[ELF] Remove redundant GOTFile classes
2015-04-08 Simon Atanasyan[ELF] Do not save a reference to GOTFile instance in...
2015-04-08 Pavel LabathAdd documentation about remote debugging to the website
2015-04-08 Dmitry Vyukovtsan: handle async signals while blocked in pthread_con...
2015-04-08 Daniel Jasper[MachineLICM] Cleanup, remove unused parameters. NFC.
2015-04-08 Kostya Serebryany[lib/Fuzzer] show how to find Heartbleed with LibFuzzer
2015-04-08 Craig TopperRevert r234389. It really was needed but really should...
2015-04-08 Craig TopperRemove unnecessary include. NFC
2015-04-08 Sanjoy Das[InstCombine] Refactor out OptimizeOverflowCheck. ...
2015-04-08 Adam NemetRevert "[LoopAccesses] Allow analysis to complete in...
2015-04-08 Alexei Starovoitov[bpf] support BPF backend as shared library
2015-04-08 Matthias BraunOops, didn't mean to commit my debug fprintfs
2015-04-08 Tom StellardR600/SI: Add some missing overrides
2015-04-08 Andrew Wilkins[llgo] add buildbot-slave config
2015-04-08 Matthias BraunLiveInterval: Fix computeFromMainRange() producing...
2015-04-08 Tom StellardR600/SI: Initial support for assembler and inline assembly
2015-04-08 Tom StellardR600/SI: Add missing SOPK instructions
2015-04-08 Tom StellardR600/SI: Don't print offset0/offset1 DS operands when...
2015-04-08 Davide ItalianoAllow undefined symbols in shared library by default.
2015-04-08 NAKAMURA TakumiELFObjectWriter.cpp: Prune obsolete \param since r23434...
2015-04-08 Aaron BallmanAppease build bots that cannot find a viable conversion...
2015-04-08 Aaron BallmanGenerate a diagnostic when a catch handler cannot execu...
2015-04-08 Reid KlecknerUse the most recent previous decl to check if inline...
2015-04-07 Chaoren LinFix compilation failure caused by r234366.
2015-04-07 Tim NorthoverAArch64: disallow "fmov sD, #-0.0" during assembly.
2015-04-07 Rui UeyamaELF: Minor simplification.
2015-04-07 Rafael EspindolaDelete commented code. Don't repeat name in comment.
2015-04-07 Rui UeyamaMachO: Remove unused vectors from MachHeaderAliasFile...
2015-04-07 Rui UeyamaRemove unused vectors from FileArchive.
2015-04-07 Rui UeyamaELF: Simplify ELFFile by deriving from SimpleFile inste...
2015-04-07 Greg ClaytonMake sure the OperatingSystem plug-ins will work on...
2015-04-07 Rui UeyamaDefine SimpleFile::addAtom for concrete atom types.
2015-04-07 Greg ClaytonFix stepping a virtual thread when the python operating...
2015-04-07 David Majnemer[Sema] Correctly recurse when looking for [*] in functi...
2015-04-07 Rafael EspindolaDon't subtract the header size just to add it back.
2015-04-07 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-07 Andrew Kaylor[WinEH] Add invoke of llvm.donothing to outlined catch...
2015-04-07 Rafael EspindolaUse support::endian. NFC.
2015-04-07 Simon Atanasyan[ELF] Set `addAbsoluteAtom` and `addUndefinedAtom`...
2015-04-07 Simon Atanasyan[ELF] Remove unused xxxWriter class fields
2015-04-07 Simon Atanasyan[ELF] Remove redundant override methods which just...
2015-04-07 Reid KlecknerRevert "Mark instantiated function decls as inline...
2015-04-07 Rui UeyamaMerge MutableFile with SimpleFile.
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-04-07 Rafael EspindolaRemove dead code. NFC.
2015-04-07 Sean CallananAdded a testcase that checks that struct arguments
2015-04-07 Ahmed Bougacha[ARM] Mark a bunch of .td Operands with type _MEMORY.
2015-04-07 Alexei Starovoitov[bpf] fix build
2015-04-07 Sean CallananMade the struct types test case a little stricter,
2015-04-07 Simon Atanasyan[ELF] Simplify adding default atoms
2015-04-07 Reid Kleckner[WinEH] Fix xdata generation when no catch object is...
2015-04-07 Rafael EspindolaRemove intermediate variables.
2015-04-07 Sanjay Patelmove helper function closer to use; NFC
2015-04-07 Andrew KaylorEnable W4 warnings by default for MSVC builds
2015-04-07 Rafael EspindolaRemove unused argument.
2015-04-07 Chaoren LinFix bug where an additional O packet is sent after...
2015-04-07 Duncan P. N... DebugInfo: Remove constructors for DIRef<>
2015-04-07 Duncan P. N... Revert "Fix a compiler error under MSVC"
2015-04-07 Sanjay Patelfix typo; NFC
2015-04-07 Sanjay Pateladd some const to FastMathFlags getters; NFC
2015-04-07 Reid Kleckner[lit] Allow disabling an entire gtest suite, as is...
2015-04-07 Duncan P. N... Revert "Try a third time to fix MSVC build after r234290"
2015-04-07 Matthias BraunAArch64: Don't lower ISD::SELECT to ISD::SELECT_CC
2015-04-07 Duncan P. N... Revert "Workaround bot failure with explicit conversion...
2015-04-07 Oleksiy VyalovDelete port forwarding if ConnectRemote fails.
2015-04-07 Duncan P. N... Workaround continued bot failures with MDTupleTypedArra...
2015-04-07 Sean CallananFixed a problem where the second @import statement
2015-04-07 Duncan P. N... Workaround bot failure with explicit conversion to...
2015-04-07 Fariborz Jahanian[Objective-C Sema] Patch to not issue unavailbility...
2015-04-07 Duncan P. N... DebugInfo: LLVM API change in r234326 for array-like...
2015-04-07 Duncan P. N... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Daniel JasperCleanup register pressure calculation in MachineLICM.
2015-04-07 Tom StellardImplement atanh builtin
2015-04-07 Tom StellardImplement acosh builtin
2015-04-07 Tamas BerghammerFix host config for Android and remove android specific...
2015-04-07 Pavel LabathRemove check for windows when compiling scripts directory
2015-04-07 Daniel Jasperclang-format: Fix regression formatting QT's "signals...
2015-04-07 Pavel LabathDon't compile scripts directory if LLDB_DISABLE_PYTHON...
2015-04-07 Daniel Jasperclang-format: Don't allow labels when expecting declara...
2015-04-07 Pavel LabathAdd some documentation about cross-compilation to
2015-04-07 Toma Tabacu[mips] [IAS] Allow .set assignments for already defined...
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-04-07 Aaron BallmanSilencing several "enumeral and non-enumeral type in...
2015-04-07 Rafael EspindolaClear the stub map in getSortedStubs.
2015-04-07 Toma Tabacu[TableGen] Prevent invalid code generation when emittin...
2015-04-07 Denis Protivensky[ARM] Use getMappingAtomName in Release only
2015-04-07 Daniel Jasper[MachineLICM] Remove obsolete comment about not conside...
2015-04-07 Daniel JasperAdd test showing that MachineLICM is calculating regist...
2015-04-07 Timur IskhodzhanovFix a compiler error under MSVC
2015-04-07 Tamas BerghammerIgnore mapping symbols on aarch64
2015-04-07 Daniel JasperRevert "[SEH] Implement filter capturing in CodeGen"
next