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
Age
Commit message (
Expand
)
Author
2013-02-28
[msan] Implement sanitize_memory attribute.
Evgeniy Stepanov
2013-02-28
Remove unused leftover declarations.
Evgeniy Stepanov
2013-02-27
In GCC 4.7, function names are now forbidden from .gcda files. Support this by
Nick Lewycky
2013-02-27
Doh, fix behaviour change introduced in r176168 which is tested in clang,
Nick Lewycky
2013-02-27
IRBuilder has grown all sorts of useful utility functions. Make use of them to
Nick Lewycky
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-20
[asan] instrument invoke insns with noreturn attribute (as well as call insns)
Kostya Serebryany
2013-02-19
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-18
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-15
[asan] support long double on 64-bit. See https://code.google.com/p/address-s...
Kostya Serebryany
2013-02-13
[asan] fix confusing indentation
Kostya Serebryany
2013-02-12
[ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...
Alexander Potapenko
2013-02-12
[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...
Kostya Serebryany
2013-02-11
[asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)
Kostya Serebryany
2013-02-08
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-01-29
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-28
[msan] Mostly disable msan-handle-icmp-exact.
Evgeniy Stepanov
2013-01-28
Revert r173678.
Evgeniy Stepanov
2013-01-28
[msan] Make msan-handle-icmp-exact=0 by default.
Evgeniy Stepanov
2013-01-25
[msan] A comment on ICmp handling logic.
Evgeniy Stepanov
2013-01-25
[msan] Implement exact shadow propagation for relational ICmp.
Evgeniy Stepanov
2013-01-24
[asan] fix 32-bit builds
Kostya Serebryany
2013-01-24
[asan] adaptive redzones for globals (the larger the global the larger is the...
Kostya Serebryany
2013-01-23
[asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...
Kostya Serebryany
2013-01-23
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-22
[msan] Export the value of msan-keep-going flag for the runtime.
Evgeniy Stepanov
2013-01-22
[msan] Do not insert check on volatile store.
Evgeniy Stepanov
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-18
80 columns
Alexey Samsonov
2013-01-18
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-17
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-16
ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...
Alexey Samsonov
2013-01-15
[msan] Fix handling of equality comparison of pointer vectors.
Evgeniy Stepanov
2013-01-10
[msan] Change va_start/va_copy shadow memset alignment to 8.
Peter Collingbourne
2013-01-02
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-28
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.
Alexey Samsonov
2012-12-27
[ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...
Alexey Samsonov
2012-12-26
[msan] Raise alignment of origin stores/loads when possible.
Evgeniy Stepanov
2012-12-26
[msan] Expand the file comment with track-origins info.
Evgeniy Stepanov
2012-12-25
[msan] Fix handling of vectors of pointers.
Evgeniy Stepanov
2012-12-25
[msan] Fix handling of select with vector condition.
Evgeniy Stepanov
2012-12-25
ASan: initialize callbacks from ASan module pass in a separate function for c...
Alexey Samsonov
2012-12-25
ASan: move stack poisoning logic into FunctionStackPoisoner struct
Alexey Samsonov
2012-12-24
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-21
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-19
[msan] Add track-origins argument to the pass constructor.
Evgeniy Stepanov
[next]