aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/Profiling
AgeCommit message (Expand)Author
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan 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
2009-09-02Removed temporarily because of breaking Darwin builds.Andreas Neustifter
2009-09-02Changed profiling-tool-chain.ll test to use optimal-edge-profiling instead ofAndreas Neustifter
2009-09-02Don't force the triple or data layout in this test. We just have to get themDaniel Dunbar
2009-08-28rm needs -fTorok Edwin
2009-08-28Remove the llvmprof.out from the test output, otherwise runningTorok Edwin
2009-08-28Remove profiling output file because two consecutive runs of make check giveAndreas Neustifter
2009-08-28Removed unnecessary file creation during test.Andreas Neustifter
2009-08-28Pulled all tests into one test. Removed some redundant tests. Rename.Andreas Neustifter
2009-08-28Readded test from r79615, this tests the complete profiling tool chain. FurhterAndreas Neustifter
2009-08-21Removed profiling test, lli not available on all platforms.Andreas Neustifter
2009-08-21Added tests for Profiling Infrastructure.Andreas Neustifter