summaryrefslogtreecommitdiff
path: root/lib/ubsan
Commit message (Expand)AuthorAgeFilesLines
* Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov2015-10-301-1/+1
* Apply modernize-use-default to compiler-rt.Angel Garcia Gomez2015-10-201-1/+1
* [ubsan] Fix looksLikeFloatCastOverflowDataV1 heuristic to work if one of the ...Yury Gribov2015-10-201-4/+6
* Revert "ubsan: Implement memory permission validation for vtables."Evgeniy Stepanov2015-09-171-39/+0
* ubsan: Disable vptr validation on powerpc64.Peter Collingbourne2015-09-121-2/+2
* ubsan: Implement memory permission validation for vtables.Peter Collingbourne2015-09-111-0/+39
* CFI: Add diagnostic handler and tests for indirect call checker.Peter Collingbourne2015-09-102-0/+40
* [CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov2015-08-271-0/+1
* [CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman2015-08-271-10/+12
* [CMake] Add PARENT_TARGET option to add_sanitizer_rt_symbols.Chris Bieneman2015-08-271-3/+2
* [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman2015-08-261-2/+4
* [CMake] Cleaning up ubsan to use OBJECT_LIBS and to not loop when calling add...Chris Bieneman2015-08-261-27/+27
* [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman2015-08-251-11/+14
* [UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov2015-08-246-42/+139
* [CMake] Refactoring add_compiler_rt functions for darwin runtimes.Chris Bieneman2015-08-181-1/+2
* [UBSan] Enable 'help' option output, report unrecognized flagsAlexey Samsonov2015-08-131-0/+3
* [ubsan][mips] Revise r243384 to avoid special casing big-endian mips.Daniel Sanders2015-08-111-4/+5
* [compiler-rt] Add SourceLocations for float_cast_overflow data.Filipe Cabecinhas2015-08-112-14/+53
* [UBSan] Fix UBSan-vptr false positive.Alexey Samsonov2015-08-051-3/+3
* [UBSan][MIPS] Fix cast-overflow tests for mips big endianSagar Thakur2015-07-281-1/+1
* UBSan: Simplify logic for locating the RTTI object.Peter Collingbourne2015-07-081-7/+16
* CFI: Get check-cfi passing on Windows.Peter Collingbourne2015-07-087-243/+345
* Re-apply r241217 with build fixes:Peter Collingbourne2015-07-023-2/+19
* Revert r241217, it breaks the build on Windows.Nico Weber2015-07-023-15/+2
* ubsan: Port runtime library to (32- and 64-bit) Windows.Peter Collingbourne2015-07-023-2/+15
* [CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov2015-06-251-1/+6
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-6/+6
* Add control flow integrity diagnosis function to UBSan runtime library.Peter Collingbourne2015-06-194-9/+69
* [CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman2015-06-101-26/+29
* [ASan] Make binary name reader cross-platform.Yury Gribov2015-06-041-0/+1
* [sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas2015-06-041-1/+3
* [UBSan] Add missing header that defines SANITIZER_CAN_USE_PREINIT_ARRAYAlexey Samsonov2015-05-111-0/+1
* [UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-o...Alexey Samsonov2015-04-231-4/+7
* Make ubsan respect log_pathHal Finkel2015-04-191-0/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* Add missing " at the end of the #error directive.Alexey Samsonov2015-04-021-1/+1
* [CMake] Fixup for r233861: don't build standalone UBSan on unsupported platfo...Alexey Samsonov2015-04-011-25/+27
* [UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov2015-04-019-88/+143
* [PPC64]This activates UBSan for the power architecture.Bill Seurer2015-04-012-2/+8
* [UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov2015-03-269-7/+54
* Revert "Revert "[UBSan] Use shared library for UBSan on OS X" and its followup"Alexey Samsonov2015-03-241-7/+14
* Revert "[UBSan] Use shared library for UBSan on OS X" and its followupJustin Bogner2015-03-241-13/+7
* [UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov2015-03-231-7/+13
* [UBSan] Introduce "ubsan_standalone" library (compiler-rt part).Alexey Samsonov2015-03-231-7/+27
* [Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov2015-02-271-2/+7
* [CMake] Make sure we built one variant of i386/i686 runtime libraries.Alexey Samsonov2015-02-261-1/+1
* [Sanitizer] Refactor SuppressionContext class.Alexey Samsonov2015-02-205-9/+24
* Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun2015-02-171-0/+26
* Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov2015-02-171-26/+0
* [UBSan] Allow UBSan location to store frames returned by symbolizer.Alexey Samsonov2015-02-113-72/+62