aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt
AgeCommit message (Expand)Author
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-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
2022-06-17compiler-rt: use callconv(.AAPCS) on all __aeabi_ functionsAndrew 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: correctly export allrem and aullrem for i386-windows-msvcJakub Konka
2022-06-17compiler_rt: use single cache for libcompiler_rt.a static libJakub Konka
2022-06-17compiler_rt: compile each unit separately for improved archivingJakub Konka
2022-06-03compiler_rt: fix infinite loopVeikka Tuominen
2022-05-17Simplify `Copysign`alice
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-08compiler_rt: avoid weak aliases on WindowsAndrew Kelley
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley