summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Fix CFI index to account for padding nullptr functionDerek Schuff2016-08-085-10/+12
* The first string table entry should be a null terminated space, not just null.Pete Cooper2016-08-082-2/+71
* Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header i...Rui Ueyama2016-08-081-2/+1
* Revert r278065 while I investigate some build-bot breakage.Lang Hames2016-08-086-92/+2
* Allow building both shared and static libraryPetr Hosek2016-08-083-24/+63
* Allow building both shared and static libraryPetr Hosek2016-08-082-16/+42
* Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not pr...Rui Ueyama2016-08-081-1/+2
* [RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.Lang Hames2016-08-086-2/+92
* Garbage collection is not around anymore, we can remove our support for it.Greg Clayton2016-08-081-17/+1
* Fix more RegisterInfo initialization issues and quiet hundreds of warnings.Greg Clayton2016-08-0811-727/+727
* [ScopDetection] Remove unused DetectionContexts during expansion.Michael Kruse2016-08-081-1/+6
* Fix printf warnings.Greg Clayton2016-08-081-2/+2
* Fix RegisterInfo initializers to have all the required initializers after rec...Greg Clayton2016-08-088-229/+229
* Do not depend on unwind when building standalonePetr Hosek2016-08-081-4/+3
* COFF: handle /debugtype optionSaleem Abdulrasool2016-08-083-1/+39
* Revert "[X86] Support the "ms-hotpatch" attribute."Charles Davis2016-08-0812-168/+22
* Revert "[Attr] Add support for the `ms_hook_prologue` attribute."Charles Davis2016-08-087-74/+11
* [Driver] Enable CFI for WebAssemblyDerek Schuff2016-08-081-1/+3
* [Attr] Add support for the `ms_hook_prologue` attribute.Charles Davis2016-08-087-11/+74
* InstCombine: Remove a redundant #ifdef NDEBUG. NFCJustin Bogner2016-08-081-2/+0
* [X86] Support the "ms-hotpatch" attribute.Charles Davis2016-08-0812-22/+168
* Refactor getMipsEFlags.Rui Ueyama2016-08-085-198/+221
* [MemorySSA] Fix windows build breakage caused by r278028 (take 2)Geoff Berry2016-08-081-0/+5
* [Hexagon] Add pattern for 64-bit mulhsKrzysztof Parzyszek2016-08-083-11/+56
* [GPGPU] Support Values referenced from both isl expr and llvm instructionsTobias Grosser2016-08-082-0/+69
* [LoopUnroll] Simplify loops created by unrolling.Michael Zolotukhin2016-08-081-0/+19
* RefreshCallGraph does not modify the SCC, adding "const" to make it clear (NFC)Mehdi Amini2016-08-081-3/+3
* Fix linking of omp_foreign_thread_team_reuse test on FreeBSDDimitry Andric2016-08-081-1/+1
* [MemorySSA] Fix windows build breakage caused by r278028Geoff Berry2016-08-082-5/+12
* Re-add SystemZ SNaN testElliot Colp2016-08-081-0/+15
* [BuildingAJIT] Fix a couple of typos in the Chapter 3 draft.Lang Hames2016-08-081-6/+6
* CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent sp...Eugene Zelenko2016-08-081-7/+6
* [X86] Improve code size on X86 segment movesNirav Dave2016-08-083-2/+50
* CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent sp...Eugene Zelenko2016-08-081-5/+4
* CMakeLists.txt cleanups: synchronize version and CMake minimum required versi...Eugene Zelenko2016-08-081-22/+21
* [MemorySSA] Ensure address stability of MemorySSA object.Geoff Berry2016-08-082-20/+17
* [esan] Add iterator to esan's generic hashtableDerek Bruening2016-08-082-3/+179
* [GPGPU] Create code to verify run-time conditionsTobias Grosser2016-08-082-1/+67
* Fix compilation in 'asserts' modeTobias Grosser2016-08-081-1/+1
* [esan] Add generic resizing hashtableDerek Bruening2016-08-082-0/+384
* [clang-tidy] enhance modernize-use-bool-literals to check ternary operatorKirill Bobyrev2016-08-083-16/+59
* [StreamExecutor] Add DeviceMemory and kernel arg packingJason Henline2016-08-084-0/+668
* [analyzer] Change -analyze-function to accept qualified names.Artem Dergachev2016-08-085-49/+121
* [IslNodeBuilder] Move run-time check generation to NodeBuilder [NFC]Tobias Grosser2016-08-083-22/+32
* [ARM] Command-line options for embedded position-independent codeOliver Stannard2016-08-085-1/+109
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-0816-21/+551
* [CodeGeneration] Do not set insert position redundantlyTobias Grosser2016-08-081-1/+0
* [IslNodeBuilder] Directly use the insert location of our BuilderTobias Grosser2016-08-081-1/+14
* [SystemZ] Add support for the .insn directiveZhan Jun Liau2016-08-088-0/+657
* Revert r2277979.Nico Weber2016-08-081-1/+0
OpenPOWER on IntegriCloud