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
...
*
[ASan] format AddressSanitizer.cpp with `clang-format -style=Google`, NFC
Alexander Potapenko
2015-06-12
1
-12
/
+8
*
[asan] Prevent __attribute__((annotate)) triggering errors on Darwin
Anna Zaks
2015-06-09
1
-14
/
+14
*
[ASan] Fix previous commit. Patch by Max Ostapenko!
Yury Gribov
2015-05-28
1
-4
/
+4
*
[ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!
Yury Gribov
2015-05-28
1
-163
/
+76
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-35
/
+36
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+1
*
ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`
Ismail Pazarbasi
2015-05-07
1
-10
/
+4
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Move `checkInterfaceFunction` to ModuleUtils
Ismail Pazarbasi
2015-04-06
1
-32
/
+21
*
[ASan] Don't use stack malloc for 32-bit functions using inline asm
Reid Kleckner
2015-04-02
1
-2
/
+4
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+1
*
[asan] Speed up isInterestingAlloca check
Anna Zaks
2015-03-27
1
-10
/
+19
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[asan] remove redundant ifndefs. NFC
Kostya Serebryany
2015-03-17
1
-9
/
+5
*
asan: optimization experiments
Dmitry Vyukov
2015-03-17
1
-60
/
+114
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+5
*
asan: fix overflows in isSafeAccess
Dmitry Vyukov
2015-03-16
1
-3
/
+3
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-25
/
+27
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-7
/
+2
*
asan: do not instrument direct inbounds accesses to stack variables
Dmitry Vyukov
2015-03-04
1
-263
/
+285
*
[asan] Skip promotable allocas to improve performance at -O0
Anna Zaks
2015-02-27
1
-31
/
+51
*
Fix alloca_instruments_all_paddings.cc test to work under higher -O levels (l...
Kuba Brecka
2015-02-24
1
-7
/
+5
*
[ASan] Enable -asan-stack-dynamic-alloca by default.
Alexey Samsonov
2015-02-05
1
-1
/
+1
*
Adding AArch64 support to ASan instrumentation
Renato Golin
2015-02-03
1
-0
/
+4
*
[asan][mips] Fix MIPS64 Asan mapping
Kumar Sukhani
2015-01-31
1
-1
/
+1
*
Inliner: Use replaceDbgDeclareForAlloca() instead of splicing the
Adrian Prantl
2015-01-30
1
-1
/
+1
*
[ASan/Win] Move the shadow to 0x30000000
Timur Iskhodzhanov
2015-01-22
1
-1
/
+1
*
[ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000
Timur Iskhodzhanov
2015-01-12
1
-0
/
+4
*
[ASan] Change fake stack and local variables handling.
Alexey Samsonov
2014-12-11
1
-44
/
+104
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-16
/
+17
*
Recommit of r223513 and r223514.
Kuba Brecka
2014-12-05
1
-34
/
+48
*
Reverting r223513 and r223514.
Kuba Brecka
2014-12-05
1
-48
/
+34
*
AddressSanitizer - Don't instrument globals from cstring_literals sections. (...
Kuba Brecka
2014-12-05
1
-34
/
+48
*
[asan] Change dynamic alloca instrumentation to only consider allocas that ar...
Yury Gribov
2014-12-01
1
-3
/
+35
*
Tidied up target triple OS detection. NFC
Simon Pilgrim
2014-11-22
1
-2
/
+2
*
[asan] remove old experimental code
Kostya Serebryany
2014-11-21
1
-38
/
+0
*
[asan] add statistic counter to dynamic alloca instrumentation
Kostya Serebryany
2014-11-21
1
-0
/
+3
*
[asan] Add new hidden compile-time flag asan-instrument-allocas to sanitize v...
Yury Gribov
2014-11-21
1
-6
/
+227
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
[asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...
Kostya Serebryany
2014-11-19
1
-1
/
+3
*
Fix 80 cols caught by the linter...
David Blaikie
2014-11-14
1
-4
/
+6
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
1
-26
/
+26
*
[asan] adding ShadowOffset64 for mips64, patch by Kumar Sukhani
Kostya Serebryany
2014-11-11
1
-0
/
+5
*
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
[prev]
[next]