summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...Daniel Dunbar2009-10-27
* Add assembly.h for use in .S files.Daniel Dunbar2009-10-27
* Update some .S file headers.Daniel Dunbar2009-10-27
* Remove duplicate copy of int_lib.h, and update test script to find copy insid...Daniel Dunbar2009-10-27
* 1) Remove cmake-specific #define usage from the exportedShantonu Sen2009-09-22
* update make rules so libcompiler-rt can be built for armv6 the Apple wayNick Kledzik2009-09-18
* add support for __switch* needed for switch statements in thumb codegenNick Kledzik2009-09-18
* add conversion functions and test cases for ARMNick Kledzik2009-09-14
* Update cmake files for arm support hooks.Edward O'Callaghan2009-09-14
* fix typo in commentNick Kledzik2009-09-13
* add comparison functions for ARMNick Kledzik2009-09-12
* start adding implementation of arm *vfp routines with test casesNick Kledzik2009-09-11
* Stub out structure for building armv{6,7} libs.Daniel Dunbar2009-09-10
* Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar2009-09-10
* Fix some files that got left behind in early changeset to unnamed unions fix....Edward O'Callaghan2009-09-03
* Add support for ellcc, Credit to Richard Pennington.Edward O'Callaghan2009-08-18
* Fix pre-processor mistake for BSDs in endianness.hEdward O'Callaghan2009-08-18
* Temporary define HAVE_SYSCONF until cmake checks are done.Edward O'Callaghan2009-08-10
* Fix a FIXME for configure check for HAVE_SYSCONF.Edward O'Callaghan2009-08-10
* fix build on linuxNuno Lopes2009-08-09
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-09
* Optimized versions now buildable on Solaris.Edward O'Callaghan2009-08-08
* Fix signedness warning in mprotect call, Clean up and improve endianness.h he...Edward O'Callaghan2009-08-08
* Code style and Readability fixes. Credit to Craig van Vliet.Edward O'Callaghan2009-08-07
* Refactor test suit endianness pre-processor code. More style and readability ...Edward O'Callaghan2009-08-05
* Next batch of C++ to C comment style changes. Also improve and factor out end...Edward O'Callaghan2009-08-05
* Fixup C++ style comments are not allowed in ISO C90 to classic C style.Edward O'Callaghan2009-08-05
* Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan2009-08-05
* Refactor out common pre-processor code.Edward O'Callaghan2009-08-04
* Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan2009-08-03
* A few CMake formating fixes for compiler-rt.Edward O'Callaghan2009-08-03
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-03
* Misc compiler-rt fixes. Clarify neg implementations to show what is Eli Friedman2009-07-03
* Add missing include for getpagesize, and fix a typo.Daniel Dunbar2009-07-01
* Fix a Darwinism, .s files meant to be preprocessed should be named .S.Daniel Dunbar2009-07-01
* Use getpagesize() on non-Darwin platforms.Daniel Dunbar2009-07-01
* Initial import of compiler-rt.Daniel Dunbar2009-06-26