Minor tweak to MDA
[oota-llvm.git] / test / Transforms /
2015-02-13 Andrea Di Biagio[InstCombine] Fix regression introduced at r227197.
2015-02-13 Andrea Di Biagio[CodeGenPrepare] Removed duplicate logic. SimplifyCFG...
2015-02-13 James Molloy[SimplifyCFG] Add test for r229099
2015-02-13 Chandler Carruth[unroll] Concede defeat and disable the unroll analyzer...
2015-02-13 Michael Liao[InstCombine] Fix a bug when combining `icmp` from...
2015-02-13 Chandler Carruth[IC] Fix a bug with the instcombine canonicalizing...
2015-02-13 Olivier SallenaveCheck interleaving without relying on debug output.
2015-02-13 Michael ZolotukhinTestcase for r228988.
2015-02-13 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/PowerPC/small-loop...
2015-02-12 Olivier SallenaveChange max interleave factor to 12 for POWER7 and POWER8.
2015-02-12 Bjorn SteinbrinkFix a crash in the assumption cache when inlining indir...
2015-02-12 Benjamin KramerUpdate test case.
2015-02-12 Benjamin KramerInstCombine: Allow folding of xor into icmp by changing...
2015-02-12 Michael ZolotukhinAdd a testcase for r228432.
2015-02-12 James Molloy[LoopRerolling] Be more forgiving with instruction...
2015-02-12 Andrea Di Biagio[TTI] Teach the cost heuristic how to query TLI to...
2015-02-12 Chandler Carruth[slp] Fix a nasty bug in the SLP vectorizer that Joerg...
2015-02-11 Tim NorthoverDeadArgElim: aggregate Return assessment properly.
2015-02-11 Mehdi AminiReassociate: cannot negate a INT_MIN value
2015-02-11 Andrea Di Biagio[TTI] Improved cost heuristic for cttz/ctlz calls.
2015-02-11 James Molloy[SimplifyCFG] Swap to using TargetTransformInfo for...
2015-02-11 James Molloy[LoopReroll] Introduce the concept of DAGRootSets.
2015-02-11 Reid KlecknerFix invalid LLVM IR in PruneEH tests
2015-02-11 Reid KlecknerDon't promote asynch EH invokes of nounwind functions...
2015-02-10 David MajnemerEarlyCSE: Add check lines for test added in r228760
2015-02-10 David MajnemerEarlyCSE: It isn't safe to CSE across synchronization...
2015-02-10 Tim NorthoverDeadArgElim: arguments affect all returned sub-values...
2015-02-10 Michael ZolotukhinAdd a test case for new unrolling heuristics.
2015-02-10 Chandler CarruthRevert r228556: InstCombine: propagate nonNull through...
2015-02-09 Ramkumar RamachandraPlaceSafepoints: modernize gc.result.* -> gc.result
2015-02-09 Philip ReamesIntroduce more tests for PlaceSafepoints
2015-02-09 Philip ReamesMinor test cleanup
2015-02-09 Philip ReamesAdd basic tests for PlaceSafepoints
2015-02-09 Tim NorthoverDeadArgElim: fix mismatch in accounting of array return...
2015-02-09 Tim NorthoverDeadArgElim: assess uses of entire return value aggregate.
2015-02-09 Ramkumar RamachandraInstCombine: propagate nonNull through assume
2015-02-08 Bjorn SteinbrinkCorrectly combine alias.scope metadata by a union inste...
2015-02-07 Benjamin KramerValueTracking: Make isBytewiseValue simpler and more...
2015-02-07 Bjorn SteinbrinkProperly update AA metadata when performing call slot...
2015-02-06 Matthias BraunInstCombine: Combine select sequences into a single...
2015-02-05 Michael KupersteinTeach isDereferenceablePointer() to look through bitcas...
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-02-04 Tom StellardStructurizeCFG: Use a reverse post-order traversal
2015-02-04 Renato GolinReverting VLD1/VST1 base-updating/post-incrementing...
2015-02-03 Daniel BerlinAllow PRE to insert no-cost phi nodes
2015-02-03 Jingyue WuAdd straight-line strength reduction to LLVM
2015-02-02 Erik EcksteinFix: SLPVectorizer crashes with assertion when vectoriz...
2015-02-01 Chandler Carruth[PM] Port SimplifyCFG to the new pass manager.
2015-02-01 Chandler Carruth[PM] Port EarlyCSE to the new pass manager.
2015-01-30 Adrian PrantlInliner: Use replaceDbgDeclareForAlloca() instead of...
2015-01-30 Hao LiuMove the target specific test case arbitrary-induction...
2015-01-30 Hao Liu[LoopVectorize] Induction variables: support arbitrary...
2015-01-30 Adrian PrantlFix PR22386. The inliner moves static allocas to the...
2015-01-29 Sanjay Patel[GVN] don't propagate equality comparisons of FP zero...
2015-01-28 Philip ReamesTeach SplitBlockPredecessors how to handle landingpad...
2015-01-28 Michael Kuperstein[X86] Reduce some 32-bit imuls into lea + shl
2015-01-28 Elena DemikhovskyFold fcmp in cases where value is provably non-negative...
2015-01-28 Reid KlecknerMove EH personality type classification to Analysis...
2015-01-27 Ahmed Bougacha[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
2015-01-27 Sanjoy DasTeach IRCE to look at branch weights when recognizing...
2015-01-27 Andrea Di Biagio[InstCombine] Teach how to fold a select into a cttz...
2015-01-27 David MajnemerLoopRotate: Don't walk the uses of a Constant
2015-01-26 Chad RosierCommoning of target specific load/store intrinsics...
2015-01-26 Philip ReamesAdd test cases for PRE w/volatile loads
2015-01-26 Hans WennborgSimplifyCFG: Omit range checks for switch lookup tables...
2015-01-26 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2015-01-26 Philip ReamesRefine memory dependence's notion of volatile semantics
2015-01-26 Philip ReamesPass QueryInst down through non-local dependency calcul...
2015-01-26 Erik EcksteinSLPVectorizer: fix wrong scheduling of atomic load...
2015-01-24 Chandler Carruth[PM] Port LowerExpectIntrinsic to the new pass manager.
2015-01-24 Chandler Carruth[PM] Port instcombine to the new pass manager!
2015-01-23 Hans WennborgLowerSwitch: replace unreachable default with popular...
2015-01-22 Reid KlecknerRevert "Don't remove a landing pad if the invoke requir...
2015-01-22 Sanjoy DasFix crashes in IRCE caused by mismatched types
2015-01-22 Elena DemikhovskyFixed a bug in masked load/store in reversed loop.
2015-01-22 Chandler Carruth[canonicalize] Teach InstCombine to canonicalize loads...
2015-01-21 David BlaikieDebugInfo: Use distinct inlinedAt MDLocations to avoid...
2015-01-21 David MajnemerInstCombine: Don't strip bitcasts off of callsites...
2015-01-21 Alexander PotapenkoUse a smaller pragma unroll threshold to reduce test...
2015-01-20 Karthik BhatFix Operandreorder logic in SLPVectorizer to generate...
2015-01-16 Mehdi AminiFix Reassociate handling of constant in presence of...
2015-01-16 Sanjoy DasAdd a new pass "inductive range check elimination"
2015-01-15 Sanjoy DasRevert r226201 (Add a new pass "inductive range check...
2015-01-15 Sanjoy DasAdd a new pass "inductive range check elimination"
2015-01-15 Sanjoy DasFix PR22222
2015-01-15 Richard SmithFor PR21145: recognise a builtin call to a known deallo...
2015-01-14 Ramkumar Ramachandra[GC] CodeGenPrep transform: simplify offsetable relocate
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 David MajnemerInstCombine: Don't take A-B<0 into A<B if A-B has other...
2015-01-14 Ahmed Bougacha[SimplifyLibCalls] Don't try to simplify indirect calls.
2015-01-12 Sanjay PatelGVN: propagate equalities for floating point compares
2015-01-10 Hal Finkel[PowerPC] Readjust the loop unrolling threshold
2015-01-10 Hal Finkel[LoopUnroll] Fix the partial unrolling threshold for...
2015-01-09 Hans WennborgSimplifyCFG: check uses of constant-foldable instrs...
2015-01-09 Tim NorthoverRe-reapply r221924: "[GVN] Perform Scalar PRE on gep...
2015-01-09 Hal Finkel[PowerPC] Enable late partial unrolling on the POWER7
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-08 Matt ArsenaultFix fcmp + fabs instcombines when using the intrinsic
2015-01-06 Matt ArsenaultFix using wrong intrinsic in test
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
next