aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis
AgeCommit message (Expand)Author
2010-01-26Fix the the ceiling-division used in computing the MaxBECount so that it doesn'tDan Gohman
2010-01-16Fix PR6047Tobias Grosser
2010-01-09Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-12-06gvn is optimizing this better now.Chris Lattner
2009-12-01Add a comment about A[i+(j+1)].Dan Gohman
2009-11-26@test9 is a testcase for r89958. Before 89958, we misanalyzed theChris Lattner
2009-11-26Implement PR1143 (at -m64) by making basicaa look through extensions. WeChris Lattner
2009-11-26teach GetLinearExpression to be a bit more aggressive.Chris Lattner
2009-11-26update status of this. basicaa is much improved now,Chris Lattner
2009-11-26Teach basicaa that x|c == x+c when the c bits of x are clear. ThisChris Lattner
2009-11-26teach basicaa that A[i] != A[i+1].Chris Lattner
2009-11-26rename testChris Lattner
2009-11-26Change the other half of aliasGEP (which handles GEP differencing) to use Dec...Chris Lattner
2009-11-26add a new random feature testChris Lattner
2009-11-22remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner
2009-11-10Update computeArraySize() to use ComputeMultiple() to determine the array siz...Victor Hernandez
2009-11-07Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez
2009-11-06Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez
2009-11-05Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-10-27Convert Analysis tests to FileCheck in regards to PR5307.Edward O'Callaghan
2009-10-26Teach BasicAA how to analyze Select instructions, and make it moreDan Gohman
2009-10-24Update these tests to match what Loop::print now prints.Dan Gohman
2009-10-18fix testChris Lattner
2009-10-18tighten up test3, add test3a for the converse Chris Lattner
2009-10-18tighten test2, add a test that it doesn't get transformed in the invalid edge...Chris Lattner
2009-10-18Merge tests into modref.ll. Also add a test for r84174 at Chris' behest!Nick Lewycky
2009-10-18Add a couple new testcases.Nick Lewycky
2009-10-17replace a useless test with a useful oneChris Lattner
2009-10-14Make use of the result of the loads even though that means adding -instcombine.Nick Lewycky
2009-10-14Another BasicAA fix. If a value does not alias a GEP's base pointer, then itEvan Cheng
2009-10-14Replace test with a simpler hand crafted one.Evan Cheng
2009-10-13Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu...Evan Cheng
2009-10-13don't use dead loads as tests.Chris Lattner
2009-10-13Teach BasicAA a little something about the atomic intrinsics: they can onlyNick Lewycky
2009-09-25Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez
2009-09-24Auto-upgrade malloc instructions to malloc calls.Victor Hernandez
2009-09-17Teach ScalarEvolution how to reason about no-wrap flags on loopsDan Gohman
2009-09-11Eliminate more redundant llvm-as calls.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08Convert a few more opt | llvm-dis to opt -S.Dan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-04Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator.Andreas Neustifter
2009-09-03Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.Daniel Dunbar
2009-09-03--- Reverse-merging r80908 into '.':Bill Wendling
2009-09-03Disable some parts of the profiling-tool-chain test, which is currently failingDaniel Dunbar
2009-09-03Reapply profiling tests.Daniel Dunbar