index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
/
AddressSanitizer.cpp
Age
Commit message (
Expand
)
Author
2012-10-19
[asan] make sure asan erases old unused allocas after it created a new one. T...
Kostya Serebryany
2012-10-17
[asan] better debug diagnostics in asan compiler module
Kostya Serebryany
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...
Kostya Serebryany
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-17
Fix a few vars that can end up being used without initialization.
Axel Naumann
2012-09-05
[asan] fix lint
Kostya Serebryany
2012-09-05
[asan] extend the blacklist functionality to handle global-init. Patch by Rei...
Kostya Serebryany
2012-09-02
Rename ANDROIDEABI to Android.
Logan Chien
2012-08-24
[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...
Kostya Serebryany
2012-08-21
[asan] add code to detect global initialization fiasco in C/C++. The sub-pass...
Kostya Serebryany
2012-08-15
[asan] implement --asan-always-slow-path, which is a part of the improvement ...
Kostya Serebryany
2012-08-14
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-08-13
[asan] remove the code for --asan-merge-callbacks as it appears to be a bad i...
Kostya Serebryany
2012-07-20
[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...
Kostya Serebryany
2012-07-17
[asan] more code to merge crash callbacks. Doesn't fully work yet, but allows...
Kostya Serebryany
2012-07-16
[asan] a bit more refactoring, addressed some of the style comments from chan...
Kostya Serebryany
2012-07-16
[asan] refactor instrumentation to allow merging the crash callbacks (not ful...
Kostya Serebryany
2012-07-16
[asan] initialize asan error callbacks in runOnModule instead of doing that o...
Kostya Serebryany
2012-07-16
Revert r160254 temporarily.
Chandler Carruth
2012-07-16
Teach AddressSanitizer to create basic blocks in a more natural order.
Chandler Carruth
2012-07-02
[asan] small code simplification
Kostya Serebryany
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-28
[asan] set a hard limit on the number of instructions instrumented pear each ...
Kostya Serebryany
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-05-30
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-05-23
Use zero-based shadow by default on Android.
Evgeniy Stepanov
2012-04-27
[asan] small optimization: do not emit "x+0" instructions
Kostya Serebryany
2012-04-23
Fix issue 67 by checking that the interface functions weren't redefined in th...
Alexander Potapenko
2012-03-21
[asan] fix one more bug related to long double
Kostya Serebryany
2012-03-19
[asan] don't emit __asan_mapping_offset/__asan_mapping_scale by default -- th...
Kostya Serebryany
2012-03-14
[asan] rename class BlackList to FunctionBlackList and move it into a separat...
Kostya Serebryany
2012-03-02
ASan: use getTypeAllocSize instead of getTypeStoreSize.
Evgeniy Stepanov
2012-02-08
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-01-31
eliminate the "string" form of ConstantArray::get, using
Chris Lattner
2012-01-30
[asan] fix the ObjC support (asan Issue #33)
Kostya Serebryany
2012-01-30
Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...
Alexander Potapenko
2012-01-28
[asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA Takumi
Kostya Serebryany
2012-01-24
[asan] enable asan only for the functions that have Attribute::AddressSafety
Kostya Serebryany
2012-01-23
Implemented AddressSanitizer::getPassName()
Alexander Potapenko
2012-01-11
[asan] extend the workaround for http://llvm.org/bugs/show_bug.cgi?id=11395: ...
Kostya Serebryany
2012-01-06
[asan] cleanup: remove the SIGILL-related code (compiler part)
Kostya Serebryany
2011-12-15
[asan] add the name of the module to the description of a global variable. Th...
Kostya Serebryany
[prev]
[next]