summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_init.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ubsan] Split ubsan_init_standaloneVitaly Buka2017-09-211-27/+9
* [ubsan] Save binary name before parsing optionsVitaly Buka2017-09-111-1/+1
* Revert "[ubsan] Save binary name before parsing options"Vitaly Buka2017-09-111-1/+1
* [ubsan] Save binary name before parsing optionsVitaly Buka2017-09-111-1/+1
* [ubsan] Use the correct tool name in diagnosticsVedant Kumar2017-04-141-1/+5
* [ubsan] Initialize Android logging.Evgeniy Stepanov2016-08-151-0/+1
* [ASan] Make binary name reader cross-platform.Yury Gribov2015-06-041-0/+1
* Make ubsan respect log_pathHal Finkel2015-04-191-0/+1
* [UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov2015-04-011-34/+43
* [UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov2015-03-261-0/+4
* [Sanitizer] Refactor SuppressionContext class.Alexey Samsonov2015-02-201-2/+2
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-2/+3
* [ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...Kostya Serebryany2015-01-061-0/+1
* Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov2014-09-121-1/+7
* [UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov2014-09-111-7/+1
* [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov2014-09-101-1/+0
* [UBSan] Allow to suppress reports from vptr checker for specified types.Alexey Samsonov2014-08-051-0/+2
* [UBSan] Move all runtime flags parsing to ubsan_flags.cc.Alexey Samsonov2014-07-291-6/+1
* [UBSan] Initialize symbolizer inside __ubsan::Init().Alexey Samsonov2014-07-261-0/+2
* [UBSan] Call UBSan initialization as early as possible.Alexey Samsonov2014-07-251-0/+63