aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt
AgeCommit message (Expand)Author
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
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-18compiler_rt: fixup exports of PPC routinesJan Philipp Hafer
2023-06-17Merge pull request #15265 from tiehuis/optimize-udivmodAndrew Kelley
2023-06-16compiler_rt: add missing PPC routinesJan Philipp Hafer
2023-06-17disable udivmod asm divq on windowsMarc Tiehuis
2023-06-17optimize udivmodMarc Tiehuis
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91