summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
...
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-12
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-09
* Mark obviously const methods. Also use reference for parameters when possible.Jakub Staszak2013-08-09
* Fix ARM build.Peter Collingbourne2013-08-08
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-06
* 80-colsAlexey Samsonov2013-08-05
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-18
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-18
* Add comparison operators for DIDescriptors to fix c++98 falloutEric Christopher2013-07-17
* Mark a method 'const' and another 'static'.Craig Topper2013-07-17
* Make a few more static string pointers constant.Craig Topper2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-09
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* [msan] Unpoison stack allocations and undef values in blacklisted functions.Evgeniy Stepanov2013-07-03
* Debug Info: cleanupManman Ren2013-07-02
* Debug Info: clean up usage of Verify.Manman Ren2013-07-01
* Remove needless include (unistd.h) in DebugIR passDaniel Malea2013-06-28
* Add missing header for DebugIRDaniel Malea2013-06-28
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-28
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-26
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-26
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-26
* Fix nondeterminism in .gcno file generation.Nick Lewycky2013-06-18
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan YKostya Serebryany2013-06-03
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-31
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-28
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-23
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-21
* Remove unused #include.Bill Wendling2013-05-20
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-16
* Fix a documentation warning: \bried -> \briefDmitri Gribenko2013-05-09
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-11
* Minor simplification.Bill Wendling2013-03-28
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-28
* Use the full path when outputting the `.gcda' file.Bill Wendling2013-03-26
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-26