| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
%llvmshlibdir should be 'bin' on Cygming.
llvm-svn: 120282
|
|
|
|
|
|
| |
(Keep disabled test disabled until selfhosted build issue is resolved.)
llvm-svn: 81008
|
|
|
|
| |
llvm-svn: 80970
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 80908
|
|
|
|
|
|
| |
(See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090831/086214.html)
llvm-svn: 80799
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
from the host and hope that works.
llvm-svn: 80751
|
|
|
|
| |
llvm-svn: 80363
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
error.
llvm-svn: 80357
|
|
|
|
| |
llvm-svn: 80356
|
|
llvm-svn: 80355
|