aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.Daniel Dunbar2009-09-033-0/+345
* --- Reverse-merging r80908 into '.':Bill Wendling2009-09-033-345/+0
* Disable some parts of the profiling-tool-chain test, which is currently failingDaniel Dunbar2009-09-031-5/+9
* Reapply profiling tests.Daniel Dunbar2009-09-033-0/+341
* Removed temporarily because of breaking Darwin builds.Andreas Neustifter2009-09-023-341/+0
* Changed profiling-tool-chain.ll test to use optimal-edge-profiling instead ofAndreas Neustifter2009-09-022-7/+164
* Don't force the triple or data layout in this test. We just have to get themDaniel Dunbar2009-09-021-2/+0
* rename test so that name reflects what it is testing for.Chris Lattner2009-08-301-0/+0
* convert to filecheck format.Chris Lattner2009-08-301-2/+14
* rm needs -fTorok Edwin2009-08-281-1/+1
* Remove the llvmprof.out from the test output, otherwise runningTorok Edwin2009-08-281-1/+1
* Remove profiling output file because two consecutive runs of make check giveAndreas Neustifter2009-08-281-0/+1
* Removed unnecessary file creation during test.Andreas Neustifter2009-08-281-1/+1
* Pulled all tests into one test. Removed some redundant tests. Rename.Andreas Neustifter2009-08-284-326/+181
* Readded test from r79615, this tests the complete profiling tool chain. FurhterAndreas Neustifter2009-08-284-0/+330
* Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman2009-08-261-0/+194
* Removed profiling test, lli not available on all platforms.Andreas Neustifter2009-08-214-330/+0
* Added tests for Profiling Infrastructure.Andreas Neustifter2009-08-214-0/+330
* Loosen up the regex for this test so that it doesn't implicitlyDan Gohman2009-08-191-1/+3
* Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman2009-08-121-1/+1