summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-18Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar
2010-01-18Add basic make {help,help-hidden} targets.Daniel Dunbar
2010-01-18Rename DebugMake variable to DEBUGMAKE for consistency (variables that are de...Daniel Dunbar
2010-01-18Unbreak trampoline test.Daniel Dunbar
2010-01-13Tidy up comments, remove whitespace, and rename 'print-%' make debugging targetDaniel Dunbar
2010-01-13Sink {config.h,ConfigureChecks}.cmake into cmake directory.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-01Add DragonFly BSD to supported platforms list.Edward O'Callaghan
2009-11-01Fix DragonFly BSD define in compiler-rt.Edward O'Callaghan
2009-10-31Fix CMakeLists.txt comment.Edward O'Callaghan
2009-10-29add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARMNick Kledzik
2009-10-29Nested function test in compiler-rt should not be run under Clang.Edward O'Callaghan
2009-10-29Fix test suit for last CMake changes to CompilerRT.Edward O'Callaghan
2009-10-29Update CMake build system with target arch source file lists.Edward O'Callaghan
2009-10-28Work around strictness in gcc 4.4.1 casting a function pointer to void *Shantonu Sen
2009-10-28Add stdlib.h for rand() prototypeShantonu Sen
2009-10-28Update web docs for cmake test suit, comment out broken test.Edward O'Callaghan
2009-10-27Fix cmake test suit for compiler-rt.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-27Fix tests broken by removal of de-anonyomizing structs.Daniel Dunbar
2009-10-27Remove duplicate copy of int_lib.h, and update test script to find copy insid...Daniel Dunbar
2009-10-27Add .gitignore file.Daniel Dunbar
2009-10-17Comment out broken tests and make the rest build in cmake build system.Edward O'Callaghan
2009-10-06Improve doc readability.Edward O'Callaghan
2009-10-06Update compiler-rt online docs to reflex recent work and testing.Edward O'Callaghan
2009-09-23If the compiler does not support GCC-compatibleShantonu Sen
2009-09-23Keep on castin', in the name of -pedanticShantonu Sen
2009-09-23Note about compiler-rt only building on Darwin no longer applies.Edward O'Callaghan
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