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
*
Add SpecialCaseList::createOrDie() factory and use it in sanitizer passes
Alexey Samsonov
2013-08-12
1
-2
/
+2
*
Mark obviously const methods. Also use reference for parameters when possible.
Jakub Staszak
2013-08-09
1
-8
/
+8
*
Change the linkage of these global values to 'internal'.
Bill Wendling
2013-08-06
1
-4
/
+7
*
80-cols
Alexey Samsonov
2013-08-05
1
-1
/
+2
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+2
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-19
/
+20
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-1
/
+1
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
1
-5
/
+5
*
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...
Kostya Serebryany
2013-06-26
1
-1
/
+2
*
[asan] add option -asan-keep-uninstrumented-functions
Kostya Serebryany
2013-06-26
1
-4
/
+47
*
[asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan Y
Kostya Serebryany
2013-06-03
1
-1
/
+10
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
Remove unused #include.
Bill Wendling
2013-05-20
1
-1
/
+0
*
[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...
Alexey Samsonov
2013-03-26
1
-17
/
+13
*
[asan] Change the way we report the alloca frame on stack-buff-overflow.
Kostya Serebryany
2013-03-22
1
-8
/
+15
*
[asan] when creating string constants, set unnamed_attr and align 1 so that e...
Kostya Serebryany
2013-03-18
1
-1
/
+4
*
[asan] while generating the description of a global variable, emit the module...
Kostya Serebryany
2013-03-18
1
-7
/
+8
*
[asan] don't instrument functions with available_externally linkage. This sav...
Kostya Serebryany
2013-03-18
1
-0
/
+1
*
[ASan] emit instrumentation for initialization order checking by default
Alexey Samsonov
2013-03-14
1
-2
/
+2
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
1
-2
/
+2
*
[asan] instrument invoke insns with noreturn attribute (as well as call insns)
Kostya Serebryany
2013-02-20
1
-4
/
+5
*
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
1
-29
/
+49
*
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-18
1
-1
/
+1
*
[asan] support long double on 64-bit. See https://code.google.com/p/address-s...
Kostya Serebryany
2013-02-15
1
-1
/
+1
*
[asan] fix confusing indentation
Kostya Serebryany
2013-02-13
1
-1
/
+2
*
[ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...
Alexander Potapenko
2013-02-12
1
-1
/
+2
*
[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...
Kostya Serebryany
2013-02-12
1
-3
/
+5
*
[asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)
Kostya Serebryany
2013-02-11
1
-2
/
+8
*
[asan] fix 32-bit builds
Kostya Serebryany
2013-01-24
1
-3
/
+3
*
[asan] adaptive redzones for globals (the larger the global the larger is the...
Kostya Serebryany
2013-01-24
1
-3
/
+13
*
[asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...
Kostya Serebryany
2013-01-23
1
-4
/
+15
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+1
*
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
1
-1
/
+1
*
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-17
1
-35
/
+39
*
ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...
Alexey Samsonov
2013-01-16
1
-51
/
+78
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-1
/
+2
*
[ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...
Alexey Samsonov
2012-12-27
1
-69
/
+91
*
ASan: initialize callbacks from ASan module pass in a separate function for c...
Alexey Samsonov
2012-12-25
1
-21
/
+28
*
ASan: move stack poisoning logic into FunctionStackPoisoner struct
Alexey Samsonov
2012-12-25
1
-190
/
+220
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+4
*
[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
1
-11
/
+10
*
[asan] simplify the code around doesNotReturn call. It now magically works.
Kostya Serebryany
2012-11-30
1
-8
/
+1
*
[ASan] Simplify check added in r168861. Bail out from module pass early if th...
Alexey Samsonov
2012-11-29
1
-2
/
+2
*
Add options to AddressSanitizer passes to make them configurable by frontend.
Alexey Samsonov
2012-11-29
1
-11
/
+28
[next]