summaryrefslogtreecommitdiff
path: root/lib/builtins
Commit message (Expand)AuthorAgeFilesLines
* [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
* [builtins] Divide shouldn't underflow if rounded result would be normal.Eli Friedman2019-03-193-0/+36
* [X86] Add 'znver2' and 'cascadelake' support to __cpu_indicator_init.Craig Topper2019-02-261-6/+20
* [builtins] Do not set hidden attribute on AndroidYi Kong2019-01-231-2/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19331-1282/+993
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1914-30/+42
* [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan2019-01-102-0/+49
* [compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan2019-01-102-0/+107
* [builtins] Remove trailing whitespaces, NFCYi Kong2018-12-102-43/+43
* [X86][compiler-rt] Add missing semicolonBenjamin Kramer2018-11-241-1/+1
* [X86] Make conversion of feature bits into a mask explicitly unsigned by usin...Craig Topper2018-11-241-6/+6