summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/Profiling/profiling-tool-chain.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-212/+0
| | | | | | | | | | | | | | | | | | | | infrastructure. This was essentially work toward PGO based on a design that had several flaws, partially dating from a time when LLVM had a different architecture, and with an effort to modernize it abandoned without being completed. Since then, it has bitrotted for several years further. The result is nearly unusable, and isn't helping any of the modern PGO efforts. Instead, it is getting in the way, adding confusion about PGO in LLVM and distracting everyone with maintenance on essentially dead code. Removing it paves the way for modern efforts around PGO. Among other effects, this removes the last of the runtime libraries from LLVM. Those are being developed in the separate 'compiler-rt' project now, with somewhat different licensing specifically more approriate for runtimes. llvm-svn: 191835
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-291-2/+2
| | | | | | %llvmshlibdir should be 'bin' on Cygming. llvm-svn: 120282
* Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator.Andreas Neustifter2009-09-041-2/+11
| | | | | | (Keep disabled test disabled until selfhosted build issue is resolved.) llvm-svn: 81008
* Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.Daniel Dunbar2009-09-031-0/+203
| | | | llvm-svn: 80970
* --- Reverse-merging r80908 into '.':Bill Wendling2009-09-031-203/+0
| | | | | | | | | | | D test/Analysis/Profiling --- Reverse-merging r80907 into '.': U lib/Analysis/ProfileInfoLoaderPass.cpp Attempt to remove failure in the self-hosting build bot. llvm-svn: 80966
* Disable some parts of the profiling-tool-chain test, which is currently failingDaniel Dunbar2009-09-031-5/+9
| | | | | | | on a self-hosted build (although it seems to work on non-self hosted). I'll work with Andreas to figure this out. llvm-svn: 80947
* Reapply profiling tests.Daniel Dunbar2009-09-031-0/+199
| | | | llvm-svn: 80908
* Removed temporarily because of breaking Darwin builds.Andreas Neustifter2009-09-021-199/+0
| | | | | | (See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090831/086214.html) llvm-svn: 80799
* Changed profiling-tool-chain.ll test to use optimal-edge-profiling instead ofAndreas Neustifter2009-09-021-7/+26
| | | | | | | | | edge-profiling, this is more useful since the loading of the optimal-edge-profiling is more complicated. The edge-profiling is tested in edge-profiling.ll where only the instrumentation is tested. llvm-svn: 80791
* Don't force the triple or data layout in this test. We just have to get themDaniel Dunbar2009-09-021-2/+0
| | | | | | from the host and hope that works. llvm-svn: 80751
* rm needs -fTorok Edwin2009-08-281-1/+1
| | | | llvm-svn: 80363
* Remove the llvmprof.out from the test output, otherwise runningTorok Edwin2009-08-281-1/+1
| | | | | | | make check in a non-clean directory causes it to fail (for example when running make check twice), since execution counts will differ. llvm-svn: 80362
* Remove profiling output file because two consecutive runs of make check giveAndreas Neustifter2009-08-281-0/+1
| | | | | | error. llvm-svn: 80357
* Removed unnecessary file creation during test.Andreas Neustifter2009-08-281-1/+1
| | | | llvm-svn: 80356
* Pulled all tests into one test. Removed some redundant tests. Rename.Andreas Neustifter2009-08-281-0/+181
llvm-svn: 80355
OpenPOWER on IntegriCloud