aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Avoid analyzing instructions in blocks not reachable from the entry block.Dan Gohman2010-03-091-0/+13
* remove andersen's tests.Chris Lattner2010-03-0110-137/+0
* Teach ScalarEvolution how to compute a tripcount for a loop withDan Gohman2010-02-191-0/+76
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-2658-59/+59
* Fix the the ceiling-division used in computing the MaxBECount so that it doesn'tDan Gohman2010-01-262-2/+411
* Fix PR6047Tobias Grosser2010-01-164-0/+205
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-0918-27/+27
* Delete useless trailing semicolons.Dan Gohman2010-01-051-2/+2
* gvn is optimizing this better now.Chris Lattner2009-12-061-2/+2
* Add a comment about A[i+(j+1)].Dan Gohman2009-12-011-1/+1
* @test9 is a testcase for r89958. Before 89958, we misanalyzed theChris Lattner2009-11-261-1/+39
* Implement PR1143 (at -m64) by making basicaa look through extensions. WeChris Lattner2009-11-261-1/+16
* teach GetLinearExpression to be a bit more aggressive.Chris Lattner2009-11-261-0/+15
* update status of this. basicaa is much improved now,Chris Lattner2009-11-261-2/+2
* Teach basicaa that x|c == x+c when the c bits of x are clear. ThisChris Lattner2009-11-261-0/+14
* teach basicaa that A[i] != A[i+1].Chris Lattner2009-11-261-0/+16
* rename testChris Lattner2009-11-261-0/+0
* Change the other half of aliasGEP (which handles GEP differencing) to use Dec...Chris Lattner2009-11-261-2/+59
* add a new random feature testChris Lattner2009-11-261-1/+17
* remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner2009-11-221-0/+17
* Update computeArraySize() to use ComputeMultiple() to determine the array siz...Victor Hernandez2009-11-101-9/+1
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-4/+14
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-14/+4
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-4/+14
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-037-1/+8
* Convert Analysis tests to FileCheck in regards to PR5307.Edward O'Callaghan2009-10-275-7/+17
* Teach BasicAA how to analyze Select instructions, and make it moreDan Gohman2009-10-261-0/+73
* Update these tests to match what Loop::print now prints.Dan Gohman2009-10-241-1/+1
* fix testChris Lattner2009-10-181-1/+1
* tighten up test3, add test3a for the converse Chris Lattner2009-10-181-3/+22
* tighten test2, add a test that it doesn't get transformed in the invalid edge...Chris Lattner2009-10-181-1/+12
* Merge tests into modref.ll. Also add a test for r84174 at Chris' behest!Nick Lewycky2009-10-183-31/+41
* Add a couple new testcases.Nick Lewycky2009-10-182-0/+30
* replace a useless test with a useful oneChris Lattner2009-10-171-13/+19
* Make use of the result of the loads even though that means adding -instcombine.Nick Lewycky2009-10-141-5/+5
* Another BasicAA fix. If a value does not alias a GEP's base pointer, then itEvan Cheng2009-10-141-0/+30
* Replace test with a simpler hand crafted one.Evan Cheng2009-10-141-76/+19
* Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu...Evan Cheng2009-10-131-0/+86
* don't use dead loads as tests.Chris Lattner2009-10-131-3/+4
* Teach BasicAA a little something about the atomic intrinsics: they can onlyNick Lewycky2009-10-131-0/+16
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-1/+1
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-1/+1
* Teach ScalarEvolution how to reason about no-wrap flags on loopsDan Gohman2009-09-171-0/+76
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-113-3/+3
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11128-132/+132
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-092-4/+4
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-083-4/+4
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-0829-32/+32
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08128-132/+132
* Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator.Andreas Neustifter2009-09-042-3/+13