summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] Demonstrate inability to recognise that (v)cvtpd2ps implicitly zer...Simon Pilgrim2016-08-231-0/+61
* [clang-tidy] readability-non-const-parameter: add new check that warns when f...Daniel Marjamaki2016-08-238-0/+612
* [ARM] Generate consistent frame records for Thumb2Oliver Stannard2016-08-2335-196/+452
* [TSan][MIPS] Changes mips memory layout to support pie with address space ran...Sagar Thakur2016-08-231-8/+13
* GVNHoist: Use the pass version of MemorySSA and preserve it.Daniel Berlin2016-08-231-9/+12
* Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun2016-08-2325-95/+174
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-2325-174/+95
* [asan] Fix OOB_char on arm 32bitVitaly Buka2016-08-231-1/+1
* Revert r279486 "Fix regression introduced by r279164"Chandler Carruth2016-08-237-64/+61
* BranchRelaxation: Fix handling of blocks with multiple conditionalMatt Arsenault2016-08-232-12/+48
* [lanai] Make Lanai backend non-experimentalJacques Pienaar2016-08-231-0/+1
* [lanai] Exit early in Mem Alu combiner if sentinel reach.Jacques Pienaar2016-08-231-0/+3
* [builtins] Don't always use -ffreestanding when compiling builtinsFrancis Ricci2016-08-231-1/+0
* [sanitizer] allocator: split the local cache class into two, one for 32-bit a...Kostya Serebryany2016-08-234-4/+156
* Fix style in some Clang-tidy checks documentation.Eugene Zelenko2016-08-237-42/+70
* [MemorySSA] Remove unused field. NFC.George Burgess IV2016-08-221-6/+1
* [InstSimplify] add helper function for SimplifyICmpInst(); NFCISanjay Patel2016-08-221-133/+143
* Typo.Adrian Prantl2016-08-221-1/+1
* Add comments. NFCAdrian Prantl2016-08-221-0/+2
* Add the second half of the testcase I should have added in 279485.Adrian Prantl2016-08-221-0/+18
* Migrate from NodeType * to NodeRef.Tim Shen2016-08-221-1/+1
* Fix crash from assert in r279466.Pete Cooper2016-08-221-1/+1
* Fix regression introduced by r279164: only pass definitions as the PatternDefRichard Smith2016-08-227-61/+64
* Module debug info: Don't assert when encountering an incomplete definitionAdrian Prantl2016-08-224-1/+27
* ADT: Separate some list manipulation API into ilist_base, NFCDuncan P. N. Exon Smith2016-08-226-78/+295
* Fix header comment for unittests/ADT/ilistTest.cppDuncan P. N. Exon Smith2016-08-221-1/+1
* [ADT] Actually mutate the iterator VisitStack.back().second, not its copy.Tim Shen2016-08-225-229/+312
* [SemaObjC] Do not RebuildObjCMessageExpr without valid method declBruno Cardoso Lopes2016-08-222-0/+18
* Add support for '|' in expressions.Rafael Espindola2016-08-222-1/+4
* [AST] Remove unused function, to silence a GCC7 warning.Davide Italiano2016-08-221-4/+0
* [InstCombine] change param type from Instruction to BinaryOperator for icmp h...Sanjay Patel2016-08-222-97/+109
* [GraphTraits] Replace all NodeType usage with NodeRefTim Shen2016-08-2229-320/+197
* ADT: Remove ilist_*sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-2218-80/+3
* [InstCombine] use m_APInt to allow icmp (shr exact X, Y), 0 folds for splat c...Sanjay Patel2016-08-222-18/+15
* Add ADT headers to the cmake headers directory for LLVMSupport. NFC.Pete Cooper2016-08-221-0/+1
* [compiler-rt] Use flags found when configuring builtins during compilationFrancis Ricci2016-08-222-5/+15
* [compiler-rt] Don't build ubsan cxxabi sources when unusedFrancis Ricci2016-08-221-3/+12
* Add comments and an assert to follow-up on r279113. NFC.Pete Cooper2016-08-222-0/+8
* IDFCalculator: Remove unused field.Daniel Berlin2016-08-221-1/+0
* AMDGPU: Split SILowerControlFlow into two piecesMatt Arsenault2016-08-228-365/+555
* AMDGPU: Handle structs directly in AMDGPUABIInfoMatt Arsenault2016-08-222-1/+107
* MSSA: Factor out phi node placementDaniel Berlin2016-08-222-17/+24
* MSSA: Only rename accesses whose defining access is nullptrDaniel Berlin2016-08-221-14/+6
* [SimplifyCFG] Rewrite SinkThenElseCodeToEndJames Molloy2016-08-225-153/+470
* [ELF] Only print symbol name when it is availablePetr Hosek2016-08-222-7/+10
* ADT: Remove uses of ilist_*sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-222-19/+0
* ADT: Remove uses of ilist_*sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-221-12/+0
* [ELF] ICF should respect section alignmentPetr Hosek2016-08-222-3/+7
* [CUDA] Collapsed offload actions should not be top-level jobs.Artem Belevich2016-08-222-1/+138
* [SROA] Remove incorrect assertionJames Molloy2016-08-221-3/+0
OpenPOWER on IntegriCloud