aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* [asan] better debug diagnostics in asan compiler moduleKostya Serebryany2012-10-171-4/+4
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+1
* [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-10-151-63/+52
* Revert 165732 for further review.Micah Villmow2012-10-111-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-101-6/+2
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-091-2/+2
* Create enums for the different attributes.Bill Wendling2012-10-091-3/+5
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-091-2/+6
* Move TargetData to DataLayout.Micah Villmow2012-10-083-10/+10
* [tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany2012-10-041-7/+18
* tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov2012-10-031-1/+2
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* s/__llvm_gcov_flush/__gcov_flush/gBill Wendling2012-09-171-4/+4
* Fix a few vars that can end up being used without initialization.Axel Naumann2012-09-171-1/+1
* Remove comment.Bill Wendling2012-09-141-1/+1
* Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...Bill Wendling2012-09-131-18/+10
* Introduce the __llvm_gcov_flush function.Bill Wendling2012-09-131-6/+56
* [asan] fix lintKostya Serebryany2012-09-051-1/+1
* [asan] extend the blacklist functionality to handle global-init. Patch by Rei...Kostya Serebryany2012-09-053-1/+11
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-1/+1
* WhitespaceAlexey Samsonov2012-08-301-3/+3
* Pass by pointer and not std::string.Bill Wendling2012-08-301-2/+2
* Revert r162855 in favor of changing clang to emit the absolute coverage file ...Bill Wendling2012-08-301-19/+7
* Use the full path to output the .gcda file.Bill Wendling2012-08-291-7/+19
* Use ArrayRef instead of SmallVector when passing vector into function.Bill Wendling2012-08-291-4/+3
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-1/+5
* [asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...Kostya Serebryany2012-08-245-17/+17
* [asan/tsan] extend the functionality of FunctionBlackList to globals and modu...Kostya Serebryany2012-08-242-55/+89
* MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be aRichard Smith2012-08-211-25/+28
* [asan] add code to detect global initialization fiasco in C/C++. The sub-pass...Kostya Serebryany2012-08-211-63/+171
* [asan] implement --asan-always-slow-path, which is a part of the improvement ...Kostya Serebryany2012-08-151-2/+5
* [asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany2012-08-141-30/+27
* [asan] remove the code for --asan-merge-callbacks as it appears to be a bad i...Kostya Serebryany2012-08-131-78/+8
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-251-4/+1
* MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes2012-07-251-1/+4
* Move the initialization of the bounds checking pass. The pass itselfChandler Carruth2012-07-221-2/+3
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-202-0/+210
* [asan] make sure that the crash callbacks do not get merged (Chandler's idea:...Kostya Serebryany2012-07-201-4/+16
* [asan] more code to merge crash callbacks. Doesn't fully work yet, but allows...Kostya Serebryany2012-07-171-12/+58
* [asan] a bit more refactoring, addressed some of the style comments from chan...Kostya Serebryany2012-07-161-17/+39
* [asan] refactor instrumentation to allow merging the crash callbacks (not ful...Kostya Serebryany2012-07-161-48/+93
* [asan] initialize asan error callbacks in runOnModule instead of doing that o...Kostya Serebryany2012-07-161-8/+20
* Revert r160254 temporarily.Chandler Carruth2012-07-161-16/+16
* Teach AddressSanitizer to create basic blocks in a more natural order.Chandler Carruth2012-07-161-16/+16
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-151-1/+1
* [tsan] fix compile-time falilure found while building Chromium with tsan (tsa...Kostya Serebryany2012-07-051-0/+5
* [asan] small code simplificationKostya Serebryany2012-07-021-18/+14