aboutsummaryrefslogtreecommitdiff
path: root/lib/builtins
AgeCommit message (Expand)Author
2019-07-12[builtins] Fix assembly in arm sync-ops.hNikita Popov
2019-07-12Enable compiler-rt on SPARCRainer Orth
2019-06-04[builtins] Use libtool for builtins when building for Apple platformPetr Hosek
2019-06-03builtins: correct function name for AEABISaleem Abdulrasool
2019-05-29[builtins] Move the compare2f definition outside of the macroPetr Hosek
2019-05-22[X86] Add more icelake model numbers to compiler-rt implementation of __built...Craig Topper
2019-05-20[builtins] Deduplicate __eqsf2 and __gtsf2 via macroPetr Hosek
2019-05-20[X86] Add icelake-client and tremont model numbers to compiler-rt's implement...Craig Topper
2019-05-09[NFC][compiler-rt][builtins] Tidy and match comments for floating point opera...Leonard Chan
2019-05-03Avoid duplicate function aliases on MinGW after SVN r359835Martin Storsjo
2019-05-02Fix check-builtins on Windows after alias changesReid Kleckner
2019-04-29[builtins] Use __APPLE__ instead of __MACH__ in checkPetr Hosek
2019-04-29[builtins] Fix the missing assembly on DarwinPetr Hosek
2019-04-29[builtins] Fix the typo in the preprocessor checkPetr Hosek
2019-04-29[builtins] Use aliases for function redirectsPetr Hosek
2019-04-28[builtins] Use single line C++/C99 comment stylePetr Hosek
2019-04-28[builtins] Reformat builtins with clang-formatPetr Hosek
2019-04-18[builtins] Build x86_64 with GENERIC_TF_SOURCESYi Kong
2019-04-17[builtins] Add __cmpsf2 for ARM version of comparesf2Yi Kong
2019-04-05[gn] Support for building compiler-rt builtinsPetr Hosek
2019-04-04Remove unneeded ymath.h include from int_math.hReid Kleckner
2019-03-27Revert "[builtins] Rounding mode support for addxf3/subxf3"Yi Kong
2019-03-26[builtins] Rounding mode support for addxf3/subxf3Yi Kong
2019-03-23Fix typos in compiler-rt/lib/builtins/atomic.cHubert Tong
2019-03-20Make __cpu_model a hidden symbol, to match libgcc.Sterling Augustine
2019-03-19[builtins] Divide shouldn't underflow if rounded result would be normal.Eli Friedman
2019-02-26[X86] Add 'znver2' and 'cascadelake' support to __cpu_indicator_init.Craig Topper
2019-01-23[builtins] Do not set hidden attribute on AndroidYi Kong
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan
2019-01-10[compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan
2018-12-10[builtins] Remove trailing whitespaces, NFCYi Kong
2018-11-24[X86][compiler-rt] Add missing semicolonBenjamin Kramer
2018-11-24[X86] Make conversion of feature bits into a mask explicitly unsigned by usin...Craig Topper
2018-11-24[X86][compiler-rt] Attempt to fix a warning about a shift amount being negati...Craig Topper
2018-11-16Revert "Cast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr"Kamil Rytarowski
2018-11-16Cast the 2nd argument of _Unwind_SetIP() to _Unwind_PtrKamil Rytarowski
2018-11-16Cast _Unwind_GetIP() and _Unwind_GetRegionStart() to uintptr_tKamil Rytarowski
2018-11-01Compile and test i128 math builtins for Win64Reid Kleckner
2018-10-30[builtins] Re-enable x86-only long double testsReid Kleckner
2018-10-29[compiler-rt][builtins] Don't #include CoreFoundation in os_version_check.cErik Pilkington
2018-10-29[builtins] Fix -Wunused-local-typedef warning in compile time assertsReid Kleckner
2018-10-20[X86][compiler-rt] Add additional CPUs and features to the cpu detection to m...Craig Topper
2018-10-02[Arm builtins] Remove non-necessary IS checkKristina Brooks
2018-09-24[compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid...Jordan Rupprecht
2018-09-20[builtins] Add __emutls_unregister_key functionYi Kong
2018-09-18[builtins] Fix c?zdi2 on sparc64/Linux and ignore riscv32Kristina Brooks
2018-09-08Switch to using a reserved identifier for this internal compiler-rt function.Richard Smith
2018-09-06ARM: wrap call to __clzsi2 so that the name is correct on MachO.Tim Northover