summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-01-20fix return type of _Unwind_Exception.exception_cleanupNick Kledzik
2010-01-19Split up switch.S and save_restore_d8_d15.S to follow one function per file c...Daniel Dunbar
2010-01-18Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar
2010-01-18Unbreak symbol mangling in .s files, at least for Darwin/Linux.Daniel Dunbar
2010-01-18Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restF...Daniel Dunbar
2010-01-18Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar
2010-01-18Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar
2010-01-13Fix copy/paste error. http://llvm.org/bugs/show_bug.cgi?id=572Nick Kledzik
2009-11-09Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.Rafael Espindola
2009-11-04Fix x86/x64 on Linux, Credit to Rafael Espindola.Edward O'Callaghan
2009-11-01Fix DragonFly BSD define in compiler-rt.Edward O'Callaghan
2009-10-29add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARMNick Kledzik
2009-10-29Update CMake build system with target arch source file lists.Edward O'Callaghan
2009-10-27Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...Daniel Dunbar
2009-10-27Add assembly.h for use in .S files.Daniel Dunbar
2009-10-27Update some .S file headers.Daniel Dunbar
2009-10-27Remove duplicate copy of int_lib.h, and update test script to find copy insid...Daniel Dunbar
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 comparison functions for ARMNick Kledzik
2009-09-11start adding implementation of arm *vfp routines with test casesNick 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-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 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