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
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
[asan] add experimental -asan-realign-stack option (true by default, which do...
Kostya Serebryany
2012-12-04
1
-2
/
+7
*
ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...
Alexey Samsonov
2012-12-04
1
-3
/
+108
*
ASan: add blacklist file to ASan pass options. Clang patch for this will follow.
Alexey Samsonov
2012-12-03
1
-13
/
+22
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
9
-56
/
+51
*
fix stats for added checks
Nuno Lopes
2012-12-03
1
-1
/
+1
*
[asan] simplify the code around doesNotReturn call. It now magically works.
Kostya Serebryany
2012-11-30
1
-8
/
+1
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
[ASan] Simplify check added in r168861. Bail out from module pass early if th...
Alexey Samsonov
2012-11-29
1
-2
/
+2
*
Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds.
Matt Beaumont-Gay
2012-11-29
1
-2
/
+7
*
Add options to AddressSanitizer passes to make them configurable by frontend.
Alexey Samsonov
2012-11-29
1
-11
/
+28
*
[msan] Handle vector manipulation instructions.
Evgeniy Stepanov
2012-11-29
1
-0
/
+25
*
[msan] Fix getOriginForNaryOp.
Evgeniy Stepanov
2012-11-29
1
-2
/
+3
*
[msan] Basic handling of inline asm.
Evgeniy Stepanov
2012-11-29
1
-1
/
+10
*
[msan] Propagate shadow through (x<0) and (x>=0) comparisons.
Evgeniy Stepanov
2012-11-29
1
-0
/
+30
*
[msan] Fix shadow & origin store & load alignment.
Evgeniy Stepanov
2012-11-29
1
-4
/
+4
*
[msan] Optimize getOriginPtr.
Evgeniy Stepanov
2012-11-29
1
-3
/
+4
*
[msan] Fix a few compilation warnings.
Evgeniy Stepanov
2012-11-29
1
-2
/
+4
*
[msan] Transform memcpy and memset to library calls.
Evgeniy Stepanov
2012-11-29
1
-34
/
+35
*
[msan] Make sure that report callbacks do not get merged.
Evgeniy Stepanov
2012-11-29
1
-0
/
+8
*
Initial commit of MemorySanitizer.
Evgeniy Stepanov
2012-11-29
3
-0
/
+1421
*
[asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to...
Kostya Serebryany
2012-11-29
2
-37
/
+48
*
[asan] when checking the noreturn attribute on the call, also check it on the...
Kostya Serebryany
2012-11-29
1
-1
/
+9
*
Issue a fatal error if the line doesn't have a regular expression.
Nick Lewycky
2012-11-29
1
-6
/
+12
*
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
2
-25
/
+26
*
tsan: instrument atomic nand operation
Dmitry Vyukov
2012-11-27
1
-0
/
+2
*
Remove stray trailing backslash
Matt Beaumont-Gay
2012-11-26
1
-1
/
+1
*
tsan: fix lint warnings
Dmitry Vyukov
2012-11-26
1
-2
/
+2
*
[tsan] add fail order to compare_exchange
Dmitry Vyukov
2012-11-26
1
-3
/
+27
*
Remove unused parameter Penalty from the BoundsChecking pass.
Joey Gouly
2012-11-23
1
-4
/
+3
*
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSaniti...
NAKAMURA Takumi
2012-11-22
1
-1
/
+0
*
[asan] rip off the creation of global redzones from the main AddressSanitizer...
Kostya Serebryany
2012-11-22
1
-52
/
+75
*
[asan] use names of globals instead of an external set to distinguish the glo...
Kostya Serebryany
2012-11-20
1
-4
/
+8
*
[asan] don't instrument linker-initialized globals even with external linkage...
Kostya Serebryany
2012-11-20
1
-5
/
+3
*
[asan] make sure that linker-initialized globals (non-extern) are not instrum...
Kostya Serebryany
2012-11-20
1
-31
/
+31
*
Plug a memory leak in the GCOV profiling emitter, which never released the ed...
Benjamin Kramer
2012-11-17
1
-5
/
+5
*
[TSan] fix indentation
Alexey Samsonov
2012-11-14
1
-1
/
+1
*
[ASan] fixup for r167725: Don't fetch name of StructType if it is literal
Alexey Samsonov
2012-11-12
1
-2
/
+3
*
[ASan]: Add minimalistic support for turning off initialization-order checkin...
Alexey Samsonov
2012-11-12
2
-2
/
+16
*
tsan: switch to new memory_order constants (ABI compatible)
Dmitry Vyukov
2012-11-09
1
-8
/
+7
*
tsan: instrument all atomics (including fetch_add, exchange, cas, etc)
Dmitry Vyukov
2012-11-09
1
-8
/
+76
*
[asan] fix bug 14277 (asan needs to fail with fata error if an __asan interfa...
Kostya Serebryany
2012-11-07
1
-2
/
+3
*
Fix whitespaces
Alexey Samsonov
2012-11-02
1
-2
/
+2
*
[asan] don't instrument globals that we've created ourselves (reduces the bin...
Kostya Serebryany
2012-11-01
1
-3
/
+6
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-1
/
+1
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
1
-1
/
+1
*
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
3
-8
/
+6
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
3
-6
/
+8
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+1
*
[ASan] Support comments in ASan/TSan blacklist file as lines starting with #
Alexey Samsonov
2012-10-19
2
-0
/
+5
[next]