summaryrefslogtreecommitdiff
path: root/lib/builtins/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-11-30Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine
2017-11-30Move x86-specific sources to x86-specific source lists.Sterling Augustine
2017-11-14[builtins] Include GENERIC_SOURCES in arm_SOURCES for MinGWMartin Storsjo
2017-11-07[WebAssembly] Include GENERIC_TF_SOURCES in wasm buildsSam Clegg
2017-08-30[builtins] Prevent duplicate definitions for overridden functionsFrancis Ricci
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-10[compiler-rt][ARM] Fix filtering of ARM targetsOleg Ranevskyy
2017-08-01Revert rL309634 until upstream buildbots have upgraded libc.Sterling Augustine
2017-07-31Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine
2017-07-12[builtins] Better Fuchsia supportPetr Hosek
2017-05-25Add generic __bswap[ds]i2 implementationsDimitry Andric
2017-05-25[cmake] Disable building emutls.c for baremetal targets.Catherine Moore
2017-05-15builtins: fix filtering aliased targetsSaleem Abdulrasool
2017-05-10[cmake] Disable building enable_execute_stack.c for baremetal targets.Catherine Moore
2017-05-06[builtins] Fixup emulated TLS for mingw.Martell Malone
2017-05-04[compiler-rt][mips] Add support for quad precision builtins for mips64Simon Dardis
2017-05-02Roll back r301831 to fix broken powerpc64le tests.Sterling Augustine
2017-05-01Add powerpc64 and powerpc64le to build infrastructure.Sterling Augustine
2017-04-25[builtins] Implement emulated TLS on Windows.Frederich Munch
2017-04-24Revert r301089 "[builtins] Implement emulated TLS on Windows."Hans Wennborg
2017-04-22[builtins] Implement emulated TLS on Windows.Frederich Munch
2017-04-07[builtins] Get the builtins tests passing on WindowsReid Kleckner
2017-04-06Add __ffssi2 implementation to compiler-rt builtinsDimitry Andric
2017-03-29[Builtin] Unxfail tests for armhfWeiming Zhao
2017-03-09Reapply r297382: "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington
2017-03-09Revert "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington
2017-03-09[compiler-rt][builtins] Add __isOSVersionAtLeast()Erik Pilkington
2017-02-06[Builtin][ARM] Implement addsf3/__aeabi_fadd for Thumb1Weiming Zhao
2017-01-30[Bultin][ARM] Make aeabi_uldivmod and aeabi_ldivmod be Thumb1 compatibleWeiming Zhao
2017-01-27[Builtin][ARM] Add Thumb1 support for aeabi_c{f,d}cmp.S and dcmp.SWeiming Zhao
2017-01-21[Bultin][ARM] Make aeabi_memset be Thumb1 compatible and other asmWeiming Zhao
2017-01-19[Builtin] [ARM] Update CMake to support the build of armv6mWeiming Zhao
2017-01-06[builtins] Implement __floattitf() & __floatuntitf()Michal Gorny
2016-12-01build: fix building for Windows after SVN r287465Saleem Abdulrasool
2016-11-29builtins: switch to c11 from c99Saleem Abdulrasool
2016-11-19builtins: Allow building windows arm functions for mingwMartin Storsjo
2016-10-28builtins: ensure that VISIBILITY_HIDDEN is defined properlySaleem Abdulrasool
2016-10-26[ARM RT] Fix broken clear_cache debug build on ARMRenato Golin
2016-09-01[CMake] Add option (defaulted off) to exclude atomic.cChris Bieneman
2016-08-23[builtins] Don't always use -ffreestanding when compiling builtinsFrancis Ricci
2016-08-22[compiler-rt] Use flags found when configuring builtins during compilationFrancis Ricci
2016-08-15[CMake] Renaming test variable to be consistentChris Bieneman
2016-08-12[CMake] If the compiler supports _Atomic include atomic.c in builtins librariesChris Bieneman
2016-08-05builtins: better categorisation of Thumb1 builtinsSaleem Abdulrasool
2016-08-04builtins: split out the EABI and VFP ARM sourcesSaleem Abdulrasool
2016-08-02[CMake] Load LLVMConfig for standalone build of builtinsJonas Hahnfeld
2016-07-25Revert "Enable cross-compilation across architectures on android"Chris Bieneman