aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt
AgeCommit message (Expand)Author
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
2023-06-13std.math: hard deprecate obsolete constants (soft deprecated in 0.10)Eric Joldasov
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-11remove the compiler-rt README fileAndrew Kelley
2023-05-11compiler_rt: fix ARM memset signaturesfrmdstryr
2023-04-28update a couple more callsites to `@memset`Andrew Kelley
2023-04-26compiler_rt: document ARM statusJan Philipp Hafer
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-20compiler_rt: README stubs for arbitrary precision big integer library routinesJan Philipp Hafer
2023-04-15compiler_rt: use default visibility for non-exported symbolsAndrew Kelley
2023-04-12never use C pointers!!Andrew Kelley
2023-04-05compiler_rt: change the abi of f16 on mac to depend on the other typeJacob Young
2023-04-05compiler_rt: attempt to fix f16 abi on mac with llvm 16Jacob Young
2023-03-07compiler_rt: fix rare case in udivei4Jacob Young
2023-02-24compiler_rt: declutter int.zig, add mulXi3 tests (#14623)matu3ba
2023-02-19compiler_rt: restructure compiler_rt.zig according to README.mdJan Philipp Hafer