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
/
test
/
Instrumentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msan] Fix select instrumentation.
Evgeniy Stepanov
2013-09-03
1
-0
/
+9
*
DataFlowSanitizer: Implement trampolines for function pointers passed to cust...
Peter Collingbourne
2013-08-27
2
-5
/
+17
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-1
/
+1
*
DataFlowSanitizer: correctly combine labels in the case where they are equal.
Peter Collingbourne
2013-08-23
1
-4
/
+5
*
[msan] Fix handling of va_arg overflow area on x86_64.
Evgeniy Stepanov
2013-08-23
1
-0
/
+25
*
DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...
Peter Collingbourne
2013-08-22
2
-3
/
+16
*
DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".
Peter Collingbourne
2013-08-22
9
-22
/
+36
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
6
-15
/
+1
*
DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.
Peter Collingbourne
2013-08-15
1
-0
/
+23
*
DataFlowSanitizer: move abilist input file to Inputs.
Peter Collingbourne
2013-08-14
2
-1
/
+1
*
DataFlowSanitizer: Instrumentation for memset.
Peter Collingbourne
2013-08-14
1
-0
/
+11
*
DataFlowSanitizer: greylist is now ABI list.
Peter Collingbourne
2013-08-14
2
-0
/
+58
*
Reapply r188119 now that the bug it exposed is fixed.
Peter Collingbourne
2013-08-12
1
-2
/
+12
*
Revert r188119 "Kill some duplicated code for removing unreachable BBs."
Arnold Schwaighofer
2013-08-10
1
-12
/
+2
*
Kill some duplicated code for removing unreachable BBs.
Peter Collingbourne
2013-08-09
1
-2
/
+12
*
DataFlowSanitizer: Remove unreachable BBs so IR continues to verify
Peter Collingbourne
2013-08-09
1
-0
/
+20
*
DataFlowSanitizer; LLVM changes.
Peter Collingbourne
2013-08-07
5
-0
/
+242
*
Change the linkage of these global values to 'internal'.
Bill Wendling
2013-08-06
1
-2
/
+2
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
1
-9
/
+7
*
Current batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-25
1
-1
/
+1
*
[msan] Unpoison stack allocations and undef values in blacklisted functions.
Evgeniy Stepanov
2013-07-03
1
-0
/
+35
*
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...
Kostya Serebryany
2013-06-26
1
-0
/
+19
*
[asan] add option -asan-keep-uninstrumented-functions
Kostya Serebryany
2013-06-26
1
-0
/
+23
*
[msan] Handle mixed track-origins and keep-going settings (llvm part).
Evgeniy Stepanov
2013-05-31
1
-2
/
+3
*
[msan] Fix argument shadow alignment.
Evgeniy Stepanov
2013-05-28
1
-0
/
+40
*
[msan] A no-op implementation of VarArg handling.
Evgeniy Stepanov
2013-05-21
2
-0
/
+16
*
[msan] Switch TLS globals to initial-exec model.
Evgeniy Stepanov
2013-05-16
1
-1
/
+10
*
Add missing colons to check lines.
Benjamin Kramer
2013-04-11
1
-1
/
+1
*
[tsan] make sure memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
2013-03-28
1
-0
/
+33
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
1
-6
/
+6
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
1
-6
/
+6
*
tsan: fix the test
Dmitry Vyukov
2013-03-22
1
-1
/
+1
*
tsan: handle vptr loads specially
Dmitry Vyukov
2013-03-22
1
-0
/
+13
*
Fix llvm::removeUnreachableBlocks to handle unreachable loops.
Evgeniy Stepanov
2013-03-22
1
-0
/
+16
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
1
-1
/
+1
*
[asan] when creating string constants, set unnamed_attr and align 1 so that e...
Kostya Serebryany
2013-03-18
1
-2
/
+3
*
[asan] don't instrument functions with available_externally linkage. This sav...
Kostya Serebryany
2013-03-18
1
-0
/
+12
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
1
-1
/
+2
*
[ASan] emit instrumentation for initialization order checking by default
Alexey Samsonov
2013-03-14
1
-1
/
+1
*
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
1
-1
/
+1
*
[msan] Implement sanitize_memory attribute.
Evgeniy Stepanov
2013-02-28
1
-35
/
+62
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
12
-31
/
+31
*
[asan] instrument invoke insns with noreturn attribute (as well as call insns)
Kostya Serebryany
2013-02-20
1
-1
/
+22
*
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
1
-1
/
+31
*
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-18
1
-1
/
+1
*
[asan] support long double on 64-bit. See https://code.google.com/p/address-s...
Kostya Serebryany
2013-02-15
1
-0
/
+9
*
[tsan] disable load widening in ThreadSanitizer mode
Kostya Serebryany
2013-02-13
1
-0
/
+26
*
[asan] fix tests for the new ABI
Kostya Serebryany
2013-02-12
2
-4
/
+4
*
[msan] Mostly disable msan-handle-icmp-exact.
Evgeniy Stepanov
2013-01-28
1
-20
/
+11
*
[msan] Implement exact shadow propagation for relational ICmp.
Evgeniy Stepanov
2013-01-25
1
-3
/
+31
[next]