summaryrefslogtreecommitdiff
path: root/lib/ubsan
Commit message (Expand)AuthorAge
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* Runtime support for the indirect function call checker.Peter Collingbourne2013-10-20
* [ubsan] Introduce %clangxx substitution for all C++ tests.Peter Collingbourne2013-10-20
* Make the big array in the UBSan C++ runtime be zero-initialized to dramaticallyRichard Smith2013-10-17
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* This fixme is resolved, fix the test.Nick Lewycky2013-10-02
* Make the InvalidValueData take a SourceLocation.Nick Lewycky2013-10-02
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* Generate list of symbols exported from sanitizer runtimes only on 64-bit UnixAlexey Samsonov2013-08-28
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-27
* Add "CHECK-" prefix to un-break buildbot failure.Rui Ueyama2013-08-12
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* disable pipefail for ubsan.Rafael Espindola2013-07-26
* Fix another instance of -ccc-cxx vs. --driver-mode=g++Hans Wennborg2013-07-18
* [ASan] create separate configs for running ASan lit tests in both 32- and 64-...Alexey Samsonov2013-06-07
* Remove a bunch of copy-paste: use common config for sanitizer lit/unit testsAlexey Samsonov2013-06-06
* Improve support for compiler-rt tests in CMake build.Alexey Samsonov2013-05-27
* Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov2013-04-11
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-05
* compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan conv...Richard Smith2013-03-27
* Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith2013-03-23
* ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith2013-03-22
* Per discussion on cxx-abi-dev, switch from comparing type_info objects toRichard Smith2013-03-21
* Split ubsan runtime into three pieces (compiler-rt part):Richard Smith2013-03-20
* Update ubsan test for clang change r177362.Richard Smith2013-03-19
* [UBSan] Use common report decorator to print colorful diagnostics in UBSan, a...Alexey Samsonov2013-02-27
* ubsan: Runtime handlers for array indexing checks.Richard Smith2013-02-23
* ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,Richard Smith2013-02-13
* Highlight caret in bold green, to match Clang diagnostics.Richard Smith2013-02-12
* CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov2013-01-21
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-18
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-18
* [ubsan] Add SANITIZER_INTERFACE_ATTRIBUTE to __ubsan_vptr_type_cacheWill Dietz2013-01-17
* [ubsan] Use __sanitizer::atomic_exchange(), prefer shared impl.Will Dietz2013-01-14
* UBSan: use %p not 0x%zx when printing pointers.Richard Smith2013-01-10
* [ubsan] Move attribute specifier to fix build with gcc.Will Dietz2013-01-10
* [ubsan] Give entry methods default (not hidden) visibility.Will Dietz2013-01-10
* [ubsan] Drop use of __atomic_exchange_n for now to fix build for some.Will Dietz2013-01-09
* [ubsan] Add deduplication functionality, always enabled.Will Dietz2013-01-09
* [ubsan] Check for appropriate types on compound assignment overflow diagnostics.Will Dietz2013-01-07
* [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow.Will Dietz2012-12-31
* Revert r171273 which doesn't actually compile.Chandler Carruth2012-12-31
* [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow.Will Dietz2012-12-31
* [ubsan] Update test now that check recovery is default and has driver flag.Will Dietz2012-12-30
* Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...Alexey Samsonov2012-12-27
* Move C++ name demangling support from ubsan into sanitizer_common.Richard Smith2012-12-20
* [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call i...Alexey Samsonov2012-12-18
* ubsan: Demangle class names, and be more informative when a reinterpret_castRichard Smith2012-12-18
* ubsan: When diagnosing something wrong somewhere in memory, emit a noteRichard Smith2012-12-18
* ubsan: if the frontend didn't provide us with a source location, try to workRichard Smith2012-12-18