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] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...
Kostya Serebryany
2013-11-15
1
-1
/
+1
*
Reapply "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-0
/
+52
*
Revert "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-52
/
+0
*
[asan] Poor man's coverage that works with ASan
Kostya Serebryany
2013-11-14
1
-0
/
+52
*
[msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...
Evgeniy Stepanov
2013-11-14
1
-12
/
+65
*
llvm-cov: Added call to update run/program counts.
Yuchen Wu
2013-11-12
1
-0
/
+8
*
[msan] Propagate origin for insertvalue, extractvalue.
Evgeniy Stepanov
2013-11-11
1
-2
/
+2
*
fix PR17635: false positive with packed structures
Nuno Lopes
2013-10-24
1
-1
/
+2
*
Fixed comment typo in GCOVProfiling.cpp
Yuchen Wu
2013-10-23
1
-1
/
+1
*
[msan] Use zero-extension in shadow cast by default.
Evgeniy Stepanov
2013-10-17
1
-7
/
+8
*
tsan: implement no_sanitize_thread attribute
Dmitry Vyukov
2013-10-17
1
-1
/
+1
*
[asan] Optimize accesses to global arrays with constant index
Kostya Serebryany
2013-10-16
1
-6
/
+33
*
Remove lib/Transforms/Instrumentation/ProfilingUtils.*
Rafael Espindola
2013-10-14
4
-207
/
+0
*
[msan] Instrument x86.*_cvt* intrinsics.
Evgeniy Stepanov
2013-10-14
1
-28
/
+149
*
[msan] Fix handling of scalar select of vectors.
Evgeniy Stepanov
2013-10-14
1
-4
/
+4
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
5
-1772
/
+0
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-2
/
+1
*
BoundsChecking: Fix refacto.
Benjamin Kramer
2013-09-30
1
-0
/
+1
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-3
/
+1
*
Use right pointer type in DebugIR
Matt Arsenault
2013-09-27
1
-1
/
+1
*
[msan] Fix -Wreturn-type warnings in non-self-hosted build.
Evgeniy Stepanov
2013-09-25
1
-0
/
+2
*
[msan] Handling of atomic load/store, atomic rmw, cmpxchg.
Evgeniy Stepanov
2013-09-24
1
-2
/
+96
*
[msan] Wrap indirect functions.
Evgeniy Stepanov
2013-09-19
1
-7
/
+43
*
[asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...
Kostya Serebryany
2013-09-18
1
-1
/
+22
*
ifndef NDEBUG-out an asserts-only constant committed in r190863
David Blaikie
2013-09-18
1
-0
/
+2
*
[asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...
Kostya Serebryany
2013-09-17
1
-3
/
+48
*
[msan] Check return value of main().
Evgeniy Stepanov
2013-09-16
1
-4
/
+13
*
[msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
2013-09-13
1
-6
/
+8
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
[asan] refactor the use-after-return API so that the size class is computed a...
Kostya Serebryany
2013-09-10
1
-10
/
+32
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-0
/
+1
*
TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
Manman Ren
2013-09-06
1
-6
/
+2
*
[msan] Fix handling of select with struct arguments.
Evgeniy Stepanov
2013-09-03
1
-3
/
+14
*
[msan] Fix select instrumentation.
Evgeniy Stepanov
2013-09-03
1
-3
/
+6
*
80 cols
Alexey Samsonov
2013-08-28
1
-3
/
+4
*
DataFlowSanitizer: Implement trampolines for function pointers passed to cust...
Peter Collingbourne
2013-08-27
1
-3
/
+77
*
DataFlowSanitizer: correctly combine labels in the case where they are equal.
Peter Collingbourne
2013-08-23
1
-1
/
+1
*
[msan] Fix handling of va_arg overflow area on x86_64.
Evgeniy Stepanov
2013-08-23
1
-2
/
+1
*
80 cols
Alexey Samsonov
2013-08-23
1
-3
/
+3
*
DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...
Peter Collingbourne
2013-08-22
1
-1
/
+12
*
DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.
Peter Collingbourne
2013-08-22
1
-20
/
+33
*
DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".
Peter Collingbourne
2013-08-22
1
-7
/
+51
*
Move registering the execution of a basic block to the beginning rather than ...
Bill Wendling
2013-08-20
1
-7
/
+7
*
DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.
Peter Collingbourne
2013-08-15
1
-2
/
+48
*
DataFlowSanitizer: Instrumentation for memset.
Peter Collingbourne
2013-08-14
1
-1
/
+22
*
DataFlowSanitizer: greylist is now ABI list.
Peter Collingbourne
2013-08-14
1
-96
/
+271
*
dfsan: fix lint warnings
Dmitry Vyukov
2013-08-13
1
-2
/
+2
*
DataFlowSanitizer: fix a use-after-free. Spotted by libgmalloc.
Peter Collingbourne
2013-08-12
1
-1
/
+4
*
Add SpecialCaseList::createOrDie() factory and use it in sanitizer passes
Alexey Samsonov
2013-08-12
4
-7
/
+7
[next]