llvm-project/compiler-rt/lib/profile
Duncan P. N. Exon Smith ae2f0bbcf1 InstrProf: Add simple compiler-rt test
Add the test infrastructure for testing lib/profile and a single test.
This initial commit only enables the tests on Darwin, but they'll be
enabled on Linux soon after.

<rdar://problem/16458307>

llvm-svn: 205256
2014-03-31 22:45:37 +00:00
..
CMakeLists.txt InstrProf: Add simple compiler-rt test 2014-03-31 22:45:37 +00:00
GCDAProfiling.c PGO: Fix obviously wrong typedefs for MS 2014-03-19 22:10:24 +00:00
InstrProfiling.c InstrProf: Indicate pointer size in raw profile 2014-03-23 03:38:05 +00:00
InstrProfiling.h Define uintptr_t in the profiling sources on x86_64 FreeBSD in 32-bit mode 2014-03-26 12:00:44 +00:00
InstrProfilingBuffer.c Avoid GCC's "cast from pointer to integer of different size" warning. 2014-03-21 21:45:49 +00:00
InstrProfilingFile.c InstrProf: Change the extension of the default profile 2014-03-24 21:53:42 +00:00
InstrProfilingPlatformDarwin.c InstrProf: Reorganize files; no functionality change 2014-03-21 18:29:15 +00:00
InstrProfilingPlatformOther.c InstrProf: Reorganize files; no functionality change 2014-03-21 18:29:15 +00:00
InstrProfilingRuntime.cc InstrProf: Reorganize files; no functionality change 2014-03-21 18:29:15 +00:00
Makefile.mk PGO: Add explicit static initialization 2014-03-20 19:23:53 +00:00