aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt
AgeCommit message (Expand)Author
2022-12-05compiler_rt: avoid using weak aliasesAndrew Kelley
2022-11-30compiler-rt: disable some exports for ofmt=cVeikka Tuominen
2022-11-21rename lse_atomics.zig to aarch64_outline_atomics.zigAndrew Kelley
2022-11-21outline atomics: ret instead of jump to retAndrew Kelley
2022-11-21simplify outline atomicsAndrew Kelley
2022-11-21compiler_rt: add outlined lse atomics for aarch64Devin Singh
2022-11-16compiler_rt: fix TODOs in udivmod.zigEric Joldasov
2022-11-05Merge pull request #13101 from alichraghi/o4Andrew Kelley
2022-11-04all: rename i386 to x86Ali Chraghi
2022-11-03compiler_rt: fix duplicate symbol error when linking libc on arm64 WindowsJakub Konka
2022-10-30compiler_rt: fix gnu_f16_abi for i386-windowsAndrew Kelley
2022-10-27compiler_rt: fix memcmp wrong for some inputsAndrew Kelley
2022-10-27Merge pull request #13257 from topolarity/ctype-fixesAndrew Kelley
2022-10-22compiler_rt: Always export "standard" symbol namesCody Tapscott
2022-10-22update compiler_rt README and prettify itJan Philipp Hafer
2022-10-21Support compiling for the android NDK (#13245)Louis Pearson
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-17Merge pull request #11747 from Luukdegram/compiler-rtAndrew Kelley
2022-10-17emutls: add const to default_value fieldJacob Young
2022-10-15Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...Andrew Kelley
2022-10-15compiler_rt: Move mem implementations from c.zigLuuk de Gram
2022-10-13compiler_rt: Add missing `f16` functionsCody Tapscott
2022-10-12compiler_rt: apply protty suggestionsRobin Voetter
2022-10-12compiler_rt: cmpxchg-based atomic fetch/exchange for small typesRobin Voetter
2022-10-09compiler_rt: Fix `extendf_f80` bugCody Tapscott
2022-10-09compiler-rt: Implement mulXc3 and divXc3 functionsCody Tapscott
2022-09-27use @ptrCast to assigned generic type to default_valueJacob Young
2022-09-20std: add return address parameter to panic fnVeikka Tuominen
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-24Merge pull request #12574 from Vexu/remove-bit-op-type-paramAndrew Kelley
2022-08-23skip failing compiler-rt divxf3 tests on WindowsJakub Konka
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-08-04compiler_rt: update ABI for x86 float16 functionsAndrew Kelley
2022-08-02compiler_rt: use standard f16 function names on x86Andrew Kelley
2022-07-23stage2: implement `@setFloatMode`Veikka Tuominen
2022-07-13LLVM: implement signext/zeroext attributesAndrew Kelley
2022-07-11Sema: allow `void` as an extern union field & fix invalid extern unionsVeikka Tuominen
2022-07-10compiler_rt: Slightly re-factor exports for Windows x86-64Cody Tapscott
2022-07-10compiler_rt: Update Windows ABI for float<->int conversion routinesCody Tapscott
2022-07-07compiler_rt: enable __clear_cache for stage2Andrew Kelley
2022-07-06compiler_rt: RISC-V does not want gnu_f16_abiAndrew Kelley
2022-07-05compiler_rt: work around LLVM optimizing __muloti4 to call itselfAndrew Kelley
2022-06-30stage2: lower float negation explicitlyAndrew Kelley
2022-06-19compiler-rt: fix logic for choosing `__gnu_{f2h,h2f}_ieee`Jakub Konka
2022-06-17compiler-rt: fix logic for choosing `__gnu_{f2h,h2f}_ieee`Andrew Kelley
2022-06-17compiler-rt: fix aeabi logicAndrew Kelley
2022-06-17compiler-rt: finish cleanupsAndrew Kelley
2022-06-17compiler-rt: musl ABI also needs __gnu_f2h_ieee etcAndrew Kelley
2022-06-17compiler-rt: gedf2 and gesf2Andrew Kelley
2022-06-17compiler-rt: fix testsAndrew Kelley