summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make
Commit message (Expand)AuthorAgeFilesLines
* make: Add CheckCommandLineOverrides to my little Makefile library, a routine forDaniel Dunbar2010-10-141-0/+11
* <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7Nick Kledzik2010-09-271-0/+2
* compiler-rt/clang/Darwin: Add a new library configuration which has nothingDaniel Dunbar2010-09-211-0/+7
* fix install locationNick Kledzik2010-07-041-6/+6
* fix arvm5 buildsNick Kledzik2010-07-042-0/+14
* <rdar://problem/7987491> Libcompiler_rt isn't platform awareNick Kledzik2010-05-151-0/+6
* tweak arm exportsNick Kledzik2010-05-071-2/+2
* improve arm build support on darwinNick Kledzik2010-04-212-7/+53
* clang/Darwin: Don't include enable_execute_stack in libcc_kext.a.Daniel Dunbar2010-03-311-1/+0
* <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsy...Nick Kledzik2010-03-312-23/+21
* Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar2010-03-312-1/+4
* Don't build an armv7 slice for now, it has the same stuff as on armv6.Daniel Dunbar2010-03-261-1/+5
* Clang/Darwin: Add definition for files to put in cc_kext.a.Daniel Dunbar2010-03-261-0/+206
* add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu...Nick Kledzik2010-02-021-1/+2
* add compiler options for B&I buildsNick Kledzik2010-02-021-0/+4
* FUNCTIONS.armv6 to have actual function namesNick Kledzik2010-02-011-1/+3
* Tweak clang_darwin config to strip off any -arch if the user overrides CC, we doDaniel Dunbar2010-01-221-0/+4
* 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-191-2/+2
* Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar2010-01-185-2/+14
* 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-1810-12/+212
* Remove old build logic, this is going to be replaced by a more configurable m...Daniel Dunbar2010-01-182-66/+0
* Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar2010-01-183-8/+7
* Add 'SelectFunctionDir' function, to select appropriate function implementati...Daniel Dunbar2010-01-182-0/+101
* 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-181-4/+13
* Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar2010-01-183-9/+76
* Rename DebugMake variable to DEBUGMAKE for consistency (variables that are de...Daniel Dunbar2010-01-182-3/+6
* Tidy up comments, remove whitespace, and rename 'print-%' make debugging targetDaniel Dunbar2010-01-134-52/+48
* add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARMNick Kledzik2009-10-291-1/+1
* update make rules so libcompiler-rt can be built for armv6 the Apple wayNick Kledzik2009-09-181-5/+18
* Stub out structure for building armv{6,7} libs.Daniel Dunbar2009-09-101-1/+1
* Support building for a single target architecture.Daniel Dunbar2009-09-032-1/+34
* improve portability to platforms that don't put python in /usr/bin. Patch byChris Lattner2009-07-061-1/+1
* Initial import of compiler-rt.Daniel Dunbar2009-06-265-0/+239
OpenPOWER on IntegriCloud