summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan
Commit message (Expand)AuthorAgeFilesLines
* [ubsan] Merge ubsan_standalone_cxx shared library.Evgeniy Stepanov2017-09-281-12/+1
* [ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLockVitaly Buka2017-09-232-6/+12
* [ubsan] Support signal specific options in ubsanVitaly Buka2017-09-235-2/+98
* [ubsan] Split ubsan_init_standaloneVitaly Buka2017-09-214-38/+41
* Revert "[ubsan] Split ubsan_init_standalone"Vitaly Buka2017-09-183-38/+10
* [ubsan] Add file missing from r313583Vitaly Buka2017-09-181-0/+26
* [ubsan] Split ubsan_init_standaloneVitaly Buka2017-09-182-10/+12
* [ubsan] Fix conflict with previous declaration on MacVitaly Buka2017-09-181-3/+2
* [ubsan] Fix interface_symbols_windows testVitaly Buka2017-09-181-0/+2
* Revert "[ubsan] Add RTUbsan_standalone into UBSAN standalone shared"Vitaly Buka2017-09-181-1/+0
* [ubsan] Add RTUbsan_standalone into UBSAN standalone sharedVitaly Buka2017-09-181-0/+1
* Revert "[ubsan] Update ubsan_interface.inc"Vitaly Buka2017-09-161-2/+0
* [ubsan] Update ubsan_interface.incVitaly Buka2017-09-161-0/+2
* Try to fix check-asan.Peter Collingbourne2017-09-151-0/+1
* ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne2017-09-153-8/+32
* ubsan: Stop building the DLL version of the runtime library on Windows.Peter Collingbourne2017-09-151-23/+23
* [ubsan] Extract GetStackTraceWithPcBpAndContext similar to asan versionVitaly Buka2017-09-152-8/+16
* [ubsan] Make ubsan version of __sanitizer_print_stack_trace consistent with o...Vitaly Buka2017-09-111-2/+3
* [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
* [compiler-rt] Cleanup decoratorsVitaly Buka2017-09-111-5/+3
* [ubsan] Save binary name before parsing optionsVitaly Buka2017-09-111-1/+1
* Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-281-1/+1
* Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+1
* [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+1
* Enable ubsan on NetBSDKamil Rytarowski2017-08-081-3/+4
* [ubsan] Enable UBSan build for FuchsiaVitaly Buka2017-08-011-1/+1
* [ubsan] Diagnose invalid uses of builtins (compiler-rt)Vedant Kumar2017-07-294-0/+42
* Support libc++abi in addition to libstdc++Petr Hosek2017-07-281-1/+2
* Support compiler-rt builtinsPetr Hosek2017-07-281-0/+5
* Add liblog to ubsan `UBSAN_DYNAMIC_LIBS`Leo Li2017-07-261-2/+3
* Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek2017-07-261-5/+0
* Revert "[sanitizer] Support libc++abi in addition to libstdc++"Petr Hosek2017-07-261-2/+1
* [sanitizer] Support libc++abi in addition to libstdc++Petr Hosek2017-07-261-1/+2
* [sanitizer] Support compiler-rt builtinsPetr Hosek2017-07-251-0/+5
* [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar2017-07-131-5/+10
* [ubsan] Improve diagnostics for return value checks (compiler-rt)Vedant Kumar2017-06-233-18/+24
* [ubsan] Fix a faulty memory accessibility checkVedant Kumar2017-06-151-2/+2
* [ubsan] Detect invalid unsigned pointer index expression (compiler-rt)Vedant Kumar2017-06-121-2/+8
* [ubsan] Runtime support for pointer overflow checkingVedant Kumar2017-06-014-0/+41
* Bug 33221 [UBSAN] segfault with -fsanitize=undefinedVedant Kumar2017-06-011-1/+1
* [Ubsan]Remove unused link libraries.Leo Li2017-05-171-5/+1
* Generate ubsan shared libraries.Leo Li2017-05-171-0/+29
* [ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko2017-05-052-0/+38
* [ubsan] Fix error summary message for ObjC BOOL invalid loadsVedant Kumar2017-05-051-1/+2
* [ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar2017-05-011-8/+9
* [ubsan] Make the cast overflow message less redundantVedant Kumar2017-04-271-1/+1
* Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizerNico Weber2017-04-191-0/+1
* [ubsan] Use the correct tool name in diagnosticsVedant Kumar2017-04-143-4/+11
* [ubsan] Add nullability handlers to interface fileVedant Kumar2017-03-141-0/+4
OpenPOWER on IntegriCloud