index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
AddressSanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move asan-coverage into a separate phase.
Kostya Serebryany
2014-11-11
1
-148
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-3
/
+1
*
Base check on the section name, not the variable name.
Rafael Espindola
2014-11-06
1
-10
/
+5
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+3
*
[asan] [mips] changed ShadowOffset32 for systems having 16kb PageSize; patch ...
Kostya Serebryany
2014-11-04
1
-1
/
+1
*
[asan] do not treat inline asm calls as indirect calls
Kostya Serebryany
2014-10-31
1
-1
/
+3
*
[asan] fix caller-calee instrumentation to emit new cache for every call site
Kostya Serebryany
2014-10-31
1
-4
/
+4
*
[asan] experimental tracing for indirect calls, llvm part.
Kostya Serebryany
2014-10-27
1
-4
/
+44
*
Use triple's isiOS() and isOSDarwin() methods.
Bob Wilson
2014-10-09
1
-1
/
+1
*
[asan] don't instrument module CTORs that may be run before asan.module_ctor....
Kostya Serebryany
2014-09-24
1
-4
/
+6
*
[asan] fix debug info produced for asan-coverage=2
Kostya Serebryany
2014-09-03
1
-1
/
+3
*
[asan] add -asan-coverage=3: instrument all blocks and critical edges.
Kostya Serebryany
2014-09-03
1
-2
/
+11
*
[asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner...
Kostya Serebryany
2014-09-02
1
-1
/
+4
*
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
2014-08-27
1
-4
/
+4
*
[ASan] Use metadata to pass source-level information from Clang to ASan.
Alexey Samsonov
2014-08-02
1
-43
/
+56
*
[ASan] Fix comments about __sanitizer_cov function
Alexey Samsonov
2014-07-22
1
-3
/
+2
*
[ASan] Don't instrument load/stores with !nosanitize metadata.
Alexey Samsonov
2014-07-17
1
-0
/
+3
*
[ASan] Collect unmangled names of global variables in Clang to print them in ...
Alexey Samsonov
2014-07-12
1
-9
/
+20
*
[ASan] Introduce a struct representing the layout of metadata entry in llvm.a...
Alexey Samsonov
2014-07-11
1
-47
/
+37
*
[ASan/Win] Don't instrument COMDAT globals. Properly fixes PR20244.
Timur Iskhodzhanov
2014-07-09
1
-8
/
+4
*
[ASan/Win] Don't instrument private COMDAT globals until PR20244 is properly ...
Timur Iskhodzhanov
2014-07-08
1
-0
/
+7
*
[ASan] Completely remove sanitizer blacklist file from instrumentation pass.
Alexey Samsonov
2014-07-08
1
-17
/
+5
*
Remove non-static field initializer to appease MSVC
Alexey Samsonov
2014-07-02
1
-1
/
+2
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
1
-31
/
+95
*
Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
2014-06-13
1
-33
/
+15
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[asancov] Fix coverage line info some more.
Evgeniy Stepanov
2014-06-05
1
-2
/
+4
*
[asan] Fix coverage instrumentation with -asan-globals=0.
Evgeniy Stepanov
2014-06-03
1
-25
/
+32
*
Remove sanitizer blacklist from ASan/TSan/MSan function passes.
Alexey Samsonov
2014-06-02
1
-12
/
+5
*
[ASan] Behave the same for functions w/o sanitize_address attribute and black...
Alexey Samsonov
2014-05-31
1
-2
/
+1
*
Use range-based for loops in ASan, TSan and MSan
Alexey Samsonov
2014-05-29
1
-45
/
+34
*
[ASan] Hoist blacklisting globals from init-order checking to Clang.
Alexey Samsonov
2014-05-29
1
-2
/
+0
*
Fix typo in variable name
Alexey Samsonov
2014-05-29
1
-3
/
+3
*
[ASan] Use llvm.global_ctors to insert init-order checking calls into ASan ru...
Alexey Samsonov
2014-05-29
1
-34
/
+23
*
[asancov] Don't emit extra runtime calls when compiling without coverage.
Evgeniy Stepanov
2014-05-28
1
-3
/
+5
*
[asancov] Emit an initializer passing number of coverage code locations in ea...
Evgeniy Stepanov
2014-05-27
1
-4
/
+14
*
[asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, ...
Kostya Serebryany
2014-05-26
1
-1
/
+1
*
[asan] properly instrument memory accesses that have small alignment (smaller...
Kostya Serebryany
2014-05-23
1
-9
/
+19
*
[asan] Fix compiler warnings.
Evgeniy Stepanov
2014-05-14
1
-5
/
+3
*
[asan] Set debug location in ASan function prologue.
Evgeniy Stepanov
2014-05-14
1
-2
/
+14
*
Fix ASan init function detection after clang r208128.
Nico Weber
2014-05-06
1
-3
/
+24
*
[ASan/Win] Fix issue 305 -- don't instrument .CRT initializer/terminator call...
Timur Iskhodzhanov
2014-05-05
1
-4
/
+14
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-15
/
+15
*
[ASan] Move the shadow range on 32-bit iOS (and iOS Simulator)
Alexander Potapenko
2014-04-23
1
-1
/
+4
*
Fix handling of missing DataLayout in sanitizers.
Evgeniy Stepanov
2014-04-23
1
-1
/
+1
*
[asan] Support outline instrumentation for wide types and delete dead code, p...
Kostya Serebryany
2014-04-22
1
-27
/
+12
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[asan] add a run-time flag detect_container_overflow=true/false
Kostya Serebryany
2014-04-21
1
-1
/
+1
*
[asan] instead of inserting inline instrumentation around memset/memcpy/memmo...
Kostya Serebryany
2014-04-21
1
-29
/
+33
*
[asan] temporary disable generating __asan_loadN/__asan_storeN
Kostya Serebryany
2014-04-21
1
-11
/
+6
[prev]
[next]