llvm-project/compiler-rt/lib/profile
Xinliang David Li bf56c0a512 [PGO] Add cmake check to determine atomics op availability
This allows the profile runtime to pick the right impl
for cmp&swap for a given target.

Differential Revision: http://reviews.llvm.org/D15248

llvm-svn: 255173
2015-12-09 22:46:49 +00:00
..
CMakeLists.txt [PGO] Add cmake check to determine atomics op availability 2015-12-09 22:46:49 +00:00
GCDAProfiling.c Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
InstrProfData.inc Sync up with master file 2015-12-02 21:48:22 +00:00
InstrProfiling.c Fix typo 2015-12-08 22:51:40 +00:00
InstrProfiling.h [PGO] Stop leaking libc function to buffer API impl 2015-12-07 21:18:16 +00:00
InstrProfilingBuffer.c Fix a bug introduced in cleanup 2015-11-23 05:16:28 +00:00
InstrProfilingFile.c [PGO] Stop leaking libc function to buffer API impl 2015-12-07 21:18:16 +00:00
InstrProfilingInternal.h Fix -Wpointer-sign warning 2015-11-21 07:26:46 +00:00
InstrProfilingPlatformDarwin.c [PGO] Unify section name, section symbol definitions (Darwin) 2015-11-23 19:48:25 +00:00
InstrProfilingPlatformLinux.c [PGO] Unify section name, section symbol definitions (Linux) 2015-11-23 18:56:03 +00:00
InstrProfilingPlatformOther.c [PGO] Compiler-rt cleanup -- introduces macros for various macros 2015-11-23 04:38:17 +00:00
InstrProfilingRuntime.cc InstrProf: Support profiling dlopen'd shared libraries 2014-05-17 01:27:30 +00:00
InstrProfilingUtil.c [PGO] Compiler-rt cleanup -- introduces macros for various macros 2015-11-23 04:38:17 +00:00
InstrProfilingUtil.h Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
InstrProfilingWriter.c Don't shadow a variable in the outer scope. Use canonical form of the 2015-12-04 00:40:07 +00:00
Makefile.mk PGO: Add explicit static initialization 2014-03-20 19:23:53 +00:00