summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-23Update site information to reflect using cmake to build compiler-rt and not l...Edward O'Callaghan
2009-09-23CMake should only pass GCC options to GCC.Edward O'Callaghan
2009-09-23We don't need a C++ compiler to build Blocks, Don't check for one.Edward O'Callaghan
2009-09-23Fix compile time warning: format '%#lx' expects type 'long unsigned int', but...Edward O'Callaghan
2009-09-23Improve readability.Edward O'Callaghan
2009-09-221) Remove cmake-specific #define usage from the exportedShantonu Sen
2009-09-18update make rules so libcompiler-rt can be built for armv6 the Apple wayNick Kledzik
2009-09-18add support for __switch* needed for switch statements in thumb codegenNick Kledzik
2009-09-14add conversion functions and test cases for ARMNick Kledzik
2009-09-14Update cmake files for arm support hooks.Edward O'Callaghan
2009-09-13fix typo in commentNick Kledzik
2009-09-12Add Blocks support to CMake build system.Edward O'Callaghan
2009-09-12Fix include path to config.h for CMake build system.Edward O'Callaghan
2009-09-12GCC atomic built-ins are available patch to Blocks. - Credit to Bobby Powers.Edward O'Callaghan
2009-09-12Generalize Blocks code and intergrate with cmake build system more.Edward O'Callaghan
2009-09-12add comparison functions for ARMNick Kledzik
2009-09-11rename filesNick Kledzik
2009-09-11add _test in file namesNick Kledzik
2009-09-11start adding implementation of arm *vfp routines with test casesNick Kledzik
2009-09-11use HAS_80_BIT_LONG_DOUBLE so some tests work properly on armNick Kledzik
2009-09-10Stub out structure for building armv{6,7} libs.Daniel Dunbar
2009-09-10Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar
2009-09-10Include universal build step in 'make {Debug,Release,Profile}' targets.Daniel Dunbar
2009-09-03Support building for a single target architecture.Daniel Dunbar
2009-09-03Use -lc -lm to link with (in tests) on non-Darwin.Daniel Dunbar
2009-09-03Don't use -arch on non-Darwin.Daniel Dunbar
2009-09-03Convert tabs to spaces.Daniel Dunbar
2009-09-03Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing.Edward O'Callaghan
2009-09-03Fix some files that got left behind in early changeset to unnamed unions fix....Edward O'Callaghan
2009-08-18Add support for ellcc, Credit to Richard Pennington.Edward O'Callaghan
2009-08-18Fix testsuit build on linux.Edward O'Callaghan
2009-08-18Fix pre-processor mistake for BSDs in endianness.hEdward O'Callaghan
2009-08-10Temporary define HAVE_SYSCONF until cmake checks are done.Edward O'Callaghan
2009-08-10Fix a FIXME for configure check for HAVE_SYSCONF.Edward O'Callaghan
2009-08-09fix build on linuxNuno Lopes
2009-08-09Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan
2009-08-08Optimized versions now buildable on Solaris.Edward O'Callaghan
2009-08-08Fix signedness warning in mprotect call, Clean up and improve endianness.h he...Edward O'Callaghan
2009-08-07Code style and Readability fixes. Credit to Craig van Vliet.Edward O'Callaghan
2009-08-05Forgot to add new endianness.h header file.Edward O'Callaghan
2009-08-05Refactor test suit endianness pre-processor code. More style and readability ...Edward O'Callaghan
2009-08-05Next batch of C++ to C comment style changes. Also improve and factor out end...Edward O'Callaghan
2009-08-05Fixup C++ style comments are not allowed in ISO C90 to classic C style.Edward O'Callaghan
2009-08-05Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan
2009-08-04Some compiler-rt www site improvements.Edward O'Callaghan
2009-08-04Refactor out common pre-processor code.Edward O'Callaghan
2009-08-03Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan
2009-08-03A few CMake formating fixes for compiler-rt.Edward O'Callaghan
2009-08-03Small syntax error in HTML.Edward O'Callaghan
2009-08-03Small improvement to Compiler-RT docs and add a CREDITS.TXT file to source.Edward O'Callaghan