summaryrefslogtreecommitdiff
path: root/lib/asan
Commit message (Expand)AuthorAge
* [Embtk] common sanitizer: link arror workaround with llvm/clang-3.2compiler-rt-embtk-3.3Abdoulaye Walsimou GAYE2013-03-22
* Merge branch 'master' into embtk-support-release-3.3Abdoulaye Walsimou Gaye2013-03-20
|\
| * [ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov2013-03-20
| * [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-20
| * [asan] s/ASAN_POSIX/SANITIZER_POSIX/Evgeniy Stepanov2013-03-19
| * [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
| * [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
| * [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-19
| * [asan] make the __asan_get_heap_size more robustKostya Serebryany2013-03-18
| * [asan] Switch to allocator2 on Android.Evgeniy Stepanov2013-03-18
| * [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-18
| * [Sanitizer] Don't intercept frexpf and frexpl on Windows. Add frexp declarati...Alexey Samsonov2013-03-15
| * [asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_M...Kostya Serebryany2013-03-14
| * [ASan] remove -fsanitize=init-order from lit tests as now it's implied by -fs...Alexey Samsonov2013-03-14
| * [ASan] turn off checking initialization order in ASan runtime by default. Ins...Alexey Samsonov2013-03-14
| * [ASan] make ASan assume ASAN_OPTIONS=symbolize=1 if ASAN_EXTERNAL_SYMBOLIZER ...Alexey Samsonov2013-03-14
| * [Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov2013-03-13
| * [asan] use 4Tb of address space for the asan allocator instead of 1Tb. This i...Kostya Serebryany2013-03-12
* | Merge branch 'master' into embtk-support-release-3.3Abdoulaye Walsimou Gaye2013-03-02
|\|
| * [asan] Revert r176255, r176264.Evgeniy Stepanov2013-03-01
* | Merge branch 'master' into embtk-support-release-3.3Abdoulaye Walsimou Gaye2013-02-28
|\|
| * [asan] Lower memory usage in LargeMallocTest on Android.Evgeniy Stepanov2013-02-28
| * [ASan] Add the memcmp_strict flag (1 by default) that controls the behavior o...Alexander Potapenko2013-02-28
| * [asan] Enable allocator2 on Android.Evgeniy Stepanov2013-02-28
| * [asan] bump kMidMemEnd to 0x4fffffffffULL since in rare cases prelink uses ad...Kostya Serebryany2013-02-28
| * [asan] if calloc returns a freshly-mmaped memory, don't clear it with memset....Kostya Serebryany2013-02-27
| * [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany2013-02-26
| * [asan] fix the output for range accesses (memset, etc); improve the tests; mo...Kostya Serebryany2013-02-26
| * [asan] use the new attribute syntax (no_address_safety_analysis => no_sanitiz...Kostya Serebryany2013-02-26
* | [Embtk] [compiler-rt] ASAN: Add mips supportAbdoulaye Walsimou Gaye2013-02-27
|/
* [asan] move the .preinit_array hack into a separate file (added used attribute)Kostya Serebryany2013-02-22
* [ASan] temporarily disable alloc_dealloc_mismatch on Mac, since the previous ...Alexander Potapenko2013-02-21
* [ASan] Make sure operator new/delete and friends are intercepted on OS X.Alexander Potapenko2013-02-21
* [ASan] Declare CreateThread as extern "C" to fix the Windows build.Alexander Potapenko2013-02-21
* [ASan] Revert the incorrect macro on Linux.Alexander Potapenko2013-02-21
* [ASan] Put several function prototypes back under #ifdef _WIN32 to fix the Wi...Alexander Potapenko2013-02-21
* [ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko2013-02-21
* [asan] speedup by more than 2x handling of the small memset/memcpy/etc callsKostya Serebryany2013-02-21
* [ASan] revert part of r175631 that looks like accidental commitAlexey Samsonov2013-02-20
* [ASan] Delete asan/dynamic dir and temporarily move the interposers declarati...Alexander Potapenko2013-02-20
* [asan] move preinit_test to Linux since on Mac __asan_init is called from ld-...Kostya Serebryany2013-02-20
* [asan] on linux, run __asan_init from .preinit_array (even earlier than before)Kostya Serebryany2013-02-20
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-20
* [asan] add a lit test for invoke-with-no-return instrumentationKostya Serebryany2013-02-20
* [sanitizer] Fix lint.Evgeniy Stepanov2013-02-20
* [asan] add test throw_call_test (broken with -static-libstdc++)Kostya Serebryany2013-02-20
* [asan] don't run the long double test if long double is the same as doubleKostya Serebryany2013-02-19
* [ASan] Allow ASan default runtime options be overriden at compile time by pro...Alexey Samsonov2013-02-19
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-19
* [sanitizer] Add interceptors for localtime and friends.Evgeniy Stepanov2013-02-19