summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/ubsan_flags.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc files in lib/ubsan to .cpp.Nico Weber2019-07-311-85/+0
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ubsan] Add preinit initializer for ubsanFrancis Ricci2018-01-231-2/+11
* ubsan: Allow programs to use setenv to configure ubsan_standalone.Peter Collingbourne2017-11-091-2/+4
* Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizerNico Weber2017-04-191-0/+1
* General definition for weak functionsMarcos Pividori2017-01-291-15/+3
* [sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori2017-01-201-5/+3
* [sancov] common flags initialization.Mike Aizatsky2016-03-181-1/+1
* [UBSan] Enable 'help' option output, report unrecognized flagsAlexey Samsonov2015-08-131-0/+3
* Re-apply r241217 with build fixes:Peter Collingbourne2015-07-021-2/+13
* Revert r241217, it breaks the build on Windows.Nico Weber2015-07-021-9/+2
* ubsan: Port runtime library to (32- and 64-bit) Windows.Peter Collingbourne2015-07-021-2/+9
* [UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov2015-04-011-19/+10
* [UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov2015-03-261-0/+4
* [asan] Allow changing verbosity in activation flags.Evgeniy Stepanov2015-01-201-0/+1
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-18/+29
* [Sanitizer] Change the runtime flag representation.Alexey Samsonov2015-01-071-12/+14
* Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov2015-01-021-2/+4
* Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth2015-01-021-3/+2
* [Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov2014-12-221-2/+3
* [Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov2014-12-191-3/+3
* [UBSan] Introduce more flexible __ubsan_default_options function instead of U...Alexey Samsonov2014-09-191-13/+13
* Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov2014-09-121-2/+1
* [UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov2014-09-111-1/+2
* [UBSan] Add halt_on_error runtime flagAlexey Samsonov2014-09-101-0/+3
* [UBSan] Allow to override runtime flags defaults by providingAlexey Samsonov2014-07-301-1/+16
* [UBSan] Move all runtime flags parsing to ubsan_flags.cc.Alexey Samsonov2014-07-291-6/+17
* [UBSan] Add the ability to dump call stacks to -fsanitize=vptrAlexey Samsonov2014-07-231-0/+34
OpenPOWER on IntegriCloud