summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.Rafael Espindola2009-11-091-1/+1
* Fix x86/x64 on Linux, Credit to Rafael Espindola.Edward O'Callaghan2009-11-048-5/+21
* Add DragonFly BSD to supported platforms list.Edward O'Callaghan2009-11-011-0/+4
* Fix DragonFly BSD define in compiler-rt.Edward O'Callaghan2009-11-011-1/+1
* Fix CMakeLists.txt comment.Edward O'Callaghan2009-10-311-1/+1
* add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARMNick Kledzik2009-10-292-1/+46
* Nested function test in compiler-rt should not be run under Clang.Edward O'Callaghan2009-10-291-19/+28
* Fix test suit for last CMake changes to CompilerRT.Edward O'Callaghan2009-10-291-1/+2
* Update CMake build system with target arch source file lists.Edward O'Callaghan2009-10-291-35/+50
* Work around strictness in gcc 4.4.1 casting a function pointer to void *Shantonu Sen2009-10-282-11/+11
* Add stdlib.h for rand() prototypeShantonu Sen2009-10-283-0/+3
* Update web docs for cmake test suit, comment out broken test.Edward O'Callaghan2009-10-282-1/+4
* Fix cmake test suit for compiler-rt.Edward O'Callaghan2009-10-273-2/+4
* Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...Daniel Dunbar2009-10-2756-134/+66
* Add assembly.h for use in .S files.Daniel Dunbar2009-10-2761-4/+120
* Update some .S file headers.Daniel Dunbar2009-10-274-4/+4
* Fix tests broken by removal of de-anonyomizing structs.Daniel Dunbar2009-10-2734-47/+48
* Remove duplicate copy of int_lib.h, and update test script to find copy insid...Daniel Dunbar2009-10-274-173/+28
* Add .gitignore file.Daniel Dunbar2009-10-271-0/+3
* Comment out broken tests and make the rest build in cmake build system.Edward O'Callaghan2009-10-175-56/+51
* Improve doc readability.Edward O'Callaghan2009-10-061-7/+1
* Update compiler-rt online docs to reflex recent work and testing.Edward O'Callaghan2009-10-061-0/+6
* If the compiler does not support GCC-compatibleShantonu Sen2009-09-231-3/+13
* Keep on castin', in the name of -pedanticShantonu Sen2009-09-231-5/+5
* Note about compiler-rt only building on Darwin no longer applies.Edward O'Callaghan2009-09-231-3/+0
* Update site information to reflect using cmake to build compiler-rt and not l...Edward O'Callaghan2009-09-231-1/+4
* CMake should only pass GCC options to GCC.Edward O'Callaghan2009-09-231-2/+4
* We don't need a C++ compiler to build Blocks, Don't check for one.Edward O'Callaghan2009-09-231-1/+1
* Fix compile time warning: format '%#lx' expects type 'long unsigned int', but...Edward O'Callaghan2009-09-231-5/+5
* Improve readability.Edward O'Callaghan2009-09-231-70/+78
* 1) Remove cmake-specific #define usage from the exportedShantonu Sen2009-09-228-54/+83
* update make rules so libcompiler-rt can be built for armv6 the Apple wayNick Kledzik2009-09-182-6/+21
* add support for __switch* needed for switch statements in thumb codegenNick Kledzik2009-09-181-0/+93
* add conversion functions and test cases for ARMNick Kledzik2009-09-1420-0/+712
* Update cmake files for arm support hooks.Edward O'Callaghan2009-09-143-1/+2
* fix typo in commentNick Kledzik2009-09-131-1/+1
* Add Blocks support to CMake build system.Edward O'Callaghan2009-09-121-1/+1
* Fix include path to config.h for CMake build system.Edward O'Callaghan2009-09-121-0/+4
* GCC atomic built-ins are available patch to Blocks. - Credit to Bobby Powers.Edward O'Callaghan2009-09-121-8/+23
* Generalize Blocks code and intergrate with cmake build system more.Edward O'Callaghan2009-09-124-16/+29
* add comparison functions for ARMNick Kledzik2009-09-1236-0/+1328
* rename filesNick Kledzik2009-09-118-372/+0
* add _test in file namesNick Kledzik2009-09-118-0/+372
* start adding implementation of arm *vfp routines with test casesNick Kledzik2009-09-1117-12/+587
* use HAS_80_BIT_LONG_DOUBLE so some tests work properly on armNick Kledzik2009-09-116-20/+21
* Stub out structure for building armv{6,7} libs.Daniel Dunbar2009-09-103-2/+24
* Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar2009-09-104-6/+11
* Include universal build step in 'make {Debug,Release,Profile}' targets.Daniel Dunbar2009-09-101-0/+3
* Support building for a single target architecture.Daniel Dunbar2009-09-033-6/+44
* Use -lc -lm to link with (in tests) on non-Darwin.Daniel Dunbar2009-09-031-1/+4
OpenPOWER on IntegriCloud