summaryrefslogtreecommitdiff
path: root/lib/ubsan
AgeCommit message (Expand)Author
2014-05-23[ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-02-25Enable UBSan on FreeBSD. Patch by Viktor Kutuzov.Alexey Samsonov
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2014-02-14Move UBSan test suite under test/Alexey Samsonov
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov
2014-02-12[UBSan] Parse common runtime flags before using a symbolizerAlexey Samsonov
2014-01-24Don't create check-ubsan and check-dfsan commands if they are not supported o...Alexey Samsonov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-12-09ubsan: Fix typo in 'TypeCheck/vptr.cpp' test to resolve 32bit failure.Will Dietz
2013-12-06Fix integer tests on platforms where uint64_t is 'unsigned long long'.Will Dietz
2013-11-25[UBSan] Fix warning by specifying __extension__ before __int128Alexey Samsonov
2013-11-14[UBSan] Make sure ASan and UBSan interact properly by running each test from ...Alexey Samsonov
2013-11-14[UBSan] Update UBSan location rendering to match r194686Alexey Samsonov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-10-20Runtime support for the indirect function call checker.Peter Collingbourne
2013-10-20[ubsan] Introduce %clangxx substitution for all C++ tests.Peter Collingbourne
2013-10-17Make the big array in the UBSan C++ runtime be zero-initialized to dramaticallyRichard Smith
2013-10-04Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov
2013-10-02This fixme is resolved, fix the test.Nick Lewycky
2013-10-02Make the InvalidValueData take a SourceLocation.Nick Lewycky
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-08-28Generate list of symbols exported from sanitizer runtimes only on 64-bit UnixAlexey Samsonov
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-08-12Add "CHECK-" prefix to un-break buildbot failure.Rui Ueyama
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar
2013-07-26disable pipefail for ubsan.Rafael Espindola
2013-07-18Fix another instance of -ccc-cxx vs. --driver-mode=g++Hans Wennborg
2013-06-07[ASan] create separate configs for running ASan lit tests in both 32- and 64-...Alexey Samsonov
2013-06-06Remove a bunch of copy-paste: use common config for sanitizer lit/unit testsAlexey Samsonov
2013-05-27Improve support for compiler-rt tests in CMake build.Alexey Samsonov
2013-04-11Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov
2013-04-05[Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov
2013-03-27compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan conv...Richard Smith
2013-03-23Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith
2013-03-22ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith
2013-03-21Per discussion on cxx-abi-dev, switch from comparing type_info objects toRichard Smith
2013-03-20Split ubsan runtime into three pieces (compiler-rt part):Richard Smith
2013-03-19Update ubsan test for clang change r177362.Richard Smith
2013-02-27[UBSan] Use common report decorator to print colorful diagnostics in UBSan, a...Alexey Samsonov
2013-02-23ubsan: Runtime handlers for array indexing checks.Richard Smith
2013-02-13ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,Richard Smith
2013-02-12Highlight caret in bold green, to match Clang diagnostics.Richard Smith
2013-01-21CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov
2013-01-18CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov
2013-01-18CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov
2013-01-17[ubsan] Add SANITIZER_INTERFACE_ATTRIBUTE to __ubsan_vptr_type_cacheWill Dietz
2013-01-14[ubsan] Use __sanitizer::atomic_exchange(), prefer shared impl.Will Dietz
2013-01-10UBSan: use %p not 0x%zx when printing pointers.Richard Smith
2013-01-10[ubsan] Move attribute specifier to fix build with gcc.Will Dietz