summaryrefslogtreecommitdiff
path: root/lib/builtins
Commit message (Expand)AuthorAgeFilesLines
* [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
* [X86][compiler-rt] Attempt to fix a warning about a shift amount being negati...Craig Topper2018-11-241-6/+6
* Revert "Cast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr"Kamil Rytarowski2018-11-161-1/+1
* Cast the 2nd argument of _Unwind_SetIP() to _Unwind_PtrKamil Rytarowski2018-11-161-1/+1
* Cast _Unwind_GetIP() and _Unwind_GetRegionStart() to uintptr_tKamil Rytarowski2018-11-161-3/+2
* Compile and test i128 math builtins for Win64Reid Kleckner2018-11-011-1/+10
* [builtins] Re-enable x86-only long double testsReid Kleckner2018-10-301-0/+12
* [compiler-rt][builtins] Don't #include CoreFoundation in os_version_check.cErik Pilkington2018-10-291-8/+33
* [builtins] Fix -Wunused-local-typedef warning in compile time assertsReid Kleckner2018-10-291-1/+1
* [X86][compiler-rt] Add additional CPUs and features to the cpu detection to m...Craig Topper2018-10-201-35/+78
* [Arm builtins] Remove non-necessary IS checkKristina Brooks2018-10-022-10/+2
* [compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid...Jordan Rupprecht2018-09-246-10/+77
* [builtins] Add __emutls_unregister_key functionYi Kong2018-09-201-0/+13
* [builtins] Fix c?zdi2 on sparc64/Linux and ignore riscv32Kristina Brooks2018-09-182-4/+14
* Switch to using a reserved identifier for this internal compiler-rt function.Richard Smith2018-09-082-7/+7
* ARM: wrap call to __clzsi2 so that the name is correct on MachO.Tim Northover2018-09-061-1/+1
* [macOS] stop generating the libclang_rt.10.4.a library for macOS 10.4Alex Lorenz2018-08-081-137/+0
* [cmake] [ARM] Exclude any VFP builtins if VFP is not supportedAzharuddin Mohammed2018-07-301-0/+9
* [builtins] Implement the __chkstk function for ARM for MinGWMartin Storsjo2018-07-172-0/+35
* Fix bots after r334981Francis Visoiu Mistrih2018-06-191-19/+19
* Fixing os_version_check.c to be actual C sourceChris Bieneman2018-06-181-27/+50
* [compiler-rt] [builtins] Don't build __atomic_* by default.Eli Friedman2018-06-141-2/+2
* [builtins] Delay emutls deallocation for one roundRyan Prichard2018-06-121-11/+41
* [builtins] emutls cleanup: determine header size using sizeofRyan Prichard2018-06-121-6/+7
* Revert "[cmake] [ARM] Check if VFP is supported before including any VFP buil...Azharuddin Mohammed2018-05-241-14/+5
* [cmake] [ARM] Check if VFP is supported before including any VFP builtinsAzharuddin Mohammed2018-05-241-5/+14
* Add basic compiler-rt builtins support for hexagon.Sid Manning2018-05-0931-0/+5467