index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-17
s/__llvm_gcov_flush/__gcov_flush/g
Bill Wendling
2012-09-17
Fix a few vars that can end up being used without initialization.
Axel Naumann
2012-09-14
Remove comment.
Bill Wendling
2012-09-13
Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...
Bill Wendling
2012-09-13
Introduce the __llvm_gcov_flush function.
Bill Wendling
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-30
Whitespace
Alexey Samsonov
2012-08-30
Pass by pointer and not std::string.
Bill Wendling
2012-08-30
Revert r162855 in favor of changing clang to emit the absolute coverage file ...
Bill Wendling
2012-08-29
Use the full path to output the .gcda file.
Bill Wendling
2012-08-29
Use ArrayRef instead of SmallVector when passing vector into function.
Bill Wendling
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-24
[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...
Kostya Serebryany
2012-08-24
[asan/tsan] extend the functionality of FunctionBlackList to globals and modu...
Kostya Serebryany
2012-08-21
MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a
Richard Smith
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-25
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-22
Move the initialization of the bounds checking pass. The pass itself
Chandler Carruth
2012-07-20
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
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-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-05
[tsan] fix compile-time falilure found while building Chromium with tsan (tsa...
Kostya Serebryany
2012-07-02
[asan] small code simplification
Kostya Serebryany
2012-06-30
Don't reinsert the 'atexit' function if it already exists.
Bill Wendling
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-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-01
Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead,
Bill Wendling
2012-05-30
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-05-28
Implement the indirect counter increment code in a better way. Instead of
Bill Wendling
2012-05-25
The llvm_gcda_increment_indirect_counter function writes to the arguments that
Bill Wendling
2012-05-23
Use zero-based shadow by default on Android.
Evgeniy Stepanov
2012-05-02
[tsan] typo and style (thanks to Nick Lewycky)
Kostya Serebryany
2012-04-27
[asan] small optimization: do not emit "x+0" instructions
Kostya Serebryany
2012-04-27
[tsan] Atomic support for ThreadSanitizer, patch by Dmitry Vyukov
Kostya Serebryany
[prev]
[next]