fix a FileCheck bug where:
[oota-llvm.git] / test / Analysis /
2009-09-17 Dan GohmanTeach ScalarEvolution how to reason about no-wrap flags...
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanConvert a few more opt | llvm-dis to opt -S.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-04 Andreas NeustifterUpdated tests to use ProfileVerifer to test ProfileLoad...
2009-09-03 Daniel DunbarRevert "--- Reverse-merging r80908 into '.':", I alread...
2009-09-03 Bill Wendling--- Reverse-merging r80908 into '.':
2009-09-03 Daniel DunbarDisable some parts of the profiling-tool-chain test...
2009-09-03 Daniel DunbarReapply profiling tests.
2009-09-02 Andreas NeustifterRemoved temporarily because of breaking Darwin builds.
2009-09-02 Andreas NeustifterChanged profiling-tool-chain.ll test to use optimal...
2009-09-02 Daniel DunbarDon't force the triple or data layout in this test...
2009-08-30 Chris Lattnerrename test so that name reflects what it is testing...
2009-08-30 Chris Lattnerconvert to filecheck format.
2009-08-28 Torok Edwinrm needs -f
2009-08-28 Torok EdwinRemove the llvmprof.out from the test output, otherwise...
2009-08-28 Andreas NeustifterRemove profiling output file because two consecutive...
2009-08-28 Andreas NeustifterRemoved unnecessary file creation during test.
2009-08-28 Andreas NeustifterPulled all tests into one test. Removed some redundant...
2009-08-28 Andreas NeustifterReadded test from r79615, this tests the complete profi...
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...
2009-08-21 Andreas NeustifterRemoved profiling test, lli not available on all platforms.
2009-08-21 Andreas NeustifterAdded tests for Profiling Infrastructure.
2009-08-19 Dan GohmanLoosen up the regex for this test so that it doesn...
2009-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2009-08-08 Andreas BolkaAdd another Strong-SIV testcase.
2009-08-07 Andreas BolkaFix Strong-SIV testcase.
2009-08-05 Andreas BolkaZIV tester for LDA.
2009-08-05 Andreas BolkaFix LDA testcases.
2009-08-02 Andreas BolkaExpand LDA testcases.
2009-07-28 Andreas BolkaSlightly reformat LDA tests to ease grepping.
2009-07-27 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
2009-07-25 Dan GohmanWhen attempting to sign-extend an addrec by interpreting
2009-07-25 Dan GohmanTeach ScalarEvolution to make use of no-overflow flags...
2009-07-23 Andreas BolkaFileCheck'ize and expand LDA testcases.
2009-07-21 Dan GohmanReplace the original ad-hoc code for determining whethe...
2009-07-21 Dan GohmanAdd a testcase for PR4569, which is now fixed.
2009-07-14 Torok EdwinIntroduce a pointertracking pass.
2009-07-13 Dan GohmanAdd testcases for PR4538, PR4537, and PR4534.
2009-07-04 Nick LewyckyWhen comparing constants, consider a less wide constant...
2009-06-30 Andreas BolkaArray accesses are independent if the underlying arrays...
2009-06-28 Andreas BolkaPrint pairwise dependence results, add testcases.
2009-06-24 Dan GohmanAdd a testcase demoing some of ScalarEvolution's new...
2009-06-22 Dan GohmanFix a bug in the trip-count computation with And/Or...
2009-06-22 Dan GohmanFix llvm::ComputeNumSignBits to handle pointer types
2009-06-22 Dan GohmanTeach ScalarEvolution how to analyze loops with multipl...
2009-06-21 Dan GohmanFix ScalarEvolution's backedge-taken count computations...
2009-06-18 Dan GohmanTeach ScalarEvolution how to recognize another xor...
2009-06-17 Dan GohmanAdd -disable-output to a bunch of tests that don't...
2009-06-17 Dan GohmanFix ScalarEvolution's Xor handling to not assume that...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-27 Dan GohmanTeach BasicAliasAnalysis to understand constant gep...
2009-05-18 Dan GohmanTeach ScalarEvolution to recognize x^-1 in the case...
2009-05-18 Dan GohmanMake ScalarEvolution::isLoopGuardedByCond work even...
2009-05-18 Dan GohmanAdd nounwind to a few tests.
2009-05-09 Eli FriedmanAllow scalar evolution to compute iteration counts...
2009-05-08 Dan GohmanFix bogus overflow checks by replacing them with actual
2009-05-08 Dan GohmanFold trunc casts into add-recurrence expressions, allow...
2009-05-01 Dan GohmanWhen printing a SCEVUnknown with pointer type, don...
2009-04-30 Dan GohmanExtend ScalarEvolution's getBackedgeTakenCount to be...
2009-04-29 Dan GohmanGeneralize the cast-of-addrec folding to handle folding...
2009-04-29 Dan GohmanFix this test to match the new output from scalar-evolu...
2009-04-29 Dan GohmanInclude the source type in SCEV cast expression debug...
2009-04-28 Dan GohmanFix a grammaro in a comment.
2009-04-23 Nick LewyckySimplify trunc(extend(x)) in SCEVs, just for completene...
2009-04-23 Owen AndersonTestcase for PR3909.
2009-04-21 Dan GohmanWhen turning (ashr(shl(x, n), n)) into sext(trunc(x...
2009-03-16 Chris Lattnerchange this to test for an alias result more directly.
2009-03-14 Nick LewyckyAdd a replacement for 2009-02-12-GEPNoalias.ll that...
2009-03-13 Chris Lattnerremove a buggy test, it is not ok to use -debug in...
2009-02-27 Dan GohmanUpdate this test for the LoopInfo::print changes.
2009-02-24 Dan GohmanRename ScalarEvolution's getIterationCount to getBacked...
2009-02-13 Nick LewyckyBasicAA was making the assumption that a local allocati...
2009-02-04 Owen AndersonFinish making AliasAnalysis aware of the fact that...
2009-01-13 Nick LewyckyWind SCEV back in time, to Nov 18th. This 'fixes' PR327...
2009-01-02 Nick LewyckyDon't try to analyze this "backward" case. This is...
2008-12-27 Nick LewyckyCheck that the function prototypes are correct before...
2008-12-19 Nick LewyckyResubmit support for the 'nocapture' attribute.
2008-12-16 Bill WendlingRemove empty test.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-16 Nick LewyckyGeneralize support for analyzing loops to include SLE...
2008-12-15 Chris LattnerTeach basicaa to use the nocapture attribute when possi...
2008-12-12 Nick LewyckyRevert my re-instated reverted commit, fixes the bootst...
2008-12-11 Nick LewyckySneaky, sneaky: move the -1 to the outside of the SMax...
2008-12-10 Chris LattnerAllow basicaa to walk through geps with identical indic...
2008-12-09 Evan Chengxfail this for now.
2008-12-09 Nick LewyckyIt's easy to handle SLE/SGE when the loop has a unit...
2008-11-24 Nick LewyckyExtend the 'noalias' attribute to function return value...
2008-11-18 Nick LewyckyAdd a utility function that detects whether a loop...
2008-11-16 Nick LewyckyDon't brute-force analyze cubic or higher polynomials.
2008-11-03 Nick LewyckyDon't crash analyzing certain quadratics (addrec of...
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-19 Duncan SandsRemove the MarkModRef pass (use AddReadAttrs instead).
2008-09-19 Duncan SandsAdd a new pass AddReadAttrs which works out which functions
2008-09-19 Duncan SandsTeach -callgraph to always print the callgraph (as the
2008-09-16 Dan GohmanFinally re-apply r46959. This is made feasible by the...
2008-09-16 Dan GohmanFix spacing in the grep line for this test, following...
next