Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
[oota-llvm.git] / lib / Transforms / Instrumentation / AddressSanitizer.cpp
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-04 Kostya Serebryany[asan] add experimental -asan-realign-stack option...
2012-12-04 Alexey SamsonovASan: add initial support for handling llvm.lifetime...
2012-12-03 Alexey SamsonovASan: add blacklist file to ASan pass options. Clang...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Kostya Serebryany[asan] simplify the code around doesNotReturn call...
2012-11-29 Alexey Samsonov[ASan] Simplify check added in r168861. Bail out from...
2012-11-29 Alexey SamsonovAdd options to AddressSanitizer passes to make them...
2012-11-29 Kostya Serebryany[asan/tsan] initialize the asan/tsan callbacks in runOn...
2012-11-29 Kostya Serebryany[asan] when checking the noreturn attribute on the...
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-22 NAKAMURA Takumillvm/lib/Transforms/Instrumentation/AddressSanitizer...
2012-11-22 Kostya Serebryany[asan] rip off the creation of global redzones from...
2012-11-20 Kostya Serebryany[asan] use names of globals instead of an external...
2012-11-20 Kostya Serebryany[asan] don't instrument linker-initialized globals...
2012-11-20 Kostya Serebryany[asan] make sure that linker-initialized globals (non...
2012-11-07 Kostya Serebryany[asan] fix bug 14277 (asan needs to fail with fata...
2012-11-02 Alexey SamsonovFix whitespaces
2012-11-01 Kostya Serebryany[asan] don't instrument globals that we've created...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
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-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-17 Axel NaumannFix a few vars that can end up being used without initi...
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-24 Kostya Serebryany[asan/tsan] rename FunctionBlackList* to BlackList...
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-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-02 Kostya Serebryany[asan] small code simplification
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-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-30 Kostya Serebryany[asan] instrument cmpxchg and atomicrmw
2012-05-23 Evgeniy StepanovUse zero-based shadow by default on Android.
2012-04-27 Kostya Serebryany[asan] small optimization: do not emit "x+0" instructions
2012-04-23 Alexander PotapenkoFix issue 67 by checking that the interface functions...
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[asan] rename class BlackList to FunctionBlackList...
2012-03-02 Evgeniy StepanovASan: use getTypeAllocSize instead of getTypeStoreSize.
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 Kostya Serebryany[asan] use .preinit_array only on linux
2011-12-09 Kostya Serebryany[asan] call __asan_init from .preinit_array. This simpl...
2011-12-01 Kostya Serebryany[asan] two minor fixes: use UnreachableInst after the...
2011-11-23 Kostya Serebryany[asan] do not instrument threadlocal globals, this...
2011-11-18 Kostya Serebryany[asan] workaround for reg alloc bug 11395: don't instru...
2011-11-17 Kostya Serebryanyquick fix: remove GlobalVariable::GlobalVariable mistak...
2011-11-17 Kostya Serebryanyfall back to explicit list of allowed linkages when...
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)