aboutsummaryrefslogtreecommitdiff
path: root/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
Commit message (Collapse)AuthorAgeFilesLines
* Update compiler-rt to trunk r230183. This has some of our patchesDimitry Andric2015-02-221-1/+1
| | | | | | | imported, so we have just a few small diffs against upstream left. Notes: svn path=/projects/clang360-import/; revision=279194
* Update compiler-rt to trunk r228651. This enables using AddressDimitry Andric2015-02-221-19/+26
| | | | | | | Sanitizer and Undefined Behavior Sanitizer with clang 3.6.0. Notes: svn path=/projects/clang360-import/; revision=279191
* Update compiler-rt to trunk r224034. This brings a number of newDimitry Andric2015-01-081-0/+240
builtins, and also the various sanitizers. Support for these will be added in a later commit. Notes: svn path=/head/; revision=276851