Respect LibraryInfo in populateLTOPassManager and use it. NFC.
[oota-llvm.git] / lib / Transforms / Scalar /
2014-08-21 Zinovy Nis[CLNUP] Remove return after llvm_unreachable. Thanks...
2014-08-21 Erik VerbruggenReassociate x + -0.1234 * y into x - 0.1234 * y
2014-08-21 Zinovy Nis[INDVARS] Extend using of widening of induction variabl...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-15 Rafael EspindolaIntroduce a helper to combine instruction metadata.
2014-08-14 Chad Rosier[Reassociation] Add support for reassociation with...
2014-08-13 Jan VeselyInitialize FlattenCFG pass
2014-08-07 Gerolf HoflehnerFix for multi-line comment warning
2014-08-07 Owen AndersonFix a case in SROA where lifetime intrinsics could...
2014-08-06 Rui UeyamaRevert "r214897 - Remove dead zero store to calloc...
2014-08-05 JF BastienFix typos in comments and doc
2014-08-05 Philip ReamesRemove dead zero store to calloc initialized memory
2014-08-01 Peter CollingbournePartiallyInlineLibCalls: Check sqrt result type before...
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-30 Aaron BallmanFixing a few -Woverloaded-virtual warnings by exposing...
2014-07-24 Mark HeffernanAfter unrolling a loop with llvm.loop.unroll.count...
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-23 Mark HeffernanDo not add unroll disable metadata after unrolling...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-23 Nick LewyckyWe may visit a call that uses an alloca multiple times...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-21 Gerolf HoflehnerFix for regression: [Bug 20369] wrong code at -O3 on...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-19 NAKAMURA TakumiMergedLoadStoreMotion.cpp: Fix msc17 build. Member...
2014-07-18 Mark HeffernanFix build breakage introduced with r213412.
2014-07-18 Mark HeffernanRemove unroll pragma metadata after it is used.
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-16 Jingyue WuPartially revert r210444 due to performance regression
2014-07-14 Nick LewyckyDon't eliminate memcpy's when the address of the pointe...
2014-07-12 Owen AndersonFix an issue with the MergeBasicBlockIntoOnlyPred(...
2014-07-10 Hal FinkelFeeding isSafeToSpeculativelyExecute its DataLayout...
2014-07-10 Hal FinkelFeeding isSafeToSpeculativelyExecute its DataLayout...
2014-07-10 Hal FinkelAllow isDereferenceablePointer to look through some...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-26 Arnold SchwaighoferGVN: Preserve invariant.load metadata
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-25 Evgeniy StepanovFactor out part of LICM::sink into a helper function.
2014-06-25 Evgeniy Stepanov[LICM] Don't create more than one copy of an instructio...
2014-06-19 Dinesh DwivediUpdated comments as suggested by Rafael. Thanks.
2014-06-17 Dinesh DwivediFixed jump threading going to infinite loop.
2014-06-17 Duncan P. N. Exon... SROA: Only split loads on byte boundaries
2014-06-16 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-14 Nick LewyckyRemove extra whitespace in function declaration. No...
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.
2014-06-13 Tim NorthoverSCCP: update for cmpxchg returning { iN, i1 } now.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Duncan P. N. Exon... GVN: Enable value forwarding for calloc
2014-06-12 Eli BenderskyRevert r210721 as it causes breakage in internal builds...
2014-06-11 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-11 Jiangning LiuCreate macro INITIALIZE_TM_PASS.
2014-06-11 Jiangning LiuGlobal merge for global symbols.
2014-06-11 Jiangning LiuRename global-merge to enable-global-merge.
2014-06-10 Eric ChristopherWe already have a reference to the TargetMachine, use...
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] inbounds zext => sext...
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] Fix an illegitimate optimi...
2014-06-08 Jingyue WuRefactor canonicalizing array indices to a helper function
2014-06-05 Jingyue WuFixed several correctness issues in SeparateConstOffset...
2014-05-31 Benjamin Kramer[Reassociate] Similar to "X + -X" -> "0", added code...
2014-05-29 Michael J. SpencerAdd LoadCombine pass.
2014-05-27 Jingyue WuDistribute sext/zext to the operands of and/or/xor
2014-05-26 Owen AndersonMake the LoopRotate pass's maximum header size configur...
2014-05-23 Jingyue WuAdd the extracted constant offset using GEP
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-20 Quentin Colombet[LSR] Canonicalize reg1 + ... + regN into reg1 + ....
2014-05-19 Matt ArsenaultUse range for
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 Alp TokerFix typos
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-13 Benjamin KramerGVN: Fix non-determinism in map iteration.
2014-05-13 Benjamin KramerGVN: rangify a couple of loops.
2014-05-08 Nick LewyckyImprove wording to make it sounds more like a change...
2014-05-08 Richard SmithSimplify and fix incorrect comment. No functionality...
2014-05-06 Nick LewyckyDetabify.
2014-05-05 Nick LewyckyImprove 'tail' call marking in TRE. A bootstrap of...
2014-05-04 Benjamin KramerLoopUnroll: If we're doing partial unrolling, use the...
2014-05-02 Akira Hatanaka[GVN] Pass the phi-translated address of a load instead...
2014-05-01 Benjamin KramerUpdate and sort CMakeLists.
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-04-30 NAKAMURA TakumiConstantHoisting.cpp: Add <tuple> for std::tie, since...
2014-04-29 Jim GrosbachTidy up.
2014-04-29 Jim GrosbachSpelling.
2014-04-29 Adam NemetReapply r207271 without the testcase
2014-04-28 Chandler CarruthRevert r207271 for now. This commit introduced a test...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Gerolf HoflehnerRevert commit r207302 since build failures
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-25 Adam Nemet[LoopStrengthReduce] Don't trim formula that uses a...
2014-04-25 Duncan P. N. Exon... SCC: Change clients to use const, NFC
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-23 Matt ArsenaultRemove more default address space argument usage.
2014-04-22 Juergen Ributzka[Constant Hoisting] Materialize the constant before...
2014-04-22 Juergen Ributzka[Constant Hoisting] Print the instructions in the corre...
next