aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/common.zig
AgeCommit message (Expand)Author
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