summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use -arch on non-Darwin.Daniel Dunbar2009-09-031-2/+13
* Convert tabs to spaces.Daniel Dunbar2009-09-031-32/+32
* Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing.Edward O'Callaghan2009-09-031-0/+4
* Fix some files that got left behind in early changeset to unnamed unions fix....Edward O'Callaghan2009-09-0315-33/+33
* Add support for ellcc, Credit to Richard Pennington.Edward O'Callaghan2009-08-182-2/+2
* Fix testsuit build on linux.Edward O'Callaghan2009-08-181-1/+1
* Fix pre-processor mistake for BSDs in endianness.hEdward O'Callaghan2009-08-182-2/+2
* Temporary define HAVE_SYSCONF until cmake checks are done.Edward O'Callaghan2009-08-101-0/+2
* Fix a FIXME for configure check for HAVE_SYSCONF.Edward O'Callaghan2009-08-102-4/+12
* fix build on linuxNuno Lopes2009-08-092-2/+2
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-0947-546/+603
* Optimized versions now buildable on Solaris.Edward O'Callaghan2009-08-085-15/+28
* Fix signedness warning in mprotect call, Clean up and improve endianness.h he...Edward O'Callaghan2009-08-084-52/+111
* Code style and Readability fixes. Credit to Craig van Vliet.Edward O'Callaghan2009-08-0755-1137/+1248
* Forgot to add new endianness.h header file.Edward O'Callaghan2009-08-051-0/+65
* Refactor test suit endianness pre-processor code. More style and readability ...Edward O'Callaghan2009-08-054-118/+80
* Next batch of C++ to C comment style changes. Also improve and factor out end...Edward O'Callaghan2009-08-0516-296/+339
* Fixup C++ style comments are not allowed in ISO C90 to classic C style.Edward O'Callaghan2009-08-0533-646/+720
* Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan2009-08-0511-161/+209
* Some compiler-rt www site improvements.Edward O'Callaghan2009-08-041-8/+34
* Refactor out common pre-processor code.Edward O'Callaghan2009-08-047-24/+5
* Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan2009-08-0313-9/+103