llvm-6502/lib/Transforms/Instrumentation
Nick Lewycky bba40db072 Place the "cfg checksum" around a test. This was recently added in April 2011 to
gcc, though I thought it was older (my gcc 4.4 has it as a local patch. Whoops!)
This fixes PR10589.

Also add some debugging statements.

Remove GcnoFiles, the mapping from CompilationUnit to raw_ostream. Now that we
start by iterating over each CU and descending into them, there's no need to
maintain a mapping.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145208 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-27 23:22:20 +00:00
..
AddressSanitizer.cpp [asan] do not instrument threadlocal globals, this is buggy 2011-11-23 02:10:54 +00:00
CMakeLists.txt AddressSanitizer, first commit (compiler module only) 2011-11-16 01:35:23 +00:00
EdgeProfiling.cpp
GCOVProfiling.cpp Place the "cfg checksum" around a test. This was recently added in April 2011 to 2011-11-27 23:22:20 +00:00
Instrumentation.cpp AddressSanitizer, first commit (compiler module only) 2011-11-16 01:35:23 +00:00
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
OptimalEdgeProfiling.cpp Remove all remaining uses of Value::getNameStr(). 2011-11-15 16:27:03 +00:00
PathProfiling.cpp Remove all remaining uses of Value::getNameStr(). 2011-11-15 16:27:03 +00:00
ProfilingUtils.cpp
ProfilingUtils.h