| Commit message (Expand) | Author | Age | Files | Lines |
* | If the compiler does not support GCC-compatible | Shantonu Sen | 2009-09-23 | 1 | -3/+13 |
* | Keep on castin', in the name of -pedantic | Shantonu Sen | 2009-09-23 | 1 | -5/+5 |
* | Note about compiler-rt only building on Darwin no longer applies. | Edward O'Callaghan | 2009-09-23 | 1 | -3/+0 |
* | Update site information to reflect using cmake to build compiler-rt and not l... | Edward O'Callaghan | 2009-09-23 | 1 | -1/+4 |
* | CMake should only pass GCC options to GCC. | Edward O'Callaghan | 2009-09-23 | 1 | -2/+4 |
* | We don't need a C++ compiler to build Blocks, Don't check for one. | Edward O'Callaghan | 2009-09-23 | 1 | -1/+1 |
* | Fix compile time warning: format '%#lx' expects type 'long unsigned int', but... | Edward O'Callaghan | 2009-09-23 | 1 | -5/+5 |
* | Improve readability. | Edward O'Callaghan | 2009-09-23 | 1 | -70/+78 |
* | 1) Remove cmake-specific #define usage from the exported | Shantonu Sen | 2009-09-22 | 8 | -54/+83 |
* | update make rules so libcompiler-rt can be built for armv6 the Apple way | Nick Kledzik | 2009-09-18 | 2 | -6/+21 |
* | add support for __switch* needed for switch statements in thumb codegen | Nick Kledzik | 2009-09-18 | 1 | -0/+93 |
* | add conversion functions and test cases for ARM | Nick Kledzik | 2009-09-14 | 20 | -0/+712 |
* | Update cmake files for arm support hooks. | Edward O'Callaghan | 2009-09-14 | 3 | -1/+2 |
* | fix typo in comment | Nick Kledzik | 2009-09-13 | 1 | -1/+1 |
* | Add Blocks support to CMake build system. | Edward O'Callaghan | 2009-09-12 | 1 | -1/+1 |
* | Fix include path to config.h for CMake build system. | Edward O'Callaghan | 2009-09-12 | 1 | -0/+4 |
* | GCC atomic built-ins are available patch to Blocks. - Credit to Bobby Powers. | Edward O'Callaghan | 2009-09-12 | 1 | -8/+23 |
* | Generalize Blocks code and intergrate with cmake build system more. | Edward O'Callaghan | 2009-09-12 | 4 | -16/+29 |
* | add comparison functions for ARM | Nick Kledzik | 2009-09-12 | 36 | -0/+1328 |
* | rename files | Nick Kledzik | 2009-09-11 | 8 | -372/+0 |
* | add _test in file names | Nick Kledzik | 2009-09-11 | 8 | -0/+372 |
* | start adding implementation of arm *vfp routines with test cases | Nick Kledzik | 2009-09-11 | 17 | -12/+587 |
* | use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm | Nick Kledzik | 2009-09-11 | 6 | -20/+21 |
* | Stub out structure for building armv{6,7} libs. | Daniel Dunbar | 2009-09-10 | 3 | -2/+24 |
* | Unbreak building of assembly files (broken by my .s -> .S rename). | Daniel Dunbar | 2009-09-10 | 4 | -6/+11 |
* | Include universal build step in 'make {Debug,Release,Profile}' targets. | Daniel Dunbar | 2009-09-10 | 1 | -0/+3 |
* | Support building for a single target architecture. | Daniel Dunbar | 2009-09-03 | 3 | -6/+44 |
* | Use -lc -lm to link with (in tests) on non-Darwin. | Daniel Dunbar | 2009-09-03 | 1 | -1/+4 |
* | Don't use -arch on non-Darwin. | Daniel Dunbar | 2009-09-03 | 1 | -2/+13 |
* | Convert tabs to spaces. | Daniel Dunbar | 2009-09-03 | 1 | -32/+32 |
* | Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing. | Edward O'Callaghan | 2009-09-03 | 1 | -0/+4 |
* | Fix some files that got left behind in early changeset to unnamed unions fix.... | Edward O'Callaghan | 2009-09-03 | 15 | -33/+33 |
* | Add support for ellcc, Credit to Richard Pennington. | Edward O'Callaghan | 2009-08-18 | 2 | -2/+2 |
* | Fix testsuit build on linux. | Edward O'Callaghan | 2009-08-18 | 1 | -1/+1 |
* | Fix pre-processor mistake for BSDs in endianness.h | Edward O'Callaghan | 2009-08-18 | 2 | -2/+2 |
* | Temporary define HAVE_SYSCONF until cmake checks are done. | Edward O'Callaghan | 2009-08-10 | 1 | -0/+2 |
* | Fix a FIXME for configure check for HAVE_SYSCONF. | Edward O'Callaghan | 2009-08-10 | 2 | -4/+12 |
* | fix build on linux | Nuno Lopes | 2009-08-09 | 2 | -2/+2 |
* | Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c... | Edward O'Callaghan | 2009-08-09 | 47 | -546/+603 |
* | Optimized versions now buildable on Solaris. | Edward O'Callaghan | 2009-08-08 | 5 | -15/+28 |
* | Fix signedness warning in mprotect call, Clean up and improve endianness.h he... | Edward O'Callaghan | 2009-08-08 | 4 | -52/+111 |
* | Code style and Readability fixes. Credit to Craig van Vliet. | Edward O'Callaghan | 2009-08-07 | 55 | -1137/+1248 |
* | Forgot to add new endianness.h header file. | Edward O'Callaghan | 2009-08-05 | 1 | -0/+65 |
* | Refactor test suit endianness pre-processor code. More style and readability ... | Edward O'Callaghan | 2009-08-05 | 4 | -118/+80 |
* | Next batch of C++ to C comment style changes. Also improve and factor out end... | Edward O'Callaghan | 2009-08-05 | 16 | -296/+339 |
* | Fixup C++ style comments are not allowed in ISO C90 to classic C style. | Edward O'Callaghan | 2009-08-05 | 33 | -646/+720 |
* | Start porting compiler-rt testsuit to Solaris with new build system. Fix some... | Edward O'Callaghan | 2009-08-05 | 11 | -161/+209 |
* | Some compiler-rt www site improvements. | Edward O'Callaghan | 2009-08-04 | 1 | -8/+34 |
* | Refactor out common pre-processor code. | Edward O'Callaghan | 2009-08-04 | 7 | -24/+5 |
* | Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p... | Edward O'Callaghan | 2009-08-03 | 13 | -9/+103 |