index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] add code to detect global initialization fiasco in C/C++. The sub-pass...
Kostya Serebryany
2012-08-21
1
-63
/
+171
*
[asan] implement --asan-always-slow-path, which is a part of the improvement ...
Kostya Serebryany
2012-08-15
1
-2
/
+5
*
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-08-14
1
-30
/
+27
*
[asan] remove the code for --asan-merge-callbacks as it appears to be a bad i...
Kostya Serebryany
2012-08-13
1
-78
/
+8
*
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
1
-4
/
+1
*
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
1
-1
/
+4
*
Move the initialization of the bounds checking pass. The pass itself
Chandler Carruth
2012-07-22
1
-2
/
+3
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
2
-0
/
+210
*
[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...
Kostya Serebryany
2012-07-20
1
-4
/
+16
*
[asan] more code to merge crash callbacks. Doesn't fully work yet, but allows...
Kostya Serebryany
2012-07-17
1
-12
/
+58
*
[asan] a bit more refactoring, addressed some of the style comments from chan...
Kostya Serebryany
2012-07-16
1
-17
/
+39
*
[asan] refactor instrumentation to allow merging the crash callbacks (not ful...
Kostya Serebryany
2012-07-16
1
-48
/
+93
*
[asan] initialize asan error callbacks in runOnModule instead of doing that o...
Kostya Serebryany
2012-07-16
1
-8
/
+20
*
Revert r160254 temporarily.
Chandler Carruth
2012-07-16
1
-16
/
+16
*
Teach AddressSanitizer to create basic blocks in a more natural order.
Chandler Carruth
2012-07-16
1
-16
/
+16
*
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
1
-1
/
+1
*
[tsan] fix compile-time falilure found while building Chromium with tsan (tsa...
Kostya Serebryany
2012-07-05
1
-0
/
+5
*
[asan] small code simplification
Kostya Serebryany
2012-07-02
1
-18
/
+14
*
Don't reinsert the 'atexit' function if it already exists.
Bill Wendling
2012-06-30
1
-2
/
+1
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
3
-22
/
+22
*
[asan] set a hard limit on the number of instructions instrumented pear each ...
Kostya Serebryany
2012-06-28
1
-0
/
+12
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
2
-2
/
+2
*
Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead,
Bill Wendling
2012-06-01
1
-2
/
+22
*
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-05-30
1
-8
/
+30
*
Implement the indirect counter increment code in a better way. Instead of
Bill Wendling
2012-05-28
1
-53
/
+72
*
The llvm_gcda_increment_indirect_counter function writes to the arguments that
Bill Wendling
2012-05-25
1
-17
/
+57
*
Use zero-based shadow by default on Android.
Evgeniy Stepanov
2012-05-23
1
-2
/
+7
*
[tsan] typo and style (thanks to Nick Lewycky)
Kostya Serebryany
2012-05-02
1
-9
/
+9
*
[asan] small optimization: do not emit "x+0" instructions
Kostya Serebryany
2012-04-27
1
-3
/
+4
*
[tsan] Atomic support for ThreadSanitizer, patch by Dmitry Vyukov
Kostya Serebryany
2012-04-27
1
-33
/
+152
*
Fix issue 67 by checking that the interface functions weren't redefined in th...
Alexander Potapenko
2012-04-23
1
-4
/
+18
*
[tsan] use llvm/ADT/Statistic.h for tsan stats
Kostya Serebryany
2012-04-23
1
-40
/
+17
*
[tsan] two more compile-time optimizations:
Kostya Serebryany
2012-04-10
1
-11
/
+42
*
[tsan] compile-time instrumentation: do not instrument a read if
Kostya Serebryany
2012-04-10
1
-5
/
+82
*
[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...
Kostya Serebryany
2012-03-26
1
-0
/
+25
*
[asan] fix one more bug related to long double
Kostya Serebryany
2012-03-21
1
-1
/
+1
*
[asan] don't emit __asan_mapping_offset/__asan_mapping_scale by default -- th...
Kostya Serebryany
2012-03-19
1
-12
/
+17
*
[tsan] use FunctionBlackList
Kostya Serebryany
2012-03-14
1
-0
/
+9
*
[asan] rename class BlackList to FunctionBlackList and move it into a separat...
Kostya Serebryany
2012-03-14
4
-70
/
+120
*
ASan: use getTypeAllocSize instead of getTypeStoreSize.
Evgeniy Stepanov
2012-03-02
1
-1
/
+1
*
[tsan] fix compiler warnings
Kostya Serebryany
2012-02-14
1
-3
/
+3
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
3
-0
/
+171
*
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-08
1
-2
/
+17
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+1
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
1
-1
/
+1
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
1
-1
/
+1
*
eliminate the "string" form of ConstantArray::get, using
Chris Lattner
2012-01-31
1
-1
/
+1
*
[asan] fix the ObjC support (asan Issue #33)
Kostya Serebryany
2012-01-30
1
-13
/
+21
[next]