summaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Expand)Author
2011-03-17<rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik
2011-03-16<rdar://problem/9145073> use -Os for release buildsNick Kledzik
2011-03-08<rdar://problem/9099747> fix use of SDKROOTNick Kledzik
2011-03-05<rdar://problem/9091300> update Apple packaging of compiler-rtNick Kledzik
2011-01-21clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin.Daniel Dunbar
2011-01-21clang_darwin: Build with -fno-builtin, primarily to avoid issues with definin...Daniel Dunbar
2011-01-21clang_darwin: Start building an armv7 slice for cc_kext.Daniel Dunbar
2011-01-21clang_darwin: Build cckext bits with -mthumb.Daniel Dunbar
2011-01-21Fix typo.Daniel Dunbar
2010-10-14make: Add CheckCommandLineOverrides to my little Makefile library, a routine forDaniel Dunbar
2010-09-27<rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7Nick Kledzik
2010-09-21compiler-rt/clang/Darwin: Add a new library configuration which has nothingDaniel Dunbar
2010-07-04fix install locationNick Kledzik
2010-07-04fix arvm5 buildsNick Kledzik
2010-05-15<rdar://problem/7987491> Libcompiler_rt isn't platform awareNick Kledzik
2010-05-07tweak arm exportsNick Kledzik
2010-04-21improve arm build support on darwinNick Kledzik
2010-03-31clang/Darwin: Don't include enable_execute_stack in libcc_kext.a.Daniel Dunbar
2010-03-31<rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsy...Nick Kledzik
2010-03-31Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar
2010-03-26Don't build an armv7 slice for now, it has the same stuff as on armv6.Daniel Dunbar
2010-03-26Clang/Darwin: Add definition for files to put in cc_kext.a.Daniel Dunbar
2010-02-02add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu...Nick Kledzik
2010-02-02add compiler options for B&I buildsNick Kledzik
2010-02-01FUNCTIONS.armv6 to have actual function namesNick Kledzik
2010-01-22Tweak clang_darwin config to strip off any -arch if the user overrides CC, we doDaniel Dunbar
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