[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring speci...
[oota-llvm.git] / test / Transforms / LoopStrengthReduce /
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-11-16 David Majnemer[LoopStrengthReduce] Don't increment iterator past...
2015-11-08 David Majnemer[LoopStrengthReduce] Don't bother fixing up PHIs from...
2015-10-27 David Majnemer[ScalarEvolutionExpander] PHI on a catchpad can be...
2015-10-27 David Majnemer[ScalarEvolutionExpander] Properly insert no-op casts...
2015-10-22 Sanjoy Das[SCEV] Mark AddExprs as nsw or nuw if legal
2015-10-06 Craig Topper[TwoAddressInstructionPass] When looking for a 3 addr...
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-20 Jingyue Wu[NVPTX] truncating 64-bit to 32-bit is free
2015-08-15 Matt ArsenaultLoopStrengthReduce: Try to pass address space to isLega...
2015-08-14 Bjarke Hammersholt... [SCEV] Apply NSW and NUW flags via poison value analysi...
2015-08-04 Sanjoy DasRevert "[LSR] Generate and use zero extends"
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-28 Jingyue Wu[SCEV] Apply NSW and NUW flags via poison value analysis
2015-07-28 Sanjoy Das[LSR] Move X86 specific test case to X86/
2015-07-27 Sanjoy Das[LSR] Generate and use zero extends
2015-07-13 Jingyue Wu[LSR] don't attempt to promote ephemeral values to...
2015-07-01 Quentin Colombet[TwoAddressInstructionPass] Try 3 Addr Conversion After...
2015-06-24 Jingyue Wu[LSR] canonicalize Prod*(1<<C) to Prod<<C
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-04 David MajnemerMake the test introduced in r239015 more targeted.
2015-06-04 David Majnemer[ConstantFold] Don't skip the first gep index when...
2015-05-08 Jingyue Wu[NoTTI] reject negative scale in addressing mode
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix another bitrotted testcase
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-25 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-24 Hans WennborgRevert r230280: "Bugfix: SCEVExpander incorrectly marks...
2015-02-23 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-23 Sanjoy DasRevert 230275.
2015-02-23 Sanjoy DasFix bug 22641
2015-02-19 Ahmed Bougacha[ARM] Re-re-apply VLD1/VST1 base-update combine.
2015-02-04 Renato GolinReverting VLD1/VST1 base-updating/post-incrementing...
2015-01-28 Michael Kuperstein[X86] Reduce some 32-bit imuls into lea + shl
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-13 Ahmed BougachaReapply "[ARM] Combine base-updating/post-incrementing...
2014-12-13 Renato GolinRevert "[ARM] Combine base-updating/post-incrementing...
2014-12-10 Ahmed Bougacha[ARM] Combine base-updating/post-incrementing vector...
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.
next