aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-01-23Remove config.aarch64_sme from compiler-rt/unittests/lit.common.unit.configur...Dinar Temirbulatov1-1/+0
2024-01-23[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov1-0/+1
2024-01-22Revert "[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. ...Douglas Yung1-1/+0
2024-01-22[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov1-0/+1
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta1-23/+24
2022-07-08[Sanitizer][Darwin] Cleanup MaybeReexec() function and usageJulian Lettner1-2/+7
2022-07-07Revert "[Sanitizer][Darwin] Cleanup MaybeReexec() function and usage"Julian Lettner1-7/+2
2022-07-07[Sanitizer][Darwin] Cleanup MaybeReexec() function and usageJulian Lettner1-2/+7
2022-03-31[Darwin] Limit parallelism for sanitizer tests that use shadow memory on ASJulian Lettner2-14/+0
2022-03-16Use lit_config.substitute instead of foo % lit_config.params everywhereSam McCall1-13/+3
2022-03-11[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek1-1/+1
2021-10-14[test] Fix asan dynamic unit tests with per-target runtime dirsCollin Baker1-0/+1
2021-08-03[Compiler-rt] Fix running ASan/TSan unit tests under macOS 12.0.Dan Liew1-0/+4
2021-04-25[sanitizer] Use COMPILER_RT_EMULATOR with gtestsVitaly Buka2-1/+14
2021-04-22Revert "[sanitizer] Use COMPILER_RT_EMULATOR with gtests"Vitaly Buka2-18/+1
2021-04-22[sanitizer] Use COMPILER_RT_EMULATOR with gtestsVitaly Buka2-1/+18
2019-12-13[Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.Mitch Phillips1-0/+1
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner3-2/+2
2019-02-27[Darwin][NFC] Refactor throttling of 64bit sanitizer tests on DarwinJulian Lettner2-7/+7
2018-09-27[XRay] Add LD_LIBRARY_PATH to env variables for Unit TestsDean Michael Berris1-0/+1
2017-11-13Allow compiler-rt test targets to work with multi-config CMake generatorsGreg Bedwell2-4/+5
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner1-1/+1
2017-09-15Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner1-1/+1
2017-09-14[lit] Force site configs to be run before source-tree configsZachary Turner1-1/+1
2017-04-07Add missing importReid Kleckner1-0/+1
2017-04-07[lit] Fix Darwin pickling errors with process poolsReid Kleckner2-3/+12
2017-01-20[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part, take 2]Kuba Mracek1-0/+10
2017-01-17Revert r292232.Kuba Mracek1-7/+0
2017-01-17[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part]Kuba Mracek1-0/+7
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov1-2/+1
2016-02-17[CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman1-0/+3
2016-02-01[CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.Alexey Samsonov1-1/+1
2016-01-27[CMake] Set llvm_tools_dir to LLVM_TOOLS_BINARY_DIR instead of LLVM_TOOLS_DIRAlexey Samsonov1-1/+1
2014-12-13Use the newer python syntax for exceptionsJustin Bogner1-1/+1
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov1-0/+1
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov3-0/+57