summaryrefslogtreecommitdiff
path: root/lib/builtins
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.Roman Lebedev2018-05-011-2/+2
* [PATCH] [compiler-rt, RISCV] Support builtins for RISC-VShiva Chen2018-03-013-1/+35
* [RISCV] Force enable int128 for compiling long double routinesMandeep Singh Grang2018-02-281-0/+6
* [builtins] Workaround for infinite recursion in c?zdi2Jonas Devlieghere2018-02-082-0/+12
* [builtins] Align addresses to cache lines in __clear_cache for aarch64Martin Storsjo2018-01-241-2/+4
* [compiler-rt] Implement __clear_cache() on OpenBSD/mips64Kamil Rytarowski2018-01-201-0/+7
* [builtins] Use FlushInstructionCache on windows on aarch64 as wellMartin Storsjo2018-01-191-2/+2
* Fix PR35739: chkstk and chkst2 should only be built for WindowsDimitry Andric2017-12-241-4/+0
* [builtins] Implement __chkstk for arm64 windowsMartin Storsjo2017-12-202-0/+40
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-1/+1
* Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine2017-11-301-0/+14
* Move x86-specific sources to x86-specific source lists.Sterling Augustine2017-11-301-13/+22
* Fix the MIPS baremetal buildAlexander Richardson2017-11-301-2/+2
* [X86] Add cpu detection for cannonlake.Craig Topper2017-11-191-0/+7
* [builtins] Include GENERIC_SOURCES in arm_SOURCES for MinGWMartin Storsjo2017-11-141-0/+1
* [Builtins] Do not use tailcall for Thumb1Weiming Zhao2017-11-094-0/+30
* [WebAssembly] Include GENERIC_TF_SOURCES in wasm buildsSam Clegg2017-11-071-2/+6
* [X86] Add Knights Mill CPU to cpu_indicator support to match libgcc.Craig Topper2017-10-111-0/+5
* [compiler-rt] Add back ARM EABI aliases where legal.Eli Friedman2017-10-0340-82/+145
* [builtins] ARM: Reland fix for assembling builtins in thumb state.Manoj Gupta2017-10-023-4/+15
* [builtins] ARM: Revert r314284, r314285 and r314289Manoj Gupta2017-09-273-9/+4
* [ARM] builtins: Replace abort by assert in clear_cache.Manoj Gupta2017-09-271-3/+2
* [builtins] fix build error on non-ARM for r314285.Manoj Gupta2017-09-271-0/+1
* [Builtins] ARM: Fix assembling files in thumb mode.Manoj Gupta2017-09-271-2/+6