index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
Profiling
Age
Commit message (
Expand
)
Author
2013-02-18
AArch64: adjust tests which rely on a default JIT
Tim Northover
2012-10-02
Add default JIT LIT variable.
James Molloy
2012-08-29
llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.
NAKAMURA Takumi
2012-08-28
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2010-11-29
test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
NAKAMURA Takumi
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-04
Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator.
Andreas Neustifter
2009-09-03
Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.
Daniel Dunbar
2009-09-03
--- Reverse-merging r80908 into '.':
Bill Wendling
2009-09-03
Disable some parts of the profiling-tool-chain test, which is currently failing
Daniel Dunbar
2009-09-03
Reapply profiling tests.
Daniel Dunbar
2009-09-02
Removed temporarily because of breaking Darwin builds.
Andreas Neustifter
2009-09-02
Changed profiling-tool-chain.ll test to use optimal-edge-profiling instead of
Andreas Neustifter
2009-09-02
Don't force the triple or data layout in this test. We just have to get them
Daniel Dunbar
2009-08-28
rm needs -f
Torok Edwin
2009-08-28
Remove the llvmprof.out from the test output, otherwise running
Torok Edwin
2009-08-28
Remove profiling output file because two consecutive runs of make check give
Andreas Neustifter
2009-08-28
Removed unnecessary file creation during test.
Andreas Neustifter
2009-08-28
Pulled all tests into one test. Removed some redundant tests. Rename.
Andreas Neustifter
2009-08-28
Readded test from r79615, this tests the complete profiling tool chain. Furhter
Andreas Neustifter
2009-08-21
Removed profiling test, lli not available on all platforms.
Andreas Neustifter
2009-08-21
Added tests for Profiling Infrastructure.
Andreas Neustifter