Revert r219175 - [InstCombine] re-commit r218721 icmp-select-icmp optimization
[oota-llvm.git] / test / Transforms / LoopStrengthReduce /
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-02 Adam Nemet[LSR] Add llc testcase for r207271/r207569.
2014-04-28 Chandler CarruthRevert r207271 for now. This commit introduced a test...
2014-04-25 Adam Nemet[LoopStrengthReduce] Don't trim formula that uses a...
2014-04-23 Matt ArsenaultConvert test to FileCheck
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-03 Saleem AbdulrasoolARM: yet another round of ARM test clean ups
2014-03-30 NAKAMURA Takumillvm/test/Transforms/LoopStrengthReduce/ARM64/lsr-...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-12 Rafael EspindolaThis test need the X86 backend, move it to the X86...
2014-03-12 Michael ZolotukhinPR17473:
2014-02-26 Andrew TrickFix PR18165: LSR must avoid scaling factors that exceed...
2014-02-16 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-15 Arnold SchwaighoferRevert "SCEVExpander: Try hard not to create derived...
2014-02-15 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2013-10-29 Alp TokerFix "existant" typos
2013-10-25 Andrew TrickFix SCEVExpander: don't try to expand quadratic recurre...
2013-10-25 Andrew TrickFix LSR: don't normalize quadratic recurrences.
2013-10-01 Benjamin KramerSCEVExpander: Fix a regression I introduced by to eager...
2013-09-11 Matt ArsenaultTeach loop-idiom about address space pointer sizes
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-25 Andrew TrickAllocate local registers in order for optimal coloring.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-06-19 Quentin ColombetLSR: Fix the parameters used to compute the scaling...
2013-05-31 Quentin ColombetModify how the formulae are rated in Loop Strength...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-02-09 Andrew TrickLSR IVChain improvement.
2013-01-22 Andrew TrickRemove target triple from an LSR test.
2013-01-16 Benjamin KramerRemove triple from this test, it makes it fail when...
2013-01-15 Renato GolinPattern-matched variables in post-inc-icmpzero.ll
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-06 Andrew TrickFix a crash in LSR replaceCongruentIVs.
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-09-18 Andrew TrickLSR critical edge splitting fix for PR13756.
2012-08-14 Nadav RotemDuring the CodeGenPrepare we often lower intrinsics...
2012-08-07 Chandler CarruthAdd a much more conservative strategy for aligning...
2012-07-18 Andrew TrickAdded unit test for PR13361: LSR + SCEV "hangs" on...
2012-07-13 Andrew TrickLSR Fix: check SCEV expression safety before expansion.
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-15 Andrew TrickUnit test for LSR kind=Special fix: r158536.
2012-05-22 Andrew TrickLSR fix: add a missing phi check during IV hoisting.
2012-04-30 Rafael EspindolaMake sure HoistInsertPosition finds a position that...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-03-26 Andrew TrickUnit test for PR11950: LSR crash.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-22 Andrew TrickConvert -indvars tests that rely on SCEV expansion...
2012-03-20 Andrew TrickLSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
2012-03-20 Andrew TrickLSR: fix IVUsers isSimplifiedLoopNest to perform a...
2012-03-16 Andrew TrickLSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
2012-03-10 Andrew TrickMove llc + target triple tests into X86
2012-02-27 Rafael EspindolaFix this assert. IP can point to an instruction with...
2012-02-26 Rafael EspindolaChange the implementation of dominates(inst, inst)...
2012-02-22 Rafael EspindolaSemantically revert 151015. Add a comment on why we...
2012-02-18 Rafael EspindolaDon't skip debug instructions when looking for the...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-20 Andrew TrickHandle a corner case with IV chain collection with...
2012-01-20 Andrew TrickTest case comments missing from my previous checkin.
2012-01-20 Andrew TrickSCEVExpander fixes. Affects LSR and indvars.
2012-01-17 Andrew TrickTest case rename
2012-01-17 Andrew TrickLSR fix: broaden the check for loop preheaders.
2012-01-14 Andrew TrickFix a corner case hit by redundant phi elimination...
2012-01-10 Andrew TrickEnable LSR IV Chains with sufficient heuristics.
2012-01-09 Andrew TrickAdding IV chain generation to LSR.
2012-01-07 Andrew TrickLSR: Don't optimize loops if an outer loop has no prehe...
2012-01-07 Andrew Trickcomment typo
2012-01-02 Andrew TrickFix SCEVExpander to handle loops with no preheader...
2011-12-20 Andrew TrickUnit test for r146950: LSR postinc expansion, PR11571.
2011-12-14 Andrew TrickLSR: Fold redundant bitcasts on-the-fly.
2011-12-06 Andrew TrickLSR: prune undesirable formulae early.
2011-11-30 Andrew TrickBetter test case found in duplicate PR10570.
2011-11-30 Andrew TrickLSR: handle the expansion of phi operands that use...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-15 Andrew TrickFix SCEVExpander assert during LSR: "argument of incomp...
2011-10-13 Andrew TrickReapply r141870, SCEV expansion of post-inc.
2011-10-13 Andrew TrickRevert r141870. The test case crashes on linux with...
2011-10-13 Andrew TrickLSR: Reuse the post-inc expansion of expressions.
2011-10-12 Lang HamesRemoved colons from some target datalayout strings...
2011-10-08 Andrew TrickUnit test for LSR phi reuse in r141442.
2011-10-04 Andrew TrickLSR should avoid redundant edge splitting.
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-07-21 Andrew TrickLSR, correct fix for rdar://9786536. Silly casting...
2011-07-21 Andrew TrickLSR must sometimes sign-extend before generating double...
2011-07-21 Andrew TrickLSR crashes on an empty IVUsers list.
2011-07-19 Eli FriedmanPR10386: Don't try to split an edge from an indirectbr.
2011-05-18 Dan GohmanWhen forming an ICmpZero LSRUse, normalize the non...
next