aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/common.zig
AgeCommit message (Expand)Author
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-01-04Enable gnu_f16_abi on x86_64Anubhab Ghosh
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
2023-09-19compiler_rt: fight off `@as` invasionJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-04-15compiler_rt: use default visibility for non-exported symbolsAndrew 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-02-24compiler_rt: declutter int.zig, add mulXi3 tests (#14623)matu3ba
2022-12-28compiler-rt: Set the symbol visibilityLuuk de Gram
2022-12-06compiler_rt: don't use the llvm windows v2u64 abi with the C backendJacob Young
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-30compiler_rt: fix gnu_f16_abi for i386-windowsAndrew Kelley
2022-10-21Support compiling for the android NDK (#13245)Louis Pearson
2022-09-20std: add return address parameter to panic fnVeikka Tuominen
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
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-13LLVM: implement signext/zeroext attributesAndrew Kelley
2022-07-10compiler_rt: Slightly re-factor exports for Windows x86-64Cody Tapscott
2022-07-06compiler_rt: RISC-V does not want gnu_f16_abiAndrew 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: musl ABI also needs __gnu_f2h_ieee etcAndrew Kelley
2022-06-17compiler-rt: move SPARC functions into appropriate compilation unitsAndrew Kelley
2022-06-17compiler-rt: break up functions even moreAndrew Kelley
2022-06-17compiler_rt: compile each unit separately for improved archivingJakub Konka