llvm-project/compiler-rt/lib
Xinliang David Li cda3bc2062 [PGO]: Refactor VP data writer
Extract the buffered filer writer code used by value profile 
writer and turn it into common/sharable buffered fileIO 
interfaces. Added a test case for the buffered file writer and
rewrite the VP dumping using the new APIs.

llvm-svn: 256604
2015-12-29 23:54:41 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan For the asan_symbolize.py script, use addr2line as the default system 2015-12-29 21:36:34 +00:00
builtins fix a gcc warning 2015-12-22 17:22:25 +00:00
cfi [cfi] Fix handling of uninstrumented libraries. 2015-12-22 21:40:09 +00:00
dfsan [compiler-rt] [dfsan] Unify aarch64 mapping 2015-11-27 12:43:33 +00:00
interception Tell clang-format that (most) sanitizers are written using Google style guide. 2015-11-19 22:11:10 +00:00
lsan Revert "[CMake] Provide options for toggling on and off various runtime libraries." 2015-12-10 00:40:58 +00:00
msan [compiler-rt] [msan] Variadic support for AArch64 2015-12-14 14:15:32 +00:00
profile [PGO]: Refactor VP data writer 2015-12-29 23:54:41 +00:00
safestack [compiler-rt] [safestack] Enable for aarch64 2015-12-11 17:38:38 +00:00
sanitizer_common [asan] fix fopen interceptor to not crash if path is NULL 2015-12-21 19:22:26 +00:00
tsan [compiler-rt] [tsan] Add support for PIE build on AArch64 2015-12-21 19:27:57 +00:00
ubsan [UBSan] Implement runtime suppressions (PR25066). 2015-12-18 19:56:42 +00:00
CMakeLists.txt Cross-DSO control flow integrity (compiler-rt part). 2015-12-15 23:00:33 +00:00
Makefile.mk Remove support for building sanitizers from Makefile/autoconf build on Linux. 2015-02-18 22:26:49 +00:00