summaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Expand)Author
2010-01-20clang/Darwin: Rename x86_10.4 static lib config to just 10.4, and add 'eprintf'Daniel Dunbar
2010-01-19Add .mk for use by clang/Darwin.Daniel Dunbar
2010-01-19Allow UniversalArchs variable to be overridden on a per-config basis.Daniel Dunbar
2010-01-18Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar
2010-01-18Update Apple-style build support for new MakefilesDaniel Dunbar
2010-01-18Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar
2010-01-18Remove old build logic, this is going to be replaced by a more configurable m...Daniel Dunbar
2010-01-18Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar
2010-01-18Add 'SelectFunctionDir' function, to select appropriate function implementati...Daniel Dunbar
2010-01-18Add more make utility functions.Daniel Dunbar
2010-01-18Change subdir traversal to primarily cache information about what is availabl...Daniel Dunbar
2010-01-18Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar
2010-01-18Rename DebugMake variable to DEBUGMAKE for consistency (variables that are de...Daniel Dunbar
2010-01-13Tidy up comments, remove whitespace, and rename 'print-%' make debugging targetDaniel Dunbar
2009-10-29add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARMNick Kledzik
2009-09-18update make rules so libcompiler-rt can be built for armv6 the Apple wayNick Kledzik
2009-09-10Stub out structure for building armv{6,7} libs.Daniel Dunbar
2009-09-03Support building for a single target architecture.Daniel Dunbar
2009-07-06improve portability to platforms that don't put python in /usr/bin. Patch byChris Lattner
2009-06-26Initial import of compiler-rt.Daniel Dunbar