If PrototypeValue is erased in the middle of using the SSAUpdator
[oota-llvm.git] / test / Analysis /
2010-08-30 Michael J. SpencerFix constant-over-index.ll test on windows.
2010-08-18 Chris Lattnerrefix PR1143 by making basicaa analyze zexts of indices...
2010-08-18 Chris Lattnerfix a buggy test
2010-08-18 Chris Lattnerfix PR7589: In brief:
2010-08-18 Chris Lattnerfilecheckize and detrivialize.
2010-08-11 Dan GohmanWhen analyzing loop exit conditions combined with and...
2010-08-10 Tobias GrosserRegionInfo: Do not assert if a BB is not part of the...
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-08-05 Dan GohmanImplement AccessesArguments checking in the two-callsit...
2010-08-05 Dan GohmanFix memdep's code for reasoning about dependences betwe...
2010-08-05 Dan GohmanRevert r110270 for now. It appears to uncover a memdep...
2010-08-04 Dan GohmanThe trouble with testing for "ModRef" and "NoModRef...
2010-08-04 Dan GohmanThe two-callsite form of AliasAnalysis::getModRefInfo...
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-01 Dan GohmanRemove context sensitivity concerns from interprocedura...
2010-06-30 Dan GohmanRevert the part of r107257 which introduced new logic...
2010-06-30 Dan GohmanAdd a testcase for scev-aa's new capability.
2010-06-29 Dan GohmanAdd a few more interesting testcases.
2010-06-29 Dan GohmanAdd an Intraprocedural form of BasicAliasAnalysis,...
2010-06-28 Dan GohmanFix Value::stripPointerCasts and BasicAA to avoid troub...
2010-06-22 Dan GohmanAllow "exhaustive" trip count evaluation on phi nodes...
2010-06-19 Dan GohmanFix ScalarEvolution's "exhaustive" trip count evaluatio...
2010-06-18 Dan GohmanRevert r106304 (105548 and friends), which are the...
2010-06-18 Dan GohmanReapply 105540, 105542, and 105548, and revert r105732.
2010-06-09 Daniel DunbarWorkaround SCEV non-determinism on this test, for now...
2010-06-07 Dan GohmanOptimize ScalarEvolution's SCEVComplexityCompare predic...
2010-04-26 Dan GohmanAdd a comment to this test.
2010-04-24 Dan GohmanScalarEvolution support for <= and >= loops.
2010-04-23 Chris Lattnerfix some failures my callgraph dump format change broke.
2010-04-22 Dan GohmanDon't attempt to analyze values which are obviously...
2010-04-12 Dan GohmanGeneralize ScalarEvolution's PHI analysis to handle...
2010-04-08 Dan GohmanPointers to zero-sized objects don't point to overlappi...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-09 Dan GohmanAvoid analyzing instructions in blocks not reachable...
2010-03-01 Chris Lattnerremove andersen's tests.
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...
2010-01-26 Dan Gohman-disable-output is no longer needed with -analyze.
2010-01-26 Dan GohmanFix the the ceiling-division used in computing the...
2010-01-16 Tobias GrosserFix PR6047
2010-01-09 Dan GohmanUse WriteAsOperand instead of getName() to print loop...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-06 Chris Lattnergvn is optimizing this better now.
2009-12-01 Dan GohmanAdd a comment about A[i+(j+1)].
2009-11-26 Chris Lattner@test9 is a testcase for r89958. Before 89958, we...
2009-11-26 Chris LattnerImplement PR1143 (at -m64) by making basicaa look throu...
2009-11-26 Chris Lattnerteach GetLinearExpression to be a bit more aggressive.
2009-11-26 Chris Lattnerupdate status of this. basicaa is much improved now,
2009-11-26 Chris LattnerTeach basicaa that x|c == x+c when the c bits of x...
2009-11-26 Chris Lattnerteach basicaa that A[i] != A[i+1].
2009-11-26 Chris Lattnerrename test
2009-11-26 Chris LattnerChange the other half of aliasGEP (which handles GEP...
2009-11-26 Chris Lattneradd a new random feature test
2009-11-22 Chris Lattnerremove a silly condition that doesn't make a lot of...
2009-11-10 Victor HernandezUpdate computeArraySize() to use ComputeMultiple()...
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-10-27 Edward O'CallaghanConvert Analysis tests to FileCheck in regards to PR5307.
2009-10-26 Dan GohmanTeach BasicAA how to analyze Select instructions, and...
2009-10-24 Dan GohmanUpdate these tests to match what Loop::print now prints.
2009-10-18 Chris Lattnerfix test
2009-10-18 Chris Lattnertighten up test3, add test3a for the converse
2009-10-18 Chris Lattnertighten test2, add a test that it doesn't get transform...
2009-10-18 Nick LewyckyMerge tests into modref.ll. Also add a test for r84174...
2009-10-18 Nick LewyckyAdd a couple new testcases.
2009-10-17 Chris Lattnerreplace a useless test with a useful one
2009-10-14 Nick LewyckyMake use of the result of the loads even though that...
2009-10-14 Evan ChengAnother BasicAA fix. If a value does not alias a GEP...
2009-10-14 Evan ChengReplace test with a simpler hand crafted one.
2009-10-13 Evan ChengTeach basic AA about PHI nodes. If all operands of...
2009-10-13 Chris Lattnerdon't use dead loads as tests.
2009-10-13 Nick LewyckyTeach BasicAA a little something about the atomic intri...
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
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...
next