llvm-6502/lib/Transforms/Instrumentation
Bill Wendling 77b1913410 Implement the indirect counter increment code in a better way. Instead of
replicating the code for every place it's needed, we instead generate a function
that does that for us. This function is local to the executable, so there
shouldn't be any writing violations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157564 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-28 06:10:56 +00:00
..
AddressSanitizer.cpp Use zero-based shadow by default on Android. 2012-05-23 11:52:12 +00:00
CMakeLists.txt
EdgeProfiling.cpp
FunctionBlackList.cpp
FunctionBlackList.h
GCOVProfiling.cpp Implement the indirect counter increment code in a better way. Instead of 2012-05-28 06:10:56 +00:00
Instrumentation.cpp
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
ProfilingUtils.h
ThreadSanitizer.cpp [tsan] typo and style (thanks to Nick Lewycky) 2012-05-02 13:12:19 +00:00