.. |
AddressSanitizer.cpp
|
[asan] fix bug 14277 (asan needs to fail with fata error if an __asan interface function is being redefined. Before this fix asan asserts)
|
2012-11-07 12:42:18 +00:00 |
BlackList.cpp
|
[ASan] fixup for r167725: Don't fetch name of StructType if it is literal
|
2012-11-12 14:47:00 +00:00 |
BlackList.h
|
[ASan]: Add minimalistic support for turning off initialization-order checking for globals of specified types. Tests for this behavior will go to ASan test suite in compiler-rt.
|
2012-11-12 14:00:01 +00:00 |
BoundsChecking.cpp
|
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
|
2012-10-29 17:31:46 +00:00 |
CMakeLists.txt
|
[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limited to functions any more
|
2012-08-24 16:44:47 +00:00 |
EdgeProfiling.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
GCOVProfiling.cpp
|
Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this!
|
2012-10-24 17:25:11 +00:00 |
Instrumentation.cpp
|
Move the initialization of the bounds checking pass. The pass itself
|
2012-07-22 05:19:32 +00:00 |
LLVMBuild.txt
|
LLVMBuild: Remove trailing newline, which irked me.
|
2011-12-12 19:48:00 +00:00 |
Makefile
|
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
|
2010-01-24 20:43:08 +00:00 |
MaximumSpanningTree.h
|
MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a
|
2012-08-21 21:03:40 +00:00 |
OptimalEdgeProfiling.cpp
|
Remove all remaining uses of Value::getNameStr().
|
2011-11-15 16:27:03 +00:00 |
PathProfiling.cpp
|
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767
|
2012-09-27 10:14:43 +00:00 |
ProfilingUtils.cpp
|
Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this!
|
2012-10-24 17:25:11 +00:00 |
ProfilingUtils.h
|
Add a function for profiling to run at shutdown. Unlike the existing API, this
|
2011-04-08 22:19:52 +00:00 |
ThreadSanitizer.cpp
|
tsan: switch to new memory_order constants (ABI compatible)
|
2012-11-09 14:12:16 +00:00 |