summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Builtins] ARM: Fix msr assembly instruction use for Thumb2.Manoj Gupta2017-09-272-2/+2
* [Builtins] Use 4 byte alignment for __aeabi_memclr.Manoj Gupta2017-09-261-0/+1
* [builtins] Prevent duplicate definitions for overridden functionsFrancis Ricci2017-08-301-6/+6
* Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-281-7/+1
* Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+7
* [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-7/+1
* [ARM][Compiler-rt] Fix AEABI builtins to correctly pass arguments to non-AEAB...Oleg Ranevskyy2017-08-232-0/+18
* Revert "builtins: erase `struct` modifier for EH personality"Saleem Abdulrasool2017-08-221-25/+17
* builtins: erase `struct` modifier for EH personalitySaleem Abdulrasool2017-08-221-17/+25
* [builtins] fix build error on non-ARM for r310884Weiming Zhao2017-08-141-0/+2
* [builtins][ARM] Select correct code fragments when compiling for Thumb1/Thum2...Weiming Zhao2017-08-1416-128/+95
* [compiler-rt][ARM] Fix filtering of ARM targetsOleg Ranevskyy2017-08-101-2/+6
* [builtins] Use Interlocked* intrinsics for atomics on MSVCMartin Storsjo2017-08-031-8/+6
* This ppc64 implementation of clear_cache works for both big and little endian.Sterling Augustine2017-08-021-1/+1
* Revert rL309634 until upstream buildbots have upgraded libc.Sterling Augustine2017-08-012-15/+1
* Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine2017-07-312-1/+15
OpenPOWER on IntegriCloud