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
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
1
-4
/
+3
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
1
-3
/
+4
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
1
-4
/
+3
*
[asan] Remove debug locations from alloca prologue instrumentation
Johannes Altmanninger
2019-12-03
1
-6
/
+0
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[AddressSanitizer] Only instrument globals of default address space
Karl-Johan Karlsson
2019-10-30
1
-0
/
+2
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-4
/
+4
*
[asan] Return true from instrumentModule
Vitaly Buka
2019-10-12
1
-3
/
+2
*
[ASan][NFC] Address remaining comments for https://reviews.llvm.org/D68287
Leonard Chan
2019-10-01
1
-8
/
+8
*
[ASan] Make GlobalsMD member a const reference.
Leonard Chan
2019-10-01
1
-2
/
+2
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-7
/
+8
*
[AddressSanitizer] Don't dereference dyn_cast<ConstantInt> results. NFCI.
Simon Pilgrim
2019-09-20
1
-2
/
+2
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[Instruction] Add hasMetadata(Kind) helper [NFC]
Philip Reames
2019-09-04
1
-2
/
+2
*
[ASan] Make insertion of version mismatch guard configurable
Julian Lettner
2019-08-28
1
-1
/
+7
*
[WebAssembly] Lower ASan constructor priority on Emscripten
Guanzhong Chen
2019-08-06
1
-7
/
+18
*
[sanitizers] Use covering ObjectFormatType switches
Hubert Tong
2019-07-19
1
-1
/
+6
*
[WebAssembly] Implement Address Sanitizer for Emscripten
Guanzhong Chen
2019-06-26
1
-0
/
+4
*
[ASan] Use dynamic shadow on 32-bit iOS and simulators
Julian Lettner
2019-06-21
1
-10
/
+2
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-5
/
+4
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
1
-4
/
+4
*
Asan use-after-scope: don't poison allocas if there were untraced lifetime in...
Hans Wennborg
2019-04-16
1
-1
/
+14
*
[Transforms][ASan] Move findAllocaForValue() to Utils/Local.cpp. NFC
Alexander Potapenko
2019-04-15
1
-39
/
+3
*
[asan] Add options -asan-detect-invalid-pointer-cmp and -asan-detect-invalid-...
Pierre Gousseau
2019-03-28
1
-6
/
+31
*
[Instrumentation][NFC] Fix warning.
Clement Courbet
2019-02-14
1
-1
/
+1
*
[NewPM] Second attempt at porting ASan
Leonard Chan
2019-02-13
1
-182
/
+259
*
[ASan] Do not instrument other runtime functions with `__asan_handle_no_return`
Julian Lettner
2019-02-02
1
-2
/
+3
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-8
/
+9
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-98
/
+78
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-78
/
+98
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-98
/
+78
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Julian Lettner
2019-01-24
1
-2
/
+1
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-24
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-1
/
+1
*
[asan] Undo special treatment of linkonce_odr and weak_odr
Vitaly Buka
2018-12-20
1
-4
/
+2
*
[asan] Prevent folding of globals with redzones
Vitaly Buka
2018-12-20
1
-0
/
+4
*
[asan] Restore ODR-violation detection on vtables
Vitaly Buka
2018-12-18
1
-2
/
+2
*
[asan] In llvm.asan.globals, allow entries to be non-GlobalVariable and skip ...
Kuba Mracek
2018-12-18
1
-1
/
+4
*
Register kASan shadow offset for NetBSD/amd64
Kamil Rytarowski
2018-12-15
1
-3
/
+7
*
[asan] Don't check ODR violations for particular types of globals
Vitaly Buka
2018-12-13
1
-1
/
+7
*
[asan] Add clang flag -fsanitize-address-use-odr-indicator
Vitaly Buka
2018-12-05
1
-11
/
+17
*
[asan] Split -asan-use-private-alias to -asan-use-odr-indicator
Vitaly Buka
2018-12-04
1
-7
/
+12
*
[asan] Reduce binary size by using unnamed private aliases
Vitaly Buka
2018-12-04
1
-3
/
+3
*
Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passe...
Leonard Chan
2018-10-26
1
-117
/
+63
*
[Sanitizer][PassManager] Fix for failing ASan tests on arm-linux-gnueabihf
Leonard Chan
2018-10-17
1
-1
/
+3
*
[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h
Chandler Carruth
2018-10-15
1
-6
/
+7
*
merge two near-identical functions createPrivateGlobalForString into one
Kostya Serebryany
2018-10-11
1
-18
/
+4
*
[PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassM...
Leonard Chan
2018-10-11
1
-63
/
+115
[next]