llvm-project/compiler-rt/lib/profile
Xinliang David Li d31c1ba19a [PGO] Fix mips test failure with new test case
cmp&swap is not well supported -- the new test
case triggers some assembler error.

This is a partial fix to the general problem (lack
of atomics operation support for certain targets).

llvm-svn: 254701
2015-12-04 04:22:59 +00:00
..
CMakeLists.txt [PGO] Refactor File and Buffer API profile writing code 2015-11-18 21:08:03 +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 [PGO] Fix mips test failure with new test case 2015-12-04 04:22:59 +00:00
InstrProfiling.h [PGO] Introduce error report macro in profile-rt 2015-12-03 18:31:59 +00:00
InstrProfilingBuffer.c Fix a bug introduced in cleanup 2015-11-23 05:16:28 +00:00
InstrProfilingFile.c [PGO] Introduce error report macro in profile-rt 2015-12-03 18:31:59 +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