1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/runtime/libprofile
Francois Pichet 4c0e0098a5 Unbreak the MSVC build:
- unistd.h doesn't exist with MSVC
  - inline must be __inline in Microsoft C
  - atexit cannot take a function declared as void f(), must be void f(void).

llvm-svn: 130490
2011-04-29 08:56:07 +00:00
..
BasicBlockTracing.c remove attribution from a variety of miscellaneous files. 2007-12-29 22:59:10 +00:00
CMakeLists.txt Rename profile_rt.so to libprofile_rt.so under configure+make (it already was 2011-04-29 02:12:06 +00:00
CommonProfiling.c Unbreak the MSVC build: 2011-04-29 08:56:07 +00:00
EdgeProfiling.c remove attribution from a variety of miscellaneous files. 2007-12-29 22:59:10 +00:00
GCDAProfiling.c Only read *predecessor once so as to fix a theoretical issue where it changes 2011-04-28 21:35:49 +00:00
libprofile.exports Rename everything to follow LLVM style ... I think. 2011-04-26 03:54:16 +00:00
Makefile Rename profile_rt.so to libprofile_rt.so under configure+make (it already was 2011-04-29 02:12:06 +00:00
OptimalEdgeProfiling.c Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
PathProfiling.c Unbreak the MSVC build: 2011-04-29 08:56:07 +00:00
Profiling.h Implementation of path profiling. 2011-01-29 01:09:53 +00:00