summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins
Commit message (Expand)AuthorAgeFilesLines
* [RISCV-V] Provide muldi3 builtin assembly implementationkamlesh kumar2020-06-253-19/+46
* Revert "Revert 1689ad27af5 "[builtins] Implement rounding mode support for i3...Yi Kong2019-11-272-0/+46
* [PowerPC][compiler-rt][builtins]Add __fixtfti builtin on PowerPCLei Huang2019-11-252-0/+39
* [compiler-rt] Don't check XCR0 when detecting avx512 on Darwin.Florian Hahn2019-11-211-0/+8
* Revert 1689ad27af5 "[builtins] Implement rounding mode support for i386/x86_64"Hans Wennborg2019-11-192-40/+0
* [X86] Add AMD Matisse (znver2) model number to getHostCPUName and compiler-rt...Craig Topper2019-11-181-2/+2
* [builtins] Implement rounding mode support for i386/x86_64Yi Kong2019-11-182-0/+40
* [PowerPC][compiler-rt][builtins]Fix __fixunstfti builtin on PowerPCLei Huang2019-11-081-2/+12
* [Builtins] Fix bug where powerpc builtins specializations didn't remove gener...Dan Liew2019-10-301-11/+11
* [AArch64][Builtins] Avoid unnecessary cache cleaningBryan Chan2019-10-281-13/+23
* [mips] [builtins] Remove clear_mips_cacheZoran Jovanovic2019-10-171-50/+0
* [builtins] Unbreak build on FreeBSD armv7 after D60351David Carlier2019-10-082-3/+9
* Fix int to bool errors exposed due to r372612.Rumeet Dhindsa2019-09-243-4/+4
* compiler-rt: use fp_t instead of long double, for consistencyEd Maste2019-09-094-4/+4
* Revert "Revert "[builtins] Rounding mode support for addxf3/subxf3""Yi Kong2019-09-0512-16/+199
* [X86] Add support for avx512bf16 for __builtin_cpu_supports and compiler-rt's...Craig Topper2019-09-041-1/+7
* Move a break into the correct place. NFCI.Peter Collingbourne2019-08-231-1/+1
* Fix Wnewline-eof after r368598Nico Weber2019-08-122-2/+2
* [builtins] MSVC warning disable for clean buildMatthew G McGovern2019-08-125-0/+55
* Revert "[sanitizers] MSVC warning disable for clean build" and follow-up that...Eric Christopher2019-08-095-54/+0
* Fix compilation after SVN r368476Martin Storsjo2019-08-091-0/+1
* [sanitizers] MSVC warning disable for clean buildMatthew G McGovern2019-08-095-0/+53
* BMI2 support is indicated in bit eight of EBX, not nine.Eric Christopher2019-08-051-1/+1
* gn build: Fix redundant object files in builtin lib.Nico Weber2019-07-311-18/+0
* [compiler-rt][builtins] Provide __clear_cache for SPARCRainer Orth2019-07-231-0/+10
* [builtins] Fix assembly in arm sync-ops.hNikita Popov2019-07-121-1/+1
* Enable compiler-rt on SPARCRainer Orth2019-07-122-2/+5
* [builtins] Use libtool for builtins when building for Apple platformPetr Hosek2019-06-041-0/+3
* builtins: correct function name for AEABISaleem Abdulrasool2019-06-031-2/+2
* [builtins] Move the compare2f definition outside of the macroPetr Hosek2019-05-291-11/+19
* [X86] Add more icelake model numbers to compiler-rt implementation of __built...Craig Topper2019-05-221-0/+8
* [builtins] Deduplicate __eqsf2 and __gtsf2 via macroPetr Hosek2019-05-201-77/+30
* [X86] Add icelake-client and tremont model numbers to compiler-rt's implement...Craig Topper2019-05-201-0/+9
* [NFC][compiler-rt][builtins] Tidy and match comments for floating point opera...Leonard Chan2019-05-099-102/+94
* Avoid duplicate function aliases on MinGW after SVN r359835Martin Storsjo2019-05-032-4/+6
* Fix check-builtins on Windows after alias changesReid Kleckner2019-05-022-0/+16
* [builtins] Use __APPLE__ instead of __MACH__ in checkPetr Hosek2019-04-291-1/+1
* [builtins] Fix the missing assembly on DarwinPetr Hosek2019-04-291-1/+1
* [builtins] Fix the typo in the preprocessor checkPetr Hosek2019-04-291-1/+1
* [builtins] Use aliases for function redirectsPetr Hosek2019-04-2941-95/+85
* [builtins] Use single line C++/C99 comment stylePetr Hosek2019-04-28240-3869/+3489
* [builtins] Reformat builtins with clang-formatPetr Hosek2019-04-28193-5873/+5341
* [builtins] Build x86_64 with GENERIC_TF_SOURCESYi Kong2019-04-181-0/+1
* [builtins] Add __cmpsf2 for ARM version of comparesf2Yi Kong2019-04-171-0/+5
* [gn] Support for building compiler-rt builtinsPetr Hosek2019-04-051-81/+111
* Remove unneeded ymath.h include from int_math.hReid Kleckner2019-04-041-1/+0
* Revert "[builtins] Rounding mode support for addxf3/subxf3"Yi Kong2019-03-2712-198/+15
* [builtins] Rounding mode support for addxf3/subxf3Yi Kong2019-03-2612-15/+198
* Fix typos in compiler-rt/lib/builtins/atomic.cHubert Tong2019-03-231-1/+10
* Make __cpu_model a hidden symbol, to match libgcc.Sterling Augustine2019-03-201-0/+10
OpenPOWER on IntegriCloud