summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-25[Compiler-rt][MSan]Fix shmat testcase: Pass SHMLBA-alligned address to shmatMohit K. Bhakkad
2016-02-25builtins: adjust the clobbers list for android __clear_cacheSaleem Abdulrasool
2016-02-24[CMake] Fix a really simple, silly bug from r261797Chris Bieneman
2016-02-24[CMake] Default CMAKE_MACOSX_RPATH to On, this is the default with CMP0042Chris Bieneman
2016-02-24[MSAN] Fix memcmp_test on MIPSSagar Thakur
2016-02-24tsan: disable ignore_lib4.cc test on powerpc64 and aarch64Dmitry Vyukov
2016-02-24[MSan] fix process_vm_readv test: Exit silently if syscall is not implemetedMohit K. Bhakkad
2016-02-24[MSan] Mark dlerror.cc expected failure for MIPSMohit K. Bhakkad
2016-02-24[tests] Portability fixup for r261713.Alexey Samsonov
2016-02-24[tests] Resolve old TODOs in ASan unit tests.Alexey Samsonov
2016-02-24[tests] Don't compile CFI C tests in C++ mode.Alexey Samsonov
2016-02-23[CMake] Support component-based installation for runtime librariesChris Bieneman
2016-02-23[CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman
2016-02-23[profile] Fix iteration over profile data entriesVedant Kumar
2016-02-23tsan: clean up code after r261658Dmitry Vyukov
2016-02-23tsan: fix signal handling in ignored librariesDmitry Vyukov
2016-02-23[tests] Run test that uses gnu asm syntax on Posix only.Alexey Samsonov
2016-02-23[tests] Remove "supported-target" in favor of "target-arch" lit features.Alexey Samsonov
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-02-22[MSan] Make unaligned load/store functions compatible for both endiansMohit K. Bhakkad
2016-02-20[CMake] Add partial support for MSVC in compiler-rt builtins, by Roman Shirokiy.Andrey Turetskiy
2016-02-19[CMake] Adding a CMake cache file that matches Apple's build configsChris Bieneman
2016-02-19[sancov] use GetLoadedModules for list of modules rather than sanitizer's list.Mike Aizatsky
2016-02-19[sancov] requiring dynamic asan.Mike Aizatsky
2016-02-19minor test runline cleanupXinliang David Li
2016-02-19[sancov] using static asanMike Aizatsky
2016-02-19[PGO] Enable profile-rt testing on all supported targetsXinliang David Li
2016-02-19[Windows] Simplify more tests now that Clang supports EHReid Kleckner
2016-02-19[Windows] Add 10s timeout to some WaitForSingleObject callsReid Kleckner
2016-02-18Change comma to semi-colon, no functionality change.Richard Trieu
2016-02-18Un-XFAIL the last C++ EH test, it was fixed by r261258Reid Kleckner
2016-02-18Add test coverage for default linkerXinliang David Li
2016-02-18Clang on Windows supports exceptions, un XFAIL the passing testsReid Kleckner
2016-02-18[WinASan] Fix page size and mmap granularity confusionReid Kleckner
2016-02-18[tsan] Disable sysroot flag on FreeBSDEd Maste
2016-02-18[compiler-rt] Return correct size of struct pthread for glibc-2.12.2Jonas Hahnfeld
2016-02-17[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany
2016-02-17PR26606: Make abort_on_error.cc test more portable.Alexey Samsonov
2016-02-17Fix PR26608: Make sanitizer_common tests more portable.Alexey Samsonov
2016-02-17[TSan] PR26609: Fix two test cases.Alexey Samsonov
2016-02-17[tests] Slightly improve a fix in r260669.Alexey Samsonov
2016-02-17[tsan] Fix signal number definitions for FreeBSDEd Maste
2016-02-17[tsan] Fix build warnings on FreeBSDEd Maste
2016-02-17[CMake] [NFC] Move macro definitions out of config-ix.cmakeChris Bieneman
2016-02-17[CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman
2016-02-17[compiler-rt][msan] Ensure initialisation before calling __msan_unpoisonJonas Hahnfeld
2016-02-17[msan] Extend prlimit test.Evgeniy Stepanov
2016-02-17[msan] Intercept prlimit.Evgeniy Stepanov
2016-02-16[Compiler-rt][MSan][MIPS] Resolve gethostbyname_r_erange for MIPSMohit K. Bhakkad