llvm-6502/runtime/libprofile
Manman Ren cd62c28723 Profile: move a single enum out of ProfileInfoTypes.h into a new
ProfileDataTypes.h header.

With this patch the old and new profiling code can exist side-by-side. The new
profiling code will be submitted soon and it only supports insert-edge-profiling
for now and will not depend on ProfileInfo.

Patch by Alastair Murray.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162576 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-24 18:31:44 +00:00
..
BasicBlockTracing.c
CMakeLists.txt
CommonProfiling.c Switch to c-style comments in a C file. 2012-04-27 19:30:29 +00:00
EdgeProfiling.c
GCDAProfiling.c Free the allocated filename. Found by clang static analyzer. 2012-06-15 09:11:47 +00:00
libprofile.exports
Makefile
OptimalEdgeProfiling.c
PathProfiling.c PathProfiling.c: Get rid of using "inline". We may expect compiler shall optimize out "static" scope w/o "inline". 2011-11-08 12:03:14 +00:00
Profiling.h Profile: move a single enum out of ProfileInfoTypes.h into a new 2012-08-24 18:31:44 +00:00