aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt
AgeCommit message (Expand)Author
2024-08-28compiler_rt: Export arm div helpers with correct names for thumb-linux-gnu.Alex Rønne Petersen
2024-08-28compiler_rt: Implement __chkstk() for thumb-windows-gnu.Alex Rønne Petersen
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-12compiler-rt: Fix the leoncasa CPU feature check for sparc32.Alex Rønne Petersen
2024-08-10loongarch: add __clear_cache builtin implementation (#21008)YANG Xudong
2024-08-01std.Target: Rework isPPC()/isPPC64() functions.Alex Rønne Petersen
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-07-23compiler_rt: disable test for stage2_wasmPavel Verigo
2024-07-22compiler_rt: wasm miss float exceptionsPavel Verigo
2024-07-11Update `__chkstk_ms` to have weak linkage (#20138)Ryan Sepassi
2024-06-16stage2-wasm: bit_reversePavel Verigo
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-03-20bsd: followup to std.posix extraction from std.osMichael Dusan
2024-03-15bsd: debitrot AtomicOrder renamesMichael Dusan
2024-03-14chore: Fix some typosAhmed
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-02-12x86_64: fix compiler_rt testsJacob Young
2024-02-12x86_64: implement mul, div, and mod of large integersJacob Young
2024-02-08Replace std.rand references with std.Randome4m2
2024-02-05compiler_rt: avoid referencing symbol on versions where it doesn't existJacob Young
2024-01-04Enable gnu_f16_abi on x86_64Anubhab Ghosh
2023-11-23Deprecate math.doNotOptimizeAway, use mem.doNotOptimizeAway (#18011)John Benediktsson
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-10compiler_rt: provide strncpy impl for sspAndrew Kelley
2023-11-10move libssp into libcompiler_rtAndrew Kelley
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-28Merge pull request #17727 from ziglang/elf-memory-deferredJakub Konka
2023-10-28compiler_rt/emutls: remove unnecessary `@ptrCast` (#17755)XXIV
2023-10-27x86_64: fix c abi test failuresJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-compiler-rt testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-21compiler_rt: arm frsub, drsub with tests (#17629)matu3ba
2023-10-20compiler_rt: add tests for arm routines (#17573)matu3ba
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
2023-09-19compiler_rt: fight off `@as` invasionJacob Young
2023-09-19compiler_rt: fix fp sub being optimized to call itselfJacob Young
2023-08-21compiler_rt: fix f80 comparisonsCarl Åstholm
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-07-31std: finish cleanup up asmJacob Young