aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/Profiling
Commit message (Expand)AuthorAgeFilesLines
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* 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
* 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
* 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