aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/Profiling
Commit message (Expand)AuthorAgeFilesLines
* AArch64: use MCJIT by default and enable related tests.Tim Northover2013-05-061-5/+0
* Disable profiling tests for Hexagon since it doesn't support JIT.Jyotsna Verma2013-03-251-0/+3
* AArch64: adjust tests which rely on a default JITTim Northover2013-02-181-0/+12
* Add default JIT LIT variable.James Molloy2012-10-023-3/+3
* llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.NAKAMURA Takumi2012-08-293-0/+9
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-283-0/+466
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-4/+1
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-291-2/+2
* 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