llvm-project/compiler-rt/lib/profile
Duncan P. N. Exon Smith 21b98a6c83 InstrProf: Change the extension of the default profile
Change the name of the default profile dumped by compiler-rt to
default.profraw.  This distinguishes it more clearly from the
(incompatible) format output by llvm-profdata that is read by clang
-fprofile-instr-use.

llvm-svn: 204676
2014-03-24 21:53:42 +00:00
..
CMakeLists.txt InstrProf: Reorganize files; no functionality change 2014-03-21 18:29:15 +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 InstrProf: Remove MSVC-specific logic 2014-03-21 20:59:08 +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