llvm-6502/runtime/libprofile
Andrew Trick 04317cc618 Implementation of path profiling.
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124515 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-29 01:09:53 +00:00
..
BasicBlockTracing.c
CommonProfiling.c Implementation of path profiling. 2011-01-29 01:09:53 +00:00
EdgeProfiling.c
libprofile.exports Implementation of path profiling. 2011-01-29 01:09:53 +00:00
Makefile Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'. 2010-09-03 15:42:45 +00:00
OptimalEdgeProfiling.c OptimalEdgeProfiling: Creation of profiles. 2009-09-01 19:03:44 +00:00
PathProfiling.c Implementation of path profiling. 2011-01-29 01:09:53 +00:00
Profiling.h Implementation of path profiling. 2011-01-29 01:09:53 +00:00