1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-31 16:02:52 +01:00
llvm-mirror/runtime/libprofile
Manman Ren 15cce6cb87 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.

llvm-svn: 162576
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
Profiling.h Profile: move a single enum out of ProfileInfoTypes.h into a new 2012-08-24 18:31:44 +00:00