summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Fix typo: 's/ ot / to /' [NFC]Mandeep Singh Grang2019-02-213-3/+3
* [LoopSimplifyCFG] Update MemorySSA after r353911.Alina Sbirlea2019-02-216-37/+43
* [EarlyCSE] Cleanup deadcode. [NFCI]Alina Sbirlea2019-02-211-5/+1
* [Hexagon] Use misaligned load instead of trap0(#0) for __builtin_trapKrzysztof Parzyszek2019-02-215-2/+61
* [CodeGen] Fix string literal address space casting.Michael Liao2019-02-212-3/+11
* Revert r354606, it breaks asan testsKrzysztof Parzyszek2019-02-215-61/+2
* [test] Fix typo: 's/ ot / to /' [NFC]Mandeep Singh Grang2019-02-211-1/+1
* ELF: Remove dead code. NFCI.Peter Collingbourne2019-02-211-3/+2
* [Hexagon] Use misaligned load instead of trap0(#0) for __builtin_trapKrzysztof Parzyszek2019-02-215-2/+61
* Update `ld.lld --version` string for monorepo.Rui Ueyama2019-02-212-25/+36
* [AMDGPU] remove unused AssemblerPredicatesMark Searles2019-02-211-5/+1
* [llvm-objcopy][NFC] Add std::move() to fix older BBJordan Rupprecht2019-02-211-2/+2
* [unittest] Fix missing user-provided default constructorJonas Devlieghere2019-02-211-0/+2
* Revert "[sanitizers] Restore internal_readlink for x32"Matt Morehouse2019-02-212-6/+1
* [llvm-objcopy][NFC] More error cleanupJordan Rupprecht2019-02-2112-100/+188
* [WebAssembly] Don't create MSSymbolWasm object for non-symbolsSam Clegg2019-02-211-9/+4
* [Kaleidoscope] Fix symbol resolver to search in reverse order.Lang Hames2019-02-211-1/+1
* [llvm-objcopy] Make removeSectionReferences batchedJordan Rupprecht2019-02-212-17/+31
* Revert "[CUDA]Delayed diagnostics for the asm instructions."Alexey Bataev2019-02-215-124/+13
* [PPC] Add store merging testcase.Nirav Dave2019-02-211-0/+51
* [DAGCombiner] prevent infinite looping by truncating 'and' (PR40793)Sanjay Patel2019-02-212-2/+29
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-215-13/+124
* AMDGPU/GlobalISel: Make phis legalMatt Arsenault2019-02-212-0/+1122
* RegBankSelect: Allow targets to introduce control flow for mappingMatt Arsenault2019-02-211-0/+13
* Fix missing C++ mode commentsMatt Arsenault2019-02-212-2/+2
* [x86] regenerate checks; NFCSanjay Patel2019-02-211-8/+8
* [X86] Fix copy-paste error in @ccz flag.Nirav Dave2019-02-212-3/+3
* AMDGPU/GlobalISel: Fix bit count ops for non-power-of-2 typesMatt Arsenault2019-02-216-1/+273
* [llvm-readobj] Weaken a check in the test added by r354567Ilya Biryukov2019-02-211-1/+3
* [clangd] Only report explicitly typed symbols during code navigationKadir Cetinkaya2019-02-213-65/+47
* [RISCV][NFC] IsEligibleForTailCallOptimization -> isEligibleForTailCallOptimi...Alex Bradbury2019-02-212-9/+8
* [RISCV] Add implied zero offset load/store alias patternsAlex Bradbury2019-02-2112-0/+180
* [InferAddressSpaces] Fix fallthrough errorJoey Gouly2019-02-211-0/+1
* [ARM GlobalISel] Support G_FRAME_INDEX for Thumb2Diana Picus2019-02-215-33/+85
* Re-land part of r354244 "[DAGCombiner] Eliminate dead stores to stack."Clement Courbet2019-02-215-10/+81
* [llvm-readobj]Add testing for ELF symbol and section table printing for a wid...James Henderson2019-02-217-0/+623
* [InferAddressSpaces] Fix crash on select of non-ptr operandsJoey Gouly2019-02-212-2/+14
* [X86][SSE] combineX86ShufflesRecursively - moved to generic op input index lo...Simon Pilgrim2019-02-211-7/+3
* [yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section.George Rimar2019-02-216-9/+308
* [LLD][ELF] - Simplify test case. NFC.George Rimar2019-02-211-7/+0
* [OpenMP] Fix check-openmp after r354553Jonas Hahnfeld2019-02-211-0/+2
* [llvm-readobj] Change "SHT_MIPS_DWARF" to "MIPS_DWARF"Fangrui Song2019-02-211-2/+2
* [CodeComplete] Collect visited contexts when scope specifier is invalid.Eric Liu2019-02-212-4/+21
* Revert 354564: [ARM] Add some missing thumb1 opcodes to enable peephole optim...David Green2019-02-213-281/+14
* [OpenCL] Simplify LLVM IR generated for OpenCL blocksAndrew Savonichev2019-02-215-64/+91
* [llvm-readobj]Test basic command-line handlingJames Henderson2019-02-211-0/+36
* [yaml2obj]Allow symbol Index field to take values lower than SHN_LORESERVEJames Henderson2019-02-212-25/+31
* [AArch64] Print instruction before atomic semantic annotationsDavid Spickett2019-02-211-5/+6
* [ARM] Add some missing thumb1 opcodes to enable peephole optimisation of CMPsDavid Green2019-02-213-14/+281
* [ObjectYAML] Support SHT_MIPS_DWARF section type flagFangrui Song2019-02-212-1/+2
OpenPOWER on IntegriCloud