summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak clang_darwin config to strip off any -arch if the user overrides CC, we doDaniel Dunbar2010-01-221-0/+4
* Updated README.txtHoward Hinnant2010-01-201-2/+2
* Updated README.txtHoward Hinnant2010-01-201-0/+124
* fix return type of _Unwind_Exception.exception_cleanupNick Kledzik2010-01-201-2/+2
* clang/Darwin: Rename x86_10.4 static lib config to just 10.4, and add 'eprintf'Daniel Dunbar2010-01-201-6/+7
* Add .mk for use by clang/Darwin.Daniel Dunbar2010-01-191-0/+30
* Allow UniversalArchs variable to be overridden on a per-config basis.Daniel Dunbar2010-01-192-3/+5
* Split up switch.S and save_restore_d8_d15.S to follow one function per file c...Daniel Dunbar2010-01-197-101/+211
* Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar2010-01-187-7/+27
* Unbreak symbol mangling in .s files, at least for Darwin/Linux.Daniel Dunbar2010-01-181-7/+7
* Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restF...Daniel Dunbar2010-01-183-3/+8
* Update Apple-style build support for new MakefilesDaniel Dunbar2010-01-182-59/+69
* Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar2010-01-1813-20/+358
* Remove old build logic, this is going to be replaced by a more configurable m...Daniel Dunbar2010-01-183-221/+0
* Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar2010-01-189-15/+14
* Add 'SelectFunctionDir' function, to select appropriate function implementati...Daniel Dunbar2010-01-184-15/+107
* Add more make utility functions.Daniel Dunbar2010-01-182-2/+114
* Change subdir traversal to primarily cache information about what is availabl...Daniel Dunbar2010-01-182-5/+42
* Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar2010-01-189-26/+85
* Add basic make {help,help-hidden} targets.Daniel Dunbar2010-01-181-0/+21
* Rename DebugMake variable to DEBUGMAKE for consistency (variables that are de...Daniel Dunbar2010-01-182-3/+6
* Unbreak trampoline test.Daniel Dunbar2010-01-181-4/+9
* Tidy up comments, remove whitespace, and rename 'print-%' make debugging targetDaniel Dunbar2010-01-135-66/+59
* Sink {config.h,ConfigureChecks}.cmake into cmake directory.Daniel Dunbar2010-01-133-3/+4
* Fix copy/paste error. http://llvm.org/bugs/show_bug.cgi?id=572Nick Kledzik2010-01-131-18/+18
* Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.Rafael Espindola2009-11-091-1/+1
* Fix x86/x64 on Linux, Credit to Rafael Espindola.Edward O'Callaghan2009-11-048-5/+21
* Add DragonFly BSD to supported platforms list.Edward O'Callaghan2009-11-011-0/+4
* Fix DragonFly BSD define in compiler-rt.Edward O'Callaghan2009-11-011-1/+1
* Fix CMakeLists.txt comment.Edward O'Callaghan2009-10-311-1/+1
* add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARMNick Kledzik2009-10-292-1/+46
* Nested function test in compiler-rt should not be run under Clang.Edward O'Callaghan2009-10-291-19/+28
* Fix test suit for last CMake changes to CompilerRT.Edward O'Callaghan2009-10-291-1/+2
* Update CMake build system with target arch source file lists.Edward O'Callaghan2009-10-291-35/+50
* Work around strictness in gcc 4.4.1 casting a function pointer to void *Shantonu Sen2009-10-282-11/+11
* Add stdlib.h for rand() prototypeShantonu Sen2009-10-283-0/+3
* Update web docs for cmake test suit, comment out broken test.Edward O'Callaghan2009-10-282-1/+4
* Fix cmake test suit for compiler-rt.Edward O'Callaghan2009-10-273-2/+4
* Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...Daniel Dunbar2009-10-2756-134/+66
* Add assembly.h for use in .S files.Daniel Dunbar2009-10-2761-4/+120
* Update some .S file headers.Daniel Dunbar2009-10-274-4/+4
* Fix tests broken by removal of de-anonyomizing structs.Daniel Dunbar2009-10-2734-47/+48
* Remove duplicate copy of int_lib.h, and update test script to find copy insid...Daniel Dunbar2009-10-274-173/+28
* Add .gitignore file.Daniel Dunbar2009-10-271-0/+3
* Comment out broken tests and make the rest build in cmake build system.Edward O'Callaghan2009-10-175-56/+51
* Improve doc readability.Edward O'Callaghan2009-10-061-7/+1
* Update compiler-rt online docs to reflex recent work and testing.Edward O'Callaghan2009-10-061-0/+6
* If the compiler does not support GCC-compatibleShantonu Sen2009-09-231-3/+13
* Keep on castin', in the name of -pedanticShantonu Sen2009-09-231-5/+5
* Note about compiler-rt only building on Darwin no longer applies.Edward O'Callaghan2009-09-231-3/+0