2010-09-27 |
Nick Kledzik | <rdar://problem/8482056> Add Soft Floating Compares... |
tree | commitdiff |
2010-09-21 |
Daniel Dunbar | compiler-rt/clang/Darwin: Add a new library configurati... |
tree | commitdiff |
2010-08-17 |
Stephen Canon | Adds an extra explicit cast to fix Bug 7931 and removes... |
tree | commitdiff |
2010-08-04 |
Blaine Garst | add unit tests |
tree | commitdiff |
2010-07-27 |
Nick Kledzik | add assembly implementation of modsi3 so compiler does... |
tree | commitdiff |
2010-07-26 |
Stephen Canon | Fix error in rep_clz on non-LP64 targets. Patch by... |
tree | commitdiff |
2010-07-08 |
Stephen Canon | Hand-tuning of single-precision soft-float comparison... |
tree | commitdiff |
2010-07-04 |
Nick Kledzik | fix install location |
tree | commitdiff |
2010-07-04 |
Nick Kledzik | fix arvm5 builds |
tree | commitdiff |
2010-07-04 |
Stephen Canon | Initial implementation of double-precision soft-float... |
tree | commitdiff |
2010-07-04 |
Stephen Canon | Single-precision soft-float division |
tree | commitdiff |
2010-07-03 |
Stephen Canon | Further cleanup of ARM bswap implementations, thanks... |
tree | commitdiff |
2010-07-03 |
Stephen Canon | Marginally smaller implementations of bswap for ARMv4... |
tree | commitdiff |
2010-07-03 |
Stephen Canon | Renamed unsigned->float routines to match GCC convention |
tree | commitdiff |
2010-07-03 |
Nick Kledzik | ARM before armv6 did not supprt 'rev' instruction |
tree | commitdiff |
2010-07-02 |
Stephen Canon | [unsigned] int -> float soft-float conversions for... |
tree | commitdiff |
2010-07-02 |
Stephen Canon | float- and double-to-integer soft-float conversions... |
tree | commitdiff |
2010-07-01 |
Stephen Canon | Tests for soft-float comparison functions |
tree | commitdiff |
2010-07-01 |
Stephen Canon | ... and one more fix to remove some warnings in the... |
tree | commitdiff |
2010-07-01 |
Stephen Canon | Correction to previous commit which mistakenly included... |
tree | commitdiff |
2010-07-01 |
Stephen Canon | Adding soft-float comparisons, addition, subtraction... |
tree | commitdiff |
2010-06-19 |
Stephen Canon | This is a test commit to verify repository access. |
tree | commitdiff |
2010-05-15 |
Nick Kledzik | <rdar://problem/7987491> Libcompiler_rt isn't platform... |
tree | commitdiff |
2010-05-07 |
Nick Kledzik | tweak arm exports |
tree | commitdiff |
2010-05-07 |
Nick Kledzik | sjlj based personality requires a different name |
tree | commitdiff |
2010-05-04 |
Chris Lattner | improve bullets, patch by Mike Miller |
tree | commitdiff |
2010-04-29 |
Charles Davis | Fix build with MSVC. |
tree | commitdiff |
2010-04-21 |
Nick Kledzik | improve arm build support on darwin |
tree | commitdiff |
2010-04-21 |
Nick Kledzik | add explicit alignment directives to assure arm code... |
tree | commitdiff |
2010-04-21 |
Blaine Garst | update copyright notices |
tree | commitdiff |
2010-04-15 |
Nick Kledzik | add include of int_lib.h to match change to use compile... |
tree | commitdiff |
2010-03-31 |
Daniel Dunbar | clang/Darwin: Don't include enable_execute_stack in... |
tree | commitdiff |
2010-03-31 |
Nick Kledzik | <rdar://problem/7733536> Move libcompiler_rt over to... |
tree | commitdiff |
2010-03-31 |
Nick Kledzik | <rdar://problem/7813254> check enable_execute_stack... |
tree | commitdiff |
2010-03-31 |
Daniel Dunbar | Add new build option KERNEL_USE, which compiles with... |
tree | commitdiff |
2010-03-31 |
Daniel Dunbar | Use a private compilerrt_abort() define instead of... |
tree | commitdiff |
2010-03-26 |
Daniel Dunbar | Don't build an armv7 slice for now, it has the same... |
tree | commitdiff |
2010-03-26 |
Daniel Dunbar | Clang/Darwin: Add definition for files to put in cc_kext.a. |
tree | commitdiff |
2010-02-02 |
Nick Kledzik | add __sync_synchronize. Needed by compiler when emitti... |
tree | commitdiff |
2010-02-02 |
Nick Kledzik | add compiler options for B&I builds |
tree | commitdiff |
2010-02-01 |
Nick Kledzik | FUNCTIONS.armv6 to have actual function names |
tree | commitdiff |
2010-01-22 |
Nick Kledzik | document runtime support functions |
tree | commitdiff |
2010-01-22 |
Daniel Dunbar | Tweak clang_darwin config to strip off any -arch if... |
tree | commitdiff |
2010-01-20 |
Howard Hinnant | Updated README.txt |
tree | commitdiff |
2010-01-20 |
Howard Hinnant | Updated README.txt |
tree | commitdiff |
2010-01-20 |
Nick Kledzik | fix return type of _Unwind_Exception.exception_cleanup |
tree | commitdiff |
2010-01-20 |
Daniel Dunbar | clang/Darwin: Rename x86_10.4 static lib config to... |
tree | commitdiff |
2010-01-19 |
Daniel Dunbar | Add .mk for use by clang/Darwin. |
tree | commitdiff |
2010-01-19 |
Daniel Dunbar | Allow UniversalArchs variable to be overridden on a... |
tree | commitdiff |
2010-01-19 |
Daniel Dunbar | Split up switch.S and save_restore_d8_d15.S to follow... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Add a VISIBILITY_HIDDEN option, which can be used to... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Unbreak symbol mangling in .s files, at least for Darwi... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Update Apple-style build support for new Makefiles |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Add support for "platform" configurations, which define... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Remove old build logic, this is going to be replaced... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Rename subdir 'Target' variable to 'Implementation... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Add 'SelectFunctionDir' function, to select appropriate... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Add more make utility functions. |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Change subdir traversal to primarily cache information... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Simplify subdirectory makefiles, and be more robust... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Add basic make {help,help-hidden} targets. |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Rename DebugMake variable to DEBUGMAKE for consistency... |
tree | commitdiff |
2010-01-18 |
Daniel Dunbar | Unbreak trampoline test. |
tree | commitdiff |
2010-01-13 |
Daniel Dunbar | Tidy up comments, remove whitespace, and rename 'print... |
tree | commitdiff |
2010-01-13 |
Daniel Dunbar | Sink {config.h,ConfigureChecks}.cmake into cmake directory. |
tree | commitdiff |
2010-01-13 |
Nick Kledzik | Fix copy/paste error. llvm.org/bugs/show_bug.cgi?id=572 |
tree | commitdiff |
2009-11-09 |
Rafael Espindola | Use __USER_LABEL_PREFIX__ so that we don't add a _... |
tree | commitdiff |
2009-11-04 |
Edward O'Callaghan | Fix x86/x64 on Linux, Credit to Rafael Espindola. |
tree | commitdiff |
2009-11-01 |
Edward O'Callaghan | Add DragonFly BSD to supported platforms list. |
tree | commitdiff |
2009-11-01 |
Edward O'Callaghan | Fix DragonFly BSD define in compiler-rt. |
tree | commitdiff |
2009-10-31 |
Edward O'Callaghan | Fix CMakeLists.txt comment. |
tree | commitdiff |
2009-10-29 |
Nick Kledzik | add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_reg... |
tree | commitdiff |
2009-10-29 |
Edward O'Callaghan | Nested function test in compiler-rt should not be run... |
tree | commitdiff |
2009-10-29 |
Edward O'Callaghan | Fix test suit for last CMake changes to CompilerRT. |
tree | commitdiff |
2009-10-29 |
Edward O'Callaghan | Update CMake build system with target arch source file... |
tree | commitdiff |
2009-10-28 |
Shantonu Sen | Work around strictness in gcc 4.4.1 casting a function... |
tree | commitdiff |
2009-10-28 |
Shantonu Sen | Add stdlib.h for rand() prototype |
tree | commitdiff |
2009-10-28 |
Edward O'Callaghan | Update web docs for cmake test suit, comment out broken... |
tree | commitdiff |
2009-10-27 |
Edward O'Callaghan | Fix cmake test suit for compiler-rt. |
tree | commitdiff |
2009-10-27 |
Daniel Dunbar | Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION... |
tree | commitdiff |
2009-10-27 |
Daniel Dunbar | Add assembly.h for use in .S files. |
tree | commitdiff |
2009-10-27 |
Daniel Dunbar | Update some .S file headers. |
tree | commitdiff |
2009-10-27 |
Daniel Dunbar | Fix tests broken by removal of de-anonyomizing structs. |
tree | commitdiff |
2009-10-27 |
Daniel Dunbar | Remove duplicate copy of int_lib.h, and update test... |
tree | commitdiff |
2009-10-27 |
Daniel Dunbar | Add .gitignore file. |
tree | commitdiff |
2009-10-17 |
Edward O'Callaghan | Comment out broken tests and make the rest build in... |
tree | commitdiff |
2009-10-06 |
Edward O'Callaghan | Improve doc readability. |
tree | commitdiff |
2009-10-06 |
Edward O'Callaghan | Update compiler-rt online docs to reflex recent work... |
tree | commitdiff |
2009-09-23 |
Shantonu Sen | If the compiler does not support GCC-compatible |
tree | commitdiff |
2009-09-23 |
Shantonu Sen | Keep on castin', in the name of -pedantic |
tree | commitdiff |
2009-09-23 |
Edward O'Callaghan | Note about compiler-rt only building on Darwin no longe... |
tree | commitdiff |
2009-09-23 |
Edward O'Callaghan | Update site information to reflect using cmake to build... |
tree | commitdiff |
2009-09-23 |
Edward O'Callaghan | CMake should only pass GCC options to GCC. |
tree | commitdiff |
2009-09-23 |
Edward O'Callaghan | We don't need a C++ compiler to build Blocks, Don't... |
tree | commitdiff |
2009-09-23 |
Edward O'Callaghan | Fix compile time warning: format '%#lx' expects type... |
tree | commitdiff |
2009-09-23 |
Edward O'Callaghan | Improve readability. |
tree | commitdiff |
2009-09-22 |
Shantonu Sen | 1) Remove cmake-specific #define usage from the exported |
tree | commitdiff |
2009-09-18 |
Nick Kledzik | update make rules so libcompiler-rt can be built for... |
tree | commitdiff |
2009-09-18 |
Nick Kledzik | add support for __switch* needed for switch statements... |
tree | commitdiff |
next |