summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-02-01[CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.Alexey Samsonov
2016-02-01[ubsan] Stop thinking we can rely on C++ ABI knowledge on WindowsReid Kleckner
2016-01-29[profile] Support hostname expansion in LLVM_PROFILE_FILEVedant Kumar
2016-01-28[cfi] Get rid of a fixed size buffer for the library path in test.Evgeniy Stepanov
2016-01-28putting requires on one line - ppc still executes my tests.Mike Aizatsky
2016-01-28[cfi] Fix recovery from out-of-bounds vtable error.Evgeniy Stepanov
2016-01-28[sancov] run sancov test on x86_64 linux onlyMike Aizatsky
2016-01-28[sancov] running sancov test on linux onlyMike Aizatsky
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-27[cfi] Fix a warning in tests.Evgeniy Stepanov
2016-01-27[CMake] Set llvm_tools_dir to LLVM_TOOLS_BINARY_DIR instead of LLVM_TOOLS_DIRAlexey Samsonov
2016-01-27[cfi] Disable vtable diagnostics when no cxxabi.Evgeniy Stepanov
2016-01-27Fix a bug in test case (both ir,fe instr were turned onXinliang David Li
2016-01-26[cfi] Better handling of wild target address.Evgeniy Stepanov
2016-01-26[cfi] Hide runtime implementation in a namespace.Evgeniy Stepanov
2016-01-26[cfi] Support for dlopen and dlclose.Evgeniy Stepanov
2016-01-25[cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov
2016-01-25[powerpc] make test case as xfailBill Seurer
2016-01-25[PGO] Add a test case covering IR based VP instrumentationXinliang David Li
2016-01-25[PGO] Add test case covering clang FE based VP instrumentationXinliang David Li
2016-01-22When building without DIA SDK, don't set suppressions.cpp failNico Weber
2016-01-21Resubmit test case with more restrictionXinliang David Li
2016-01-21[MSan] Add a test case for r258339.Alexey Samsonov
2016-01-20[asan] print an additional hint when reporting a container overflowKostya Serebryany
2016-01-20Revert "[coverage] Add a test case to cover coverage testing with comdat"Renato Golin
2016-01-20[test] Add a short explanation to instrprof-comdat.hVedant Kumar
2016-01-20[coverage] Add a test case to cover coverage testing with comdatXinliang David Li
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-16Fix stats.cpp test on 32-bit Windows.Peter Collingbourne
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2016-01-15Re-disable suppressions.cpp on Windows.Nico Weber
2016-01-14[LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.Alexey Samsonov
2016-01-14[Coverage] add test cases for coverage testingXinliang David Li
2016-01-14[tsan] Introduce a "ignore_interceptors_accesses" optionKuba Brecka
2016-01-13tsan: check errors in testDmitry Vyukov
2016-01-12[compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.ccAdhemerval Zanella
2016-01-12[PGO] Add Linux specific test cases for profile runtimeXinliang David Li
2016-01-12 Revert r257444 : arm build bots failureXinliang David Li
2016-01-12[PGO] Add Linux specific test cases for profile runtimeXinliang David Li
2016-01-12Fix comment of testXinliang David Li
2016-01-08[PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li
2016-01-08[tsan] don't crash on closedir(0)Kostya Serebryany
2016-01-08Fix CMake warning in CFI tests.Evgeniy Stepanov
2016-01-08Revert "Fix CMake warning in CFI tests."Evgeniy Stepanov
2016-01-08Fix CMake warning in CFI tests.Evgeniy Stepanov
2016-01-08Make ubsan suppression test pass on Windows.Nico Weber
2016-01-08Use more strict checks for merge Profile resultsXinliang David Li
2016-01-08[PGO] Update test to match sorted outputXinliang David Li
2016-01-07Ensure safestack overflow test doesn't segfaultDimitry Andric