summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-09
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-09
* [asan] fix bug 14277 (asan needs to fail with fata error if an __asan interfa...Kostya Serebryany2012-11-07
* Fix whitespacesAlexey Samsonov2012-11-02
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-01
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-29
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* [ASan] Support comments in ASan/TSan blacklist file as lines starting with #Alexey Samsonov2012-10-19
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-19
* [asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany2012-10-19
* [asan] better debug diagnostics in asan compiler moduleKostya Serebryany2012-10-17
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-10
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-09
* Create enums for the different attributes.Bill Wendling2012-10-09
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* [tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany2012-10-04
* tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov2012-10-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* s/__llvm_gcov_flush/__gcov_flush/gBill Wendling2012-09-17
* Fix a few vars that can end up being used without initialization.Axel Naumann2012-09-17
* Remove comment.Bill Wendling2012-09-14
* Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...Bill Wendling2012-09-13
* Introduce the __llvm_gcov_flush function.Bill Wendling2012-09-13
* [asan] fix lintKostya Serebryany2012-09-05
* [asan] extend the blacklist functionality to handle global-init. Patch by Rei...Kostya Serebryany2012-09-05
* Rename ANDROIDEABI to Android.Logan Chien2012-09-02
* WhitespaceAlexey Samsonov2012-08-30
* Pass by pointer and not std::string.Bill Wendling2012-08-30
* Revert r162855 in favor of changing clang to emit the absolute coverage file ...Bill Wendling2012-08-30
* Use the full path to output the .gcda file.Bill Wendling2012-08-29
* Use ArrayRef instead of SmallVector when passing vector into function.Bill Wendling2012-08-29
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* [asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...Kostya Serebryany2012-08-24
* [asan/tsan] extend the functionality of FunctionBlackList to globals and modu...Kostya Serebryany2012-08-24
* MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be aRichard Smith2012-08-21
* [asan] add code to detect global initialization fiasco in C/C++. The sub-pass...Kostya Serebryany2012-08-21
* [asan] implement --asan-always-slow-path, which is a part of the improvement ...Kostya Serebryany2012-08-15
* [asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany2012-08-14
* [asan] remove the code for --asan-merge-callbacks as it appears to be a bad i...Kostya Serebryany2012-08-13
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-25