summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_flags.cc
AgeCommit message (Expand)Author
2017-11-09ubsan: Allow programs to use setenv to configure ubsan_standalone.Peter Collingbourne
2017-04-19Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizerNico Weber
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-20[sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2015-08-13[UBSan] Enable 'help' option output, report unrecognized flagsAlexey Samsonov
2015-07-02Re-apply r241217 with build fixes:Peter Collingbourne
2015-07-02Revert r241217, it breaks the build on Windows.Nico Weber
2015-07-02ubsan: Port runtime library to (32- and 64-bit) Windows.Peter Collingbourne
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-26[UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov
2015-01-02Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov
2015-01-02Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth
2014-12-22[Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov
2014-12-19[Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov
2014-09-19[UBSan] Introduce more flexible __ubsan_default_options function instead of U...Alexey Samsonov
2014-09-12Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov
2014-09-11[UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov
2014-09-10[UBSan] Add halt_on_error runtime flagAlexey Samsonov
2014-07-30[UBSan] Allow to override runtime flags defaults by providingAlexey Samsonov
2014-07-29[UBSan] Move all runtime flags parsing to ubsan_flags.cc.Alexey Samsonov
2014-07-23[UBSan] Add the ability to dump call stacks to -fsanitize=vptrAlexey Samsonov