| Commit message (Expand) | Author | Age | Files | Lines |
* | make: Add CheckCommandLineOverrides to my little Makefile library, a routine for | Daniel Dunbar | 2010-10-14 | 1 | -0/+11 |
* | <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7 | Nick Kledzik | 2010-09-27 | 1 | -0/+2 |
* | compiler-rt/clang/Darwin: Add a new library configuration which has nothing | Daniel Dunbar | 2010-09-21 | 1 | -0/+7 |
* | fix install location | Nick Kledzik | 2010-07-04 | 1 | -6/+6 |
* | fix arvm5 builds | Nick Kledzik | 2010-07-04 | 2 | -0/+14 |
* | <rdar://problem/7987491> Libcompiler_rt isn't platform aware | Nick Kledzik | 2010-05-15 | 1 | -0/+6 |
* | tweak arm exports | Nick Kledzik | 2010-05-07 | 1 | -2/+2 |
* | improve arm build support on darwin | Nick Kledzik | 2010-04-21 | 2 | -7/+53 |
* | clang/Darwin: Don't include enable_execute_stack in libcc_kext.a. | Daniel Dunbar | 2010-03-31 | 1 | -1/+0 |
* | <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsy... | Nick Kledzik | 2010-03-31 | 2 | -23/+21 |
* | Add new build option KERNEL_USE, which compiles with -mkernel and gets propog... | Daniel Dunbar | 2010-03-31 | 2 | -1/+4 |
* | Don't build an armv7 slice for now, it has the same stuff as on armv6. | Daniel Dunbar | 2010-03-26 | 1 | -1/+5 |
* | Clang/Darwin: Add definition for files to put in cc_kext.a. | Daniel Dunbar | 2010-03-26 | 1 | -0/+206 |
* | add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu... | Nick Kledzik | 2010-02-02 | 1 | -1/+2 |
* | add compiler options for B&I builds | Nick Kledzik | 2010-02-02 | 1 | -0/+4 |
* | FUNCTIONS.armv6 to have actual function names | Nick Kledzik | 2010-02-01 | 1 | -1/+3 |
* | Tweak clang_darwin config to strip off any -arch if the user overrides CC, we do | Daniel Dunbar | 2010-01-22 | 1 | -0/+4 |
* | clang/Darwin: Rename x86_10.4 static lib config to just 10.4, and add 'eprintf' | Daniel Dunbar | 2010-01-20 | 1 | -6/+7 |
* | Add .mk for use by clang/Darwin. | Daniel Dunbar | 2010-01-19 | 1 | -0/+30 |
* | Allow UniversalArchs variable to be overridden on a per-config basis. | Daniel Dunbar | 2010-01-19 | 1 | -2/+2 |
* | Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun... | Daniel Dunbar | 2010-01-18 | 5 | -2/+14 |
* | Update Apple-style build support for new Makefiles | Daniel Dunbar | 2010-01-18 | 2 | -59/+69 |
* | Add support for "platform" configurations, which define a suite of compiler-rt | Daniel Dunbar | 2010-01-18 | 10 | -12/+212 |
* | Remove old build logic, this is going to be replaced by a more configurable m... | Daniel Dunbar | 2010-01-18 | 2 | -66/+0 |
* | Rename subdir 'Target' variable to 'Implementation' to be less overloaded. | Daniel Dunbar | 2010-01-18 | 3 | -8/+7 |
* | Add 'SelectFunctionDir' function, to select appropriate function implementati... | Daniel Dunbar | 2010-01-18 | 2 | -0/+101 |
* | Add more make utility functions. | Daniel Dunbar | 2010-01-18 | 2 | -2/+114 |
* | Change subdir traversal to primarily cache information about what is availabl... | Daniel Dunbar | 2010-01-18 | 1 | -4/+13 |
* | Simplify subdirectory makefiles, and be more robust by checking that they def... | Daniel Dunbar | 2010-01-18 | 3 | -9/+76 |
* | Rename DebugMake variable to DEBUGMAKE for consistency (variables that are de... | Daniel Dunbar | 2010-01-18 | 2 | -3/+6 |
* | Tidy up comments, remove whitespace, and rename 'print-%' make debugging target | Daniel Dunbar | 2010-01-13 | 4 | -52/+48 |
* | add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM | Nick Kledzik | 2009-10-29 | 1 | -1/+1 |
* | update make rules so libcompiler-rt can be built for armv6 the Apple way | Nick Kledzik | 2009-09-18 | 1 | -5/+18 |
* | Stub out structure for building armv{6,7} libs. | Daniel Dunbar | 2009-09-10 | 1 | -1/+1 |
* | Support building for a single target architecture. | Daniel Dunbar | 2009-09-03 | 2 | -1/+34 |
* | improve portability to platforms that don't put python in /usr/bin. Patch by | Chris Lattner | 2009-07-06 | 1 | -1/+1 |
* | Initial import of compiler-rt. | Daniel Dunbar | 2009-06-26 | 5 | -0/+239 |