dwarfdump: Use the index to find the right abbrev offset in DWP files
[oota-llvm.git] / test / Transforms /
2015-11-17 Philip Reames[PRE] Preserve !invariant.load metadata
2015-11-16 Owen AndersonAdd intermediate subtract instructions to reassociation...
2015-11-16 David Majnemer[LoopStrengthReduce] Don't increment iterator past...
2015-11-16 Pavel LabathDon't generate discriminators for calls to debug intrinsics
2015-11-16 Keno Fischer[Sink] Don't move landingpads
2015-11-15 James Molloy[GlobalOpt] Demote globals to locals more aggressively
2015-11-15 Elena DemikhovskyFixed GEP visitor in the InstCombine pass.
2015-11-14 Michael ZolotukhinDon't recompute LCSSA after loop-unrolling when possible.
2015-11-13 Chad Rosier[LIR] Add support for creating memcpys from loops with...
2015-11-13 Evgeniy Stepanov[safestack] Rewrite isAllocaSafe using SCEV.
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Tobias GrosserRevert "Fix bug 25440: GVN assertion after coercing...
2015-11-12 Weiming ZhaoFix bug 25440: GVN assertion after coercing loads
2015-11-12 James Molloy[InstCombine] Add trivial folding (bitreverse (bitrever...
2015-11-12 James MolloyRevert "Revert "[FunctionAttrs] Identify norecurse...
2015-11-12 James MolloyRevert "[FunctionAttrs] Identify norecurse functions"
2015-11-12 James Molloy[FunctionAttrs] Identify norecurse functions
2015-11-11 Diego NovilloSamplePGO - Fix PR 25482 - Do not rely on llvm.dbg...
2015-11-11 Sanjay Patel[MIPS] add overrides for isCheapToSpeculateCttz() and...
2015-11-11 Akira HatanakaSort the enums in Attributes.h in case insensitive...
2015-11-10 Sanjoy Das[ValueTracking] Teach isImpliedCondition a new bitwise...
2015-11-10 Bill Schmidt[PowerPC] Add an MI SSA peephole pass.
2015-11-10 Sanjay Patel[ARM] add overrides for isCheapToSpeculateCttz() and...
2015-11-10 Philip Reames[ValueTracking] Recognize that and(x, add (x, -1))...
2015-11-10 Sanjay Patel[AArch64] add overrides for isCheapToSpeculateCttz...
2015-11-10 Renato GolinRevert "Strip metadata when speculatively hoisting...
2015-11-10 Igor LaevskyStrip metadata when speculatively hoisting instructions
2015-11-10 Hans WennborgInliner: Do zero-cost inlines even if above a negative...
2015-11-09 Dehao ChenAdd discriminators for call instructions that are from...
2015-11-09 Oliver StannardGlobalOpt should maintain externally_initialized when...
2015-11-09 James Molloy[LoopVectorize] Address post-commit feedback on r250032
2015-11-09 Silviu BarangaAllow LLE/LD and the loop versioning infrastructure...
2015-11-08 David Majnemer[LoopStrengthReduce] Don't bother fixing up PHIs from...
2015-11-07 Sanjoy Das[FunctionAttrs] Fix an iterator wraparound bug
2015-11-07 David Majnemer[InstCombine] Teach FoldPHIArgZextsIntoPHI about EHPads
2015-11-06 David Majnemer[InstCombine] Don't insert an instruction after a termi...
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 David Majnemer[InstCombine] Don't RAUW tokens with undef
2015-11-06 Mehdi AminiFix SLPVectorizer commutativity reordering
2015-11-06 Sanjoy Das[ValueTracking] De-pessimize isImpliedCondition around...
2015-11-06 Sanjoy Das[ValueTracking] Add a framework for encoding implicatio...
2015-11-05 Sanjoy DasRe-apply r251050 with a for PR25421
2015-11-05 Richard TrieuRevert r251050 to fix miscompile when running Clang -O1
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-04 Davide Italiano[SimplifyLibCalls] New transformation: tan(atan(x)...
2015-11-04 James Molloy[SimplifyCFG] Merge conditional stores
2015-11-04 Philip Reames[CVP] Fold return values if possible
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass
2015-11-03 Davide Italiano[SimplifyLibCalls] Add a new transformation: pow(exp...
2015-11-03 Igor Laevsky[CodegenPrepare] Do not rematerialize gc.relocates...
2015-11-03 Silviu BarangaFix PR25372 - teach replaceCongruentPHIs to handle...
2015-11-03 Elena DemikhovskyLoopVectorizer - skip 'bitcast' between GEP and load.
2015-11-03 Tobias GrosserRevert "[IndVarSimplify] Rewrite loop exit values with...
2015-11-02 Sanjay Patel[CGP] widen switch condition and case constants to...
2015-11-02 Sanjay Patelrevert r251849; need to move tests to arch-specific...
2015-11-02 Cong HouAdd a flag vectorizer-maximize-bandwidth in loop vector...
2015-11-02 Sanjay Patel[CGP] widen switch condition and case constants to...
2015-11-02 Chen Li[IndVarSimplify] Rewrite loop exit values with their...
2015-11-02 Tim NorthoverTvOS: add missing support for some libcalls.
2015-11-02 Artur PilipenkoPreserve load alignment and dereferenceable metadata...
2015-10-31 Sanjoy Das[SCEV] Don't create SCEV expressions that break LCSSA
2015-10-31 Diego NovilloSamplePGO - Count sample records in embedded profiles...
2015-10-31 Davide Italiano[SimplifyLibCalls] Add test to ensure transform is...
2015-10-30 Justin Bogner[PM] Port StripDeadPrototypes to the new pass manager
2015-10-30 Justin Bogner[PM] Port ADCE to the new pass manager
2015-10-30 Justin BognerWhitespace. NFC
2015-10-30 Dehao ChenRecommit r251680 (also need to update clang test)
2015-10-30 Dehao ChenRemove oneline.ll test.
2015-10-30 Dehao ChenRevert r251680:
2015-10-30 Dehao ChenUpdate the discriminator assignment algorithm
2015-10-29 Diego NovilloRevert r251593.
2015-10-29 Cong HouRevert the revision 251592 as it fails a test on some...
2015-10-29 Philip Reames[LVI/CVP] Teach LVI about range metadata
2015-10-29 Philip Reames[InstSimplify] sgt on i1s also encodes implication
2015-10-29 Philip Reames[SimplifyCFG] Constant fold a branch implied by it...
2015-10-29 Diego NovilloTweak test check pattern to fix bot failure.
2015-10-29 Cong HouAdd a flag vectorizer-maximize-bandwidth in loop vector...
2015-10-28 Diego NovilloSamplePGO - Add flag to check sampling coverage.
2015-10-28 Hal FinkelRevert "r251451 - [AliasSetTracker] Use mod/ref informa...
2015-10-28 Sanjoy Das[JumpThreading] Use dominating conditions to prove...
2015-10-28 Chad RosierReapply: [LIR] Add support for creating memsets from...
2015-10-28 Chad RosierRevert "[LIR] Add support for creating memsets from...
2015-10-28 Chad Rosier[LIR] Add support for creating memsets from loops with...
2015-10-28 Chen LiRevert r251492 "[IndVarSimplify] Rewrite loop exit...
2015-10-28 Chen Li[IndVarSimplify] Rewrite loop exit values with their...
2015-10-28 Sanjoy Das[GVN] Make a test case more robust
2015-10-27 David Majnemer[SimplifyCFG] Don't DCE catchret because the successor...
2015-10-27 Hal Finkel[AliasSetTracker] Use mod/ref information for UnknownInstr
2015-10-27 David Majnemer[ScalarEvolutionExpander] PHI on a catchpad can be...
2015-10-27 NAKAMURA TakumiRevert r251291, "Loop Vectorizer - skipping "bitcast...
2015-10-27 Charlie Turner[SLP] Be more aggressive about reduction width selection.
2015-10-27 Charlie Turner[SLP] Try a bit harder to find reduction PHIs
2015-10-27 Charlie Turner[SLP] Treat SelectInsts as reduction values.
2015-10-27 Diego NovilloFix SamplePGO segfault when debug info is missing.
2015-10-27 David Majnemer[ScalarEvolutionExpander] Properly insert no-op casts...
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-26 Diego NovilloSamplePGO - Add optimization reports.
2015-10-26 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-26 Diego NovilloCleanup test case debug info. NFC.
2015-10-26 Elena DemikhovskyLoop Vectorizer - skipping "bitcast" before GEP
next