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
*
Allow a ToolChain to compute the path of a compiler-rt's component.
Vasileios Kalintiris
2015-10-01
1
-5
/
+3
*
Driver: support ARM/HF on a single toolchain
Saleem Abdulrasool
2015-09-26
1
-5
/
+6
*
Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output.
Ivan Krasin
2015-09-02
1
-2
/
+11
*
CodeGen: Improve CFI type blacklisting mechanism.
Peter Collingbourne
2015-07-15
1
-0
/
+2
*
Add an experimental flag -fsanitize-memory-use-after-dtor.
Evgeniy Stepanov
2015-07-10
1
-0
/
+7
*
Driver: enable support for -fsanitize=cfi on Windows.
Peter Collingbourne
2015-07-08
1
-2
/
+6
*
Driver: add support for linking the UBSan runtime library on Windows.
Peter Collingbourne
2015-07-02
1
-2
/
+15
*
[CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.
Alexey Samsonov
2015-06-25
1
-1
/
+17
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-19
1
-29
/
+8
*
[CFI] Require -flto instead of implying it.
Alexey Samsonov
2015-06-19
1
-4
/
+6
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
1
-1
/
+4
*
Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
2015-06-19
1
-2
/
+6
*
Introduce -fsanitize-trap= flag.
Peter Collingbourne
2015-06-18
1
-17
/
+75
*
Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...
Alexey Samsonov
2015-06-17
1
-15
/
+25
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-17
1
-25
/
+15
*
[Driver] Improve unused-argument diagnostic for extra sanitizer features.
Alexey Samsonov
2015-05-21
1
-3
/
+9
*
Move sanitizer parser and group expander from Driver to Basic.
Peter Collingbourne
2015-05-11
1
-34
/
+15
*
Unify sanitizer kind representation between the driver and the rest of the co...
Peter Collingbourne
2015-05-11
1
-125
/
+74
*
[SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.
Alexey Samsonov
2015-05-07
1
-15
/
+113
*
[SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...
Alexey Samsonov
2015-05-07
1
-3
/
+8
*
Allow UBSan+MSan and UBSan+TSan combinations (Clang part).
Alexey Samsonov
2015-04-28
1
-4
/
+4
*
Revert r234786, it contained a bunch of stuff I did not mean to commit.
Nico Weber
2015-04-13
1
-2
/
+1
*
Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.
Nico Weber
2015-04-13
1
-1
/
+2
*
Implement CFI type checks for non-virtual calls.
Peter Collingbourne
2015-04-02
1
-1
/
+1
*
[UBSan] Embed UBSan into ASan runtime (Clang part).
Alexey Samsonov
2015-04-01
1
-1
/
+2
*
[UBSan] Don't allow to use UBSan with anything except for ASan.
Alexey Samsonov
2015-03-20
1
-69
/
+66
*
Allow -fsanitize-coverage with -fsanitize=dataflow
Kostya Serebryany
2015-03-20
1
-1
/
+1
*
Implement bad cast checks using control flow integrity information.
Peter Collingbourne
2015-03-14
1
-2
/
+2
*
Add deprecation notice for -f(no-)sanitize-recover flags.
Alexey Samsonov
2015-03-11
1
-2
/
+7
*
[Sanitizers] Use uint64_t for bitmask of enabled sanitizers.
Alexey Samsonov
2015-03-03
1
-40
/
+40
*
[msan] Change track-origins default mode from 1 to 2.
Evgeniy Stepanov
2015-02-26
1
-1
/
+1
*
[TSan][Clang][MIPS] Enabled thread option for MIPS64 platform
Mohit K. Bhakkad
2015-02-23
1
-1
/
+1
*
Implement Control Flow Integrity for virtual calls.
Peter Collingbourne
2015-02-20
1
-1
/
+6
*
Improve our handling of rtti/sanitize=vptr/sanitize=undefined
Filipe Cabecinhas
2015-02-19
1
-0
/
+33
*
Append -fno-assume-sane-operator-new in ASan builds.
Sergey Matveev
2015-02-17
1
-2
/
+7
*
Allow to specify multiple -fsanitize-blacklist= arguments.
Alexey Samsonov
2015-02-04
1
-24
/
+28
*
[MSan][Clang][MIPS] Enabled memory and dataflow options for MIPS64 platform
Mohit K. Bhakkad
2015-01-22
1
-1
/
+3
*
Reimplement -fsanitize-recover family of flags.
Alexey Samsonov
2015-01-12
1
-7
/
+45
*
Allow -fsanitize-coverage=N with ubsan, clang part
Kostya Serebryany
2015-01-06
1
-2
/
+3
*
Allow to disable all sanitizers with "-fno-sanitize=all" option.
Alexey Samsonov
2014-12-19
1
-5
/
+14
*
[Sanitizer] Get rid of parseArgument helper function. NFC.
Alexey Samsonov
2014-12-19
1
-54
/
+43
*
[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, clang part
Kostya Serebryany
2014-12-17
1
-2
/
+2
*
[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, clang part
Kostya Serebryany
2014-12-03
1
-1
/
+1
*
clang: do not add -pie for tsan
Dmitry Vyukov
2014-11-21
1
-3
/
+3
*
[Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.
Alexey Samsonov
2014-11-16
1
-52
/
+61
*
[Sanitizer] Refactor SanitizerArgs parsing in Driver.
Alexey Samsonov
2014-11-14
1
-118
/
+213
*
Cleanup SanitizerArgs: get rid of unused variable, make one method non-static...
Alexey Samsonov
2014-11-14
1
-7
/
+2
*
Introduce -fsanitize-coverage=N flag
Kostya Serebryany
2014-11-11
1
-0
/
+15
*
Allow thread sanitizer in clang driver on FreeBSD
Viktor Kutuzov
2014-10-27
1
-4
/
+9
*
Revert rL220675 due to failures on check-clang
Viktor Kutuzov
2014-10-27
1
-6
/
+1
[next]