No description
  • C 48.4%
  • Fortran 18.9%
  • C++ 17.1%
  • RPC 7.1%
  • Logos 2.2%
  • Other 5.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Vito Kortbeek 3c0a28f125
[HashRecognize] Add carry-based CRC-16 test (#463)
Add a little-endian CRC-16 test that computes the polynomial and carry
updates separately. The bit test in the code is canonicalized to
`trunc X to i1`, exercising HashRecognize's handling of that pattern.

This covers the source pattern from llvm/llvm-project#213881 and
accompanies llvm/llvm-project#213883.
2026-08-21 12:45:04 +02:00
ABI-Testsuite Switch ABI Testsuite to use the internal lit shell. (#429) 2026-06-18 23:26:40 -04:00
Bitcode [RegressionTest] Add bitcode E2E test by SAP for cost-based function outlining with indirectbr/blockaddr (#293) 2025-11-17 11:13:02 +01:00
ClangAnalyzer [test-suite][analyzer] Update reference results for openssl. 2016-01-23 00:30:32 +00:00
cmake [cmake] Add TEST_SUITE_PROFILE_DIR to support out of build tree PGO Profile (#464) 2026-08-20 23:00:22 -07:00
CTMark [CTMark] Update README.md (#339) 2026-02-05 00:15:41 +02:00
External [SPEC] Fix gobmk with -fwrapv-pointer (#461) 2026-08-09 09:50:58 +08:00
Fortran [Fortran] Add namelist/ UnitTest for the empty-scalar extension (#457) 2026-08-03 08:43:59 +02:00
litsupport [cmake] Add TEST_SUITE_PROFILE_DIR to support out of build tree PGO Profile (#464) 2026-08-20 23:00:22 -07:00
litsupport-tests [NFC][Py Reformat] Reformat python files in llvm-test-suite 2023-06-01 11:26:20 -07:00
LNTBased [NFC][Py Reformat] Reformat python files in llvm-test-suite 2023-06-01 11:26:20 -07:00
MicroBenchmarks Add MicroBenchmark for Small Trip Count Loop vectorization (#404) 2026-07-31 14:19:55 +01:00
MultiSource Fix telecomm-FFT and beamformer benchmarks on GCC (#440) 2026-07-15 16:12:18 +08:00
SingleSource [HashRecognize] Add carry-based CRC-16 test (#463) 2026-08-21 12:45:04 +02:00
test-suite-externals Add a placeholder for the test-suite-externals directory (#186) 2024-12-09 22:59:33 +02:00
tools [cmake] Add TEST_SUITE_PROFILE_DIR to support out of build tree PGO Profile (#464) 2026-08-20 23:00:22 -07:00
utils [compare.py] Add flag for outputting in markdown and csv format (#438) 2026-07-07 11:29:44 +08:00
.arcconfig [test-suite] Update .arcconfig to match LLVM. 2021-03-02 11:21:19 -06:00
.gitignore Add gitignore entry for macOS DS Store files (#351) 2026-05-04 15:37:28 -07:00
CMakeLists.txt [cmake] Add TEST_SUITE_PROFILE_DIR to support out of build tree PGO Profile (#464) 2026-08-20 23:00:22 -07:00
CollectDebugInfoUsingLLDB.py [NFC][Py Reformat] Reformat python files in llvm-test-suite 2023-06-01 11:26:20 -07:00
CompareDebugInfo.py [NFC][Py Reformat] Reformat python files in llvm-test-suite 2023-06-01 11:26:20 -07:00
default.profraw Update benchmarks 2022-03-10 12:08:46 -08:00
default.reference_output Add/implement "default" reference output, to make it easier to add tests which 2010-12-03 16:04:03 +00:00
DiffOutput.sh Catch standard error output from the diff program into the diff file as 2006-10-18 19:40:26 +00:00
filepp Add support for "preprocessed FORTRAN" source *shudder* 2006-02-28 18:08:54 +00:00
FindMissingLineNo.py [NFC][Py Reformat] Reformat python files in llvm-test-suite 2023-06-01 11:26:20 -07:00
GenerateReport.pl numberic sort should not generate errors in perl, and remove dsa tests 2007-04-26 17:20:08 +00:00
HashProgramOutput.sh Add csum fallback to HashProgramOutput.sh 2021-04-08 17:27:12 -04:00
HTMLColDiff.pl Make HTMLColDiff properly show differences for non-numeric fields, it used to 2008-06-20 10:24:30 +00:00
instant.txt The nightly test scripts get confused by tests like siod that make 2012-02-23 17:02:50 +00:00
LICENSE.TXT The first commit of two importing the gfortran test suite into the repo. 2023-04-24 12:08:34 -06:00
lineinfo.xfail Add little test harness to measure and compare quality of linenumber information preserved by clang. It produces .lineinfo file, for example 2011-06-17 18:32:01 +00:00
lit.cfg Support collecting perf profiles remotely (#275) 2025-10-03 12:05:04 -04:00
lit.site.cfg.in [cmake] Add TEST_SUITE_PROFILE_DIR to support out of build tree PGO Profile (#464) 2026-08-20 23:00:22 -07:00
ModuleInfo.txt Make this depend on llvm-gcc-4.2 not 4.0. 2008-06-11 08:52:16 +00:00
ParseMultipleResults TEST=simple: Add support for tests which can generate multiple results. 2010-07-30 02:54:33 +00:00
PrintLineNo.sh Add little test harness to measure and compare quality of linenumber information preserved by clang. It produces .lineinfo file, for example 2011-06-17 18:32:01 +00:00
README.txt Update docu link; Add the O0 + O3 cmake cache 2018-08-31 22:09:57 +00:00
RunSafely.sh lit: Add module to produce and merge profile data for benchmarks compiled with -fprofile-instr-generate 2016-02-10 03:56:41 +00:00

LLVM "test-suite" Repository
----------------------------

Please see the LLVM testing infrastructure guide:

  https://llvm.org/docs/TestSuiteGuide.html

for more information on the contents of this repository.