summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-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-03Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan
2009-07-03Misc compiler-rt fixes. Clarify neg implementations to show what is Eli Friedman
2009-07-01Add missing include for getpagesize, and fix a typo.Daniel Dunbar
2009-07-01Fix a Darwinism, .s files meant to be preprocessed should be named .S.Daniel Dunbar
2009-07-01Use getpagesize() on non-Darwin platforms.Daniel Dunbar
2009-06-26Initial import of compiler-rt.Daniel Dunbar