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
/
clang
/
lib
/
Driver
/
SanitizerArgs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -link-cxx-sanitizer driver flag.
Alexey Samsonov
2014-08-08
1
-4
/
+5
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-1
/
+1
*
Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
2014-06-13
1
-13
/
+0
*
Fix driver warning about -shared-libasan on Android.
Evgeniy Stepanov
2014-06-05
1
-2
/
+2
*
[C++11] Use 'nullptr'. Driver edition.
Craig Topper
2014-05-17
1
-1
/
+1
*
Add support for dynamic ASan runtime (on Linux) to Clang driver.
Alexey Samsonov
2014-04-01
1
-1
/
+6
*
Kill deprecated -fbounds-checking flag
Alexey Samsonov
2014-03-21
1
-11
/
+1
*
[msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
2014-03-20
1
-8
/
+25
*
Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...
Alexey Samsonov
2014-03-20
1
-37
/
+5
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[asan] Remove -fsanitize-address-zero-base-shadow command line
Evgeniy Stepanov
2014-01-16
1
-19
/
+2
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+0
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.
Peter Collingbourne
2013-11-01
1
-43
/
+108
*
Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted
Richard Smith
2013-10-22
1
-2
/
+2
*
Enable -fsanitize=use-after-return by default under -fsanitize=address
Kostya Serebryany
2013-09-23
1
-3
/
+3
*
Re-apply r188666
Alexey Samsonov
2013-08-19
1
-3
/
+13
*
Revert r188666: it breaks the buildbots
Alexey Samsonov
2013-08-19
1
-13
/
+3
*
Fix PR16768: properly report malformed sanitizer blacklist file contents
Alexey Samsonov
2013-08-19
1
-3
/
+13
*
Move SanitizerArgs to the clang Driver
Alexey Samsonov
2013-08-19
1
-8
/
+2
*
Add support for -fsanitize-blacklist and default blacklists for DFSan.
Peter Collingbourne
2013-08-14
1
-0
/
+3
*
Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not needed
Alexey Samsonov
2013-08-09
1
-0
/
+2
*
Make SanitizerArgs parsing toolchain-independent
Alexey Samsonov
2013-08-09
1
-21
/
+31
*
Factor out parsing sanitizer arguments to a separate function
Alexey Samsonov
2013-08-08
1
-6
/
+18
*
Move SanitizerArgs implementation from .h to .cpp
Alexey Samsonov
2013-08-08
1
-0
/
+293