Revert the series of commits starting with r166578 which introduced the
[oota-llvm.git] / lib / Transforms / Instrumentation /
2012-10-29 Duncan SandsRemove a wrapper around getIntPtrType added to GVN...
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-19 Alexey Samsonov[ASan] Support comments in ASan/TSan blacklist file...
2012-10-19 Evgeniy StepanovMove SplitBlockAndInsertIfThen to BasicBlockUtils.
2012-10-19 Kostya Serebryany[asan] make sure asan erases old unused allocas after...
2012-10-17 Kostya Serebryany[asan] better debug diagnostics in asan compiler module
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Kostya Serebryany[asan] make AddressSanitizer to be a FunctionPass inste...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-10 Bill WendlingHave 'addFnAttr' take the attribute enum value. Then...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Kostya Serebryany[tsan] add 3 internal flags for fine-grain control...
2012-10-03 Dmitry Vyukovtsan: prepare for migration to new memory_order enum...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-17 Bill Wendlings/__llvm_gcov_flush/__gcov_flush/g
2012-09-17 Axel NaumannFix a few vars that can end up being used without initi...
2012-09-14 Bill WendlingRemove comment.
2012-09-13 Bill WendlingUse Nick's suggestion of storing a large NULL into...
2012-09-13 Bill WendlingIntroduce the __llvm_gcov_flush function.
2012-09-05 Kostya Serebryany[asan] fix lint
2012-09-05 Kostya Serebryany[asan] extend the blacklist functionality to handle...
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-08-30 Alexey SamsonovWhitespace
2012-08-30 Bill WendlingPass by pointer and not std::string.
2012-08-30 Bill WendlingRevert r162855 in favor of changing clang to emit the...
2012-08-29 Bill WendlingUse the full path to output the .gcda file.
2012-08-29 Bill WendlingUse ArrayRef instead of SmallVector when passing vector...
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-24 Kostya Serebryany[asan/tsan] rename FunctionBlackList* to BlackList...
2012-08-24 Kostya Serebryany[asan/tsan] extend the functionality of FunctionBlackLi...
2012-08-21 Richard SmithMaximumSpanningTree::EdgeWeightCompare: Make this compa...
2012-08-21 Kostya Serebryany[asan] add code to detect global initialization fiasco...
2012-08-15 Kostya Serebryany[asan] implement --asan-always-slow-path, which is...
2012-08-14 Kostya Serebryany[asan] insert crash basic blocks inline as opposed...
2012-08-13 Kostya Serebryany[asan] remove the code for --asan-merge-callbacks as...
2012-07-25 Nuno Lopesrevert r160742: it's breaking CMake build
2012-07-25 Nuno LopesMemoryBuiltins: add support to determine the size of...
2012-07-22 Chandler CarruthMove the initialization of the bounds checking pass...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-07-20 Kostya Serebryany[asan] make sure that the crash callbacks do not get...
2012-07-17 Kostya Serebryany[asan] more code to merge crash callbacks. Doesn't...
2012-07-16 Kostya Serebryany[asan] a bit more refactoring, addressed some of the...
2012-07-16 Kostya Serebryany[asan] refactor instrumentation to allow merging the...
2012-07-16 Kostya Serebryany[asan] initialize asan error callbacks in runOnModule...
2012-07-16 Chandler CarruthRevert r160254 temporarily.
2012-07-16 Chandler CarruthTeach AddressSanitizer to create basic blocks in a...
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-05 Kostya Serebryany[tsan] fix compile-time falilure found while building...
2012-07-02 Kostya Serebryany[asan] small code simplification
2012-06-30 Bill WendlingDon't reinsert the 'atexit' function if it already...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-28 Kostya Serebryany[asan] set a hard limit on the number of instructions...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-01 Bill WendlingRegister the gcov "writeout" at init time. Don't list...
2012-05-30 Kostya Serebryany[asan] instrument cmpxchg and atomicrmw
2012-05-28 Bill WendlingImplement the indirect counter increment code in a...
2012-05-25 Bill WendlingThe llvm_gcda_increment_indirect_counter function write...
2012-05-23 Evgeniy StepanovUse zero-based shadow by default on Android.
2012-05-02 Kostya Serebryany[tsan] typo and style (thanks to Nick Lewycky)
2012-04-27 Kostya Serebryany[asan] small optimization: do not emit "x+0" instructions
2012-04-27 Kostya Serebryany[tsan] Atomic support for ThreadSanitizer, patch by...
2012-04-23 Alexander PotapenkoFix issue 67 by checking that the interface functions...
2012-04-23 Kostya Serebryany[tsan] use llvm/ADT/Statistic.h for tsan stats
2012-04-10 Kostya Serebryany[tsan] two more compile-time optimizations:
2012-04-10 Kostya Serebryany[tsan] compile-time instrumentation: do not instrument...
2012-03-26 Kostya Serebryany[tsan] treat vtable pointer updates in a special way...
2012-03-21 Kostya Serebryany[asan] fix one more bug related to long double
2012-03-19 Kostya Serebryany[asan] don't emit __asan_mapping_offset/__asan_mapping_...
2012-03-14 Kostya Serebryany[tsan] use FunctionBlackList
2012-03-14 Kostya Serebryany[asan] rename class BlackList to FunctionBlackList...
2012-03-02 Evgeniy StepanovASan: use getTypeAllocSize instead of getTypeStoreSize.
2012-02-14 Kostya Serebryany[tsan] fix compiler warnings
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2012-02-08 Kostya Serebryany[asan] unpoison the stack before every noreturn call...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-30 Kostya Serebryany[asan] fix the ObjC support (asan Issue #33)
2012-01-30 Alexander PotapenkoFix compilation of ASan tests on OS X Lion (see code...
2012-01-28 Kostya Serebryany[asan] correctly use ConstantExpr::getGetElementPtr...
2012-01-24 Kostya Serebryany[asan] enable asan only for the functions that have...
2012-01-23 Alexander PotapenkoImplemented AddressSanitizer::getPassName()
2012-01-11 Kostya Serebryany[asan] extend the workaround for llvm.org/bugs/show_bug...
2012-01-06 Kostya Serebryany[asan] cleanup: remove the SIGILL-related code (compile...
2011-12-15 Kostya Serebryany[asan] add the name of the module to the description...
2011-12-15 Kostya Serebryany[asan] fix a bug (issue 19) where dlclose and the follo...
2011-12-14 Kostya Serebryany[asan] remove .preinit_array from the compiler module...
2011-12-13 Kostya Serebryany[asan] report an error if blacklist file contains a...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
next