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
...
*
Clean up DIExpression::prependDIExpr a little. (NFC)
Adrian Prantl
2017-04-28
1
-1
/
+1
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-27
1
-6
/
+104
*
[asan] Put ctor/dtor in comdat.
Evgeniy Stepanov
2017-04-27
1
-9
/
+48
*
[asan] Let the frontend disable gc-sections optimization for asan globals.
Evgeniy Stepanov
2017-04-24
1
-16
/
+16
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-1
/
+1
*
[asan] Give global metadata private linkage.
Evgeniy Stepanov
2017-04-11
1
-5
/
+6
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-40
/
+51
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-23
/
+23
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-23
/
+23
*
Revert "[asan] Put ctor/dtor in comdat."
Evgeniy Stepanov
2017-04-10
1
-41
/
+9
*
Revert "[asan] Fix dead stripping of globals on Linux."
Evgeniy Stepanov
2017-04-10
1
-103
/
+6
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-49
/
+39
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-39
/
+49
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-06
1
-6
/
+103
*
[asan] Put ctor/dtor in comdat.
Evgeniy Stepanov
2017-04-06
1
-9
/
+41
*
[asan] Delay creation of asan ctor.
Evgeniy Stepanov
2017-04-06
1
-16
/
+13
*
Revert "[asan] Delay creation of asan ctor."
Alex Shlyapnikov
2017-03-27
1
-13
/
+16
*
Revert "[asan] Put ctor/dtor in comdat."
Alex Shlyapnikov
2017-03-27
1
-41
/
+9
*
[asan] Put ctor/dtor in comdat.
Evgeniy Stepanov
2017-03-25
1
-9
/
+41
*
[asan] Delay creation of asan ctor.
Evgeniy Stepanov
2017-03-24
1
-16
/
+13
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-2
/
+3
*
Revert r298158.
Evgeniy Stepanov
2017-03-20
1
-102
/
+6
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-03-17
1
-6
/
+102
*
[AddressSanitizer] Put shadow at 0 for Fuchsia
Petr Hosek
2017-02-27
1
-1
/
+6
*
[AddressSanitizer] Add PS4 offset
Filipe Cabecinhas
2017-02-23
1
-3
/
+7
*
AddressSanitizer: don't track swifterror memory addresses
Arnold Schwaighofer
2017-02-15
1
-3
/
+12
*
[WebAssembly] Add triple support for the new wasm object format
Dan Gohman
2017-01-17
1
-1
/
+2
*
[asan] Don't overalign global metadata.
Evgeniy Stepanov
2017-01-12
1
-11
/
+12
*
[asan] Refactor instrumentation of globals.
Evgeniy Stepanov
2017-01-12
1
-145
/
+188
*
[asan] Set alignment of __asan_global_* globals to sizeof(GlobalStruct)
Kuba Mracek
2017-01-11
1
-6
/
+3
*
[asan] Change the visibility of ___asan_globals_registered to hidden
Kuba Mracek
2017-01-06
1
-0
/
+1
*
[ASan] Make ASan instrument variable-masked loads and stores
Filipe Cabecinhas
2017-01-06
1
-41
/
+55
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-1
/
+1
*
[asan] Don't skip instrumentation of masked load/store unless we've seen a fu...
Filipe Cabecinhas
2016-12-14
1
-3
/
+12
*
[asan] Hook ClInstrumentWrites and ClInstrumentReads to masked operation inst...
Filipe Cabecinhas
2016-12-14
1
-0
/
+4
*
[asan/win] Align global registration metadata to its size
Reid Kleckner
2016-11-29
1
-2
/
+13
*
[asan] Make ASan compatible with linker dead stripping on Windows
Reid Kleckner
2016-11-21
1
-47
/
+97
*
[asan] Turn on Mach-O global metadata liveness tracking by default
Anna Zaks
2016-11-17
1
-1
/
+1
*
[AddressSanitizer] Add support for (constant-)masked loads and stores.
Filipe Cabecinhas
2016-11-15
1
-14
/
+85
*
[asan] Speed up compilation of large C++ stringmaps (tons of allocas) with ASan
Kuba Brecka
2016-11-08
1
-6
/
+12
*
[asan] Move instrumented null-terminated strings to a special section, LLVM part
Kuba Brecka
2016-10-31
1
-0
/
+8
*
Utility functions for appending to llvm.used/llvm.compiler.used.
Evgeniy Stepanov
2016-10-25
1
-23
/
+8
*
[asan] Simplify calculation of stack frame layout extraction calculation of s...
Vitaly Buka
2016-10-18
1
-38
/
+28
*
[asan] Append line number to variable name if line is available and in the sa...
Vitaly Buka
2016-10-18
1
-10
/
+20
*
[asan] Make -asan-experimental-poisoning the only behavior
Vitaly Buka
2016-10-18
1
-34
/
+11
*
[asan] Reapply: Switch to using dynamic shadow offset on iOS
Anna Zaks
2016-10-05
1
-2
/
+3
[prev]
[next]