InstSimplify: X >> X -> 0
[oota-llvm.git] / lib / Transforms / Instrumentation / BlackList.cpp
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-04-11 Alexey Samsonov[ASan] Allow disabling init-order checks for globals...
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-18 Alexey Samsonov80 columns
2013-01-18 Will DietzMove Blacklist.h to include/ to enable use from clang.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-29 Nick LewyckyIssue a fatal error if the line doesn't have a regular...
2012-11-12 Alexey Samsonov[ASan] fixup for r167725: Don't fetch name of StructTyp...
2012-11-12 Alexey Samsonov[ASan]: Add minimalistic support for turning off initia...
2012-10-19 Alexey Samsonov[ASan] Support comments in ASan/TSan blacklist file...
2012-09-05 Kostya Serebryany[asan] extend the blacklist functionality to handle...
2012-08-24 Kostya Serebryany[asan/tsan] rename FunctionBlackList* to BlackList...