llvm-6502/lib/Transforms/Instrumentation
Yuchen Wu d23c759c0f llvm-cov: Added file checksum to gcno and gcda files.
Instead of permanently outputting "MVLL" as the file checksum, clang
will create gcno and gcda checksums by hashing the destination block
numbers of every arc. This allows for llvm-cov to check if the two gcov
files are synchronized.

Regenerated the test files so they contain the checksum. Also added
negative test to ensure error when the checksums don't match.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195191 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-20 04:15:05 +00:00
..
AddressSanitizer.cpp [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-after-return are combined. 2013-11-18 14:53:55 +00:00
BoundsChecking.cpp fix PR17635: false positive with packed structures 2013-10-24 09:17:24 +00:00
CMakeLists.txt Remove lib/Transforms/Instrumentation/ProfilingUtils.* 2013-10-14 16:46:46 +00:00
DataFlowSanitizer.cpp 80 cols 2013-08-28 11:25:12 +00:00
DebugIR.cpp Use right pointer type in DebugIR 2013-09-27 22:26:25 +00:00
DebugIR.h Revert "Give internal classes hidden visibility." 2013-09-11 18:05:11 +00:00
GCOVProfiling.cpp llvm-cov: Added file checksum to gcno and gcda files. 2013-11-20 04:15:05 +00:00
Instrumentation.cpp Remove the very substantial, largely unmaintained legacy PGO 2013-10-02 15:42:23 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
MaximumSpanningTree.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
MemorySanitizer.cpp [msan] Fast path optimization for wrap-indirect-calls feature of MemorySanitizer. 2013-11-14 12:29:04 +00:00
ThreadSanitizer.cpp tsan: implement no_sanitize_thread attribute 2013-10-17 07:20:06 +00:00