summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 1) Remove cmake-specific #define usage from the exportedShantonu Sen2009-09-221-1/+4
* update make rules so libcompiler-rt can be built for armv6 the Apple wayNick Kledzik2009-09-181-1/+3
* 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-1410-0/+232
* Update cmake files for arm support hooks.Edward O'Callaghan2009-09-142-0/+1
* fix typo in commentNick Kledzik2009-09-131-1/+1
* add comparison functions for ARMNick Kledzik2009-09-1218-0/+452
* start adding implementation of arm *vfp routines with test casesNick Kledzik2009-09-118-0/+185
* Stub out structure for building armv{6,7} libs.Daniel Dunbar2009-09-102-1/+23
* Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar2009-09-103-6/+6
* 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-181-1/+1
* Fix pre-processor mistake for BSDs in endianness.hEdward O'Callaghan2009-08-181-1/+1
* 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-101-3/+11
* 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-0942-436/+483
* 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-082-26/+56
* Code style and Readability fixes. Credit to Craig van Vliet.Edward O'Callaghan2009-08-0754-1137/+1243
* Refactor test suit endianness pre-processor code. More style and readability ...Edward O'Callaghan2009-08-052-21/+22
* 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-052-22/+24
* 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-039-1/+57
* A few CMake formating fixes for compiler-rt.Edward O'Callaghan2009-08-031-0/+3
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-034-0/+49
* Misc compiler-rt fixes. Clarify neg implementations to show what is Eli Friedman2009-07-036-44/+25
* Add missing include for getpagesize, and fix a typo.Daniel Dunbar2009-07-011-1/+4
* Fix a Darwinism, .s files meant to be preprocessed should be named .S.Daniel Dunbar2009-07-0119-0/+0
* Use getpagesize() on non-Darwin platforms.Daniel Dunbar2009-07-011-1/+2
* Initial import of compiler-rt.Daniel Dunbar2009-06-26138-0/+7346