aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-10Merge up through LLVM r163557.android-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1tools_r22jb-mr1.1-releasejb-mr1.1-dev-plus-aospjb-mr1.1-devjb-mr1-releasejb-mr1-dev-plus-aospjb-mr1-devStephen Hines
2012-09-10Merge branch 'upstream' into merge-2012_09_10Stephen Hines
2012-09-10build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar
2012-09-10Revert r163415 in an attempt to bring back the buildbots.Chad Rosier
2012-09-10[asan] There is no __libc_malloc on Android.Evgeniy Stepanov
2012-09-10Allow to call strchr() from __asan_init().Alexander Potapenko
2012-09-07build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar
2012-09-07[asan] Use a relative include path instead of requiring build system involvem...Daniel Dunbar
2012-09-07build: Teach Makefile build system about asan/dynamic subdir.Daniel Dunbar
2012-09-07build: Add support for building dylibs.Daniel Dunbar
2012-09-07[asan] Suppress some bogus -Winvalid-noreturn diagnostics.Daniel Dunbar
2012-09-07tsan: ignore destruction of global mutexes (causes a lot of non-interesting r...Dmitry Vyukov
2012-09-07Remove the infinite recursion check for now, as we don't have __thread on Mac...Alexander Potapenko
2012-09-07Two minor changes:Alexander Potapenko
2012-09-07[asan] Raise quarantine size a bit with ASAN_LOW_MEMORY.Evgeniy Stepanov
2012-09-07[ASan] hack initialization-bug test so that it stably passes on both Linux an...Alexey Samsonov
2012-09-07[ASan] add Linux-specific test for initialization order that checks that we f...Alexey Samsonov
2012-09-07[Sanitizer] add --demangle option to llvm-symbolizer (for now just assume tha...Alexey Samsonov
2012-09-06tsan: fix code styleDmitry Vyukov
2012-09-06tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov
2012-09-06tsan: fix Go build scriptDmitry Vyukov
2012-09-06Fix two compiler warnings: must use at least one argument for "..." in a vari...Alexander Potapenko
2012-09-06[asan] Use __ANDROID__ guard in asan_test.Evgeniy Stepanov
2012-09-06Use the return value of dladdr() to avoid Clang warning.Alexander Potapenko
2012-09-06[asan] increase max stack size to 256 (+test)Kostya Serebryany
2012-09-06Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override.Alexander Potapenko
2012-09-06[ASan] actually remove old makefileAlexey Samsonov
2012-09-06[TSan] add support for running external symbolizer other than addr2line (for ...Alexey Samsonov
2012-09-06[Sanitizer] remove unused fieldAlexey Samsonov
2012-09-06[ASan] Nuke output_tests/ in favor of lit_tests/. Stop using Makefile.old.Alexey Samsonov
2012-09-06[asan] increase the maximal size of malloc/free stackKostya Serebryany
2012-09-05[Sanitizer] implement readlink as syscall on LinuxAlexey Samsonov
2012-09-05[ASan] Hack ASan lit config to allow running lit on tests manuallyAlexey Samsonov
2012-09-05[asan] added tests for asan-initialization-order, patch by Reid WatsonKostya Serebryany
2012-09-05[ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov
2012-09-05[ASan] Add CMake support for building ASan benchmarksAlexey Samsonov
2012-09-05[ASan] Add print_full_thread_history runtime option (on by default) that prin...Alexey Samsonov
2012-09-05[Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov
2012-09-04[Sanitizer] Support for reading inlined frames from llvm-symbolizerAlexey Samsonov
2012-09-04[compiler-rt] Recurse into 'utils' directory in CMake build of compiler-rt, e...Alexey Samsonov
2012-09-04[Sanitizer] llvm-symbolizer util: make it more conforming to LLVM code style,...Alexey Samsonov
2012-09-02tsan: do not crash with obscure message if a user passes invalid arguments to...Dmitry Vyukov
2012-09-02tsan: insert cfi directives into assembly (not fully working for now, though)Dmitry Vyukov
2012-09-02tsan: more robust current thread stack restorationDmitry Vyukov
2012-09-01tsan: better diagnostics for mutex misuseDmitry Vyukov
2012-08-31tsan: fix crash when users pass insane mutex addresses in dynamic annotationsDmitry Vyukov
2012-08-31tsan: add "as if synchronized via sleep" featureDmitry Vyukov
2012-08-31tsan: fix windows build (2)Dmitry Vyukov
2012-08-31tsan: fix windows build (1)Dmitry Vyukov
2012-08-31tsan: slightly optimize mutex unlock Dmitry Vyukov