| 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
|
|
|
|
| |
llvm-svn: 167272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
environment variable.
This allows parallel make for profiling code, without it there are file
collisions as each parallel run uses the default file name.
There is already code in the runtime library to specify the output file name
via the command line, but this only works for programs which already process
argc/argv. This patch builds on that support.
Patch by Alastair Murray.
llvm-svn: 167269
|
|
|
|
| |
llvm-svn: 155726
|
|
|
|
| |
llvm-svn: 155661
|
|
|
|
| |
llvm-svn: 149844
|
|
|
|
|
|
| |
attribute warn_unused_result.
llvm-svn: 140314
|
|
|
|
|
|
|
|
| |
- unistd.h doesn't exist with MSVC
- inline must be __inline in Microsoft C
- atexit cannot take a function declared as void f(), must be void f(void).
llvm-svn: 130490
|
|
|
|
|
|
|
|
|
|
| |
Modified patch by Adam Preuss.
This builds on the existing framework for block tracing, edge profiling and optimal edge profiling.
See -help-hidden for new flags.
For documentation, see the technical report "Implementation of Path Profiling..." in llvm.org/pubs.
llvm-svn: 124515
|
|
|
|
| |
llvm-svn: 45425
|
|
|
|
|
|
|
| |
premature, these libraries will be going away for the 2.0 release. Other
arrangements for profiling, gc, etc. should be made in the next few months.
llvm-svn: 31807
|
|
|
|
|
|
| |
be dropped. This patch pertains to removing the runtime directory from LLVM.
llvm-svn: 31793
|
|
|
|
| |
llvm-svn: 31404
|
|
|
|
| |
llvm-svn: 13344
|
|
|
|
|
|
| |
programs use it instead of argc.
llvm-svn: 11270
|
|
|
|
|
|
| |
where to output the profiling data, if llvmprof.out is not good enough.
llvm-svn: 11264
|
|
|
|
| |
llvm-svn: 11261
|
|
|
|
| |
llvm-svn: 9564
|
|
|
|
|
|
| |
in! Doh.
llvm-svn: 9555
|
|
llvm-svn: 9546
|