llvm-6502/lib/Transforms/Instrumentation
2014-02-27 12:45:36 +00:00
..
AddressSanitizer.cpp [asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow. 2014-02-27 12:45:36 +00:00
BoundsChecking.cpp Make DataLayout a plain object, not a pass. 2014-02-25 17:30:31 +00:00
CMakeLists.txt Remove lib/Transforms/Instrumentation/ProfilingUtils.* 2013-10-14 16:46:46 +00:00
DataFlowSanitizer.cpp Make DataLayout a plain object, not a pass. 2014-02-25 17:30:31 +00:00
DebugIR.cpp Replace the F_Binary flag with a F_Text one. 2014-02-24 18:20:12 +00:00
DebugIR.h Revert "Give internal classes hidden visibility." 2013-09-11 18:05:11 +00:00
GCOVProfiling.cpp Replace the F_Binary flag with a F_Text one. 2014-02-24 18:20:12 +00:00
Instrumentation.cpp Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
LLVMBuild.txt Add proper dependencies to LLVMBuild.txt in llvm/lib. 2013-12-10 05:39:34 +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 Make DataLayout a plain object, not a pass. 2014-02-25 17:30:31 +00:00
ThreadSanitizer.cpp Make DataLayout a plain object, not a pass. 2014-02-25 17:30:31 +00:00