about summary refs log tree commit diff
path: root/library/compiler-builtins/ci
AgeCommit message (Expand)AuthorLines
2025-07-10Upgrade `iai-callgrind` to 0.15Trevor Gross-1/+1
2025-07-04symcheck: Make `target` a positional argumentTrevor Gross-15/+12
2025-06-10ci: Fix a typo that was causing a command failureTrevor Gross-1/+1
2025-06-04Replace the musl submodule with a download scriptTrevor Gross-0/+15
2025-06-02ci: Refactor benchmark regression checksTrevor Gross-74/+29
2025-05-29ci: Allow for multiple icount benchmarks in the same runTrevor Gross-6/+27
2025-05-29Run `builtins-test-intrinsics` when possibleTrevor Gross-10/+20
2025-05-29Replace the `nm` symbol check with a Rust implementationTrevor Gross-108/+17
2025-05-05ci: Mention `ci: skip-extensive` in the error messageTrevor Gross-1/+3
2025-04-21ci: Fix extensive testsTrevor Gross-0/+24
2025-04-20ci: Clean up workflow file and docker scriptTrevor Gross-6/+7
2025-04-20ci: Use lowercase for bash locals, fix shellcheckTrevor Gross-5/+7
2025-04-20ci: Skip testing libm in PRs if it did not changeTrevor Gross-14/+40
2025-04-20ci: Add `/cargo/bin` to the path in DockerTrevor Gross-2/+4
2025-04-20ci: Enable testing of `libm` cratesTrevor Gross-21/+146
2025-04-20Enable icount benchmarks in CITrevor Gross-0/+474
2025-04-19Add remaining `libm` crates to the workspaceTrevor Gross-8/+8
2025-04-19Move builtins-test-intrinsics out of the workspaceTrevor Gross-8/+11
2025-04-19ci: Update `ci/run-docker.sh` to match libmTrevor Gross-55/+69
2025-04-18ci: Make CI configuration more similar to `libm`Trevor Gross-26/+81
2025-04-18Rename `testcrate` to `builtins-test`Trevor Gross-4/+4
2025-03-22copy_misaligned_words: avoid out-of-bounds accesses (#799)Ralf Jung-0/+16
2025-03-19Switch repository layout to use a virtual manifestTrevor Gross-3/+3
2025-03-18Add a script for downloading compiler-rtTrevor Gross-0/+10
2025-03-18Move `examples/intrinsics.rs` to its own crateTrevor Gross-9/+9
2024-11-01ci: add support for loongarch64-unknown-linux-gnuWANG Rui-0/+13
2024-10-02Add riscv64gc to CITrevor Gross-0/+13
2024-09-28Fix some warnings from shellcheckTrevor Gross-16/+29
2024-06-22Fix unset variables in the build scriptTrevor Gross-3/+3
2024-06-22Update the Ubuntu docker image to the latest versionTrevor Gross-19/+19
2024-05-24Enable cache for Docker imagesTrevor Gross-1/+13
2024-05-24Add benchmarks for floating point mathTrevor Gross-1/+5
2024-05-21Only run `--features c` for verbatim testHenry Wang-9/+1
2024-05-21verbatim tests only need to buildtheKidOfArcrania-1/+1
2024-05-21Properly escape /C and fix namingtheKidOfArcrania-3/+3
2024-05-21Instead have cmd.exe dump out paththeKidOfArcrania-11/+10
2024-05-21Fix backslashtheKidOfArcrania-1/+1
2024-05-21Use cmd.exetheKidOfArcrania-9/+11
2024-05-21Fix CItheKidOfArcrania-1/+1
2024-05-21Add tests for UNC paths on windows buildstheKidOfArcrania-0/+12
2024-05-15Enable no-fail-fast for more usable test outputTrevor Gross-1/+1
2024-05-11Deny warnings in CITrevor Gross-0/+1
2024-05-02Add builtins for `f16`/`f128` float conversionsbeetrees-0/+4
2024-04-19Apply some more fixes suggested by ShellcheckTrevor Gross-30/+36
2024-04-19Add a way to run tests on non-linux machinesTrevor Gross-67/+151
2024-03-28Remove duplicate symbol workaroundtrevyn-5/+0
2024-03-28Clean up and rework CI scriptAmanieu d'Antras-30/+36
2024-01-09build: Allow building C compiler-rt fallbacks for wasmtrevyn-1/+2
2022-02-06Fix run-docker.sh so it can be run locallyAmanieu d'Antras-1/+1
2020-11-09Move from an "asm" flag to a "no-asm" feature flag (#386)Joseph Richey-4/+4