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