summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAge
...
* clang/Darwin: Include divsi3 functions on x86, they are used by the divmodDaniel Dunbar2011-05-06
* clang/Darwin: Update ios static lib to build for all archs, in case theDaniel Dunbar2011-04-30
* Make sure we include __sync_synchronize on arm platforms if we need it.Eric Christopher2011-04-21
* clang_darwin: Add divmod functions to cc_kext library.Daniel Dunbar2011-04-20
* clang_darwin: Always set deployment targets when building compiler-rt bits, soDaniel Dunbar2011-04-20
* clang_darwin: Tweak runtime library definitions to include divmod functions.Daniel Dunbar2011-04-19
* <rdar://problem/9282305> install an archive for dyld and fix missing -staticNick Kledzik2011-04-14
* <rdar://problem/9173756> enable CC.Release to be used alwaysNick Kledzik2011-04-14
* clang/Darwin: Add all the comparison functions, the desire to cherry pick justDaniel Dunbar2011-03-25
* Revert "Split single & double comparison routines into separate implementationDaniel Dunbar2011-03-25
* Split single & double comparison routines into separate implementation files,Daniel Dunbar2011-03-25
* compiler-rt/clang/cc_kext: Update for functions which we have sinced acquiredDaniel Dunbar2011-03-21
* <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik2011-03-17
* <rdar://problem/9145073> use -Os for release buildsNick Kledzik2011-03-16
* <rdar://problem/9099747> fix use of SDKROOTNick Kledzik2011-03-08
* <rdar://problem/9091300> update Apple packaging of compiler-rtNick Kledzik2011-03-05
* clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin.Daniel Dunbar2011-01-21
* clang_darwin: Build with -fno-builtin, primarily to avoid issues with definin...Daniel Dunbar2011-01-21
* clang_darwin: Start building an armv7 slice for cc_kext.Daniel Dunbar2011-01-21
* clang_darwin: Build cckext bits with -mthumb.Daniel Dunbar2011-01-21
* Fix typo.Daniel Dunbar2011-01-21
* make: Add CheckCommandLineOverrides to my little Makefile library, a routine forDaniel Dunbar2010-10-14
* <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7Nick Kledzik2010-09-27
* compiler-rt/clang/Darwin: Add a new library configuration which has nothingDaniel Dunbar2010-09-21
* fix install locationNick Kledzik2010-07-04
* fix arvm5 buildsNick Kledzik2010-07-04
* <rdar://problem/7987491> Libcompiler_rt isn't platform awareNick Kledzik2010-05-15
* tweak arm exportsNick Kledzik2010-05-07
* improve arm build support on darwinNick Kledzik2010-04-21
* clang/Darwin: Don't include enable_execute_stack in libcc_kext.a.Daniel Dunbar2010-03-31
* <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsy...Nick Kledzik2010-03-31
* Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar2010-03-31
* Don't build an armv7 slice for now, it has the same stuff as on armv6.Daniel Dunbar2010-03-26
* Clang/Darwin: Add definition for files to put in cc_kext.a.Daniel Dunbar2010-03-26
* add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu...Nick Kledzik2010-02-02
* add compiler options for B&I buildsNick Kledzik2010-02-02
* FUNCTIONS.armv6 to have actual function namesNick Kledzik2010-02-01
* Tweak clang_darwin config to strip off any -arch if the user overrides CC, we doDaniel Dunbar2010-01-22
* clang/Darwin: Rename x86_10.4 static lib config to just 10.4, and add 'eprintf'Daniel Dunbar2010-01-20
* Add .mk for use by clang/Darwin.Daniel Dunbar2010-01-19
* Allow UniversalArchs variable to be overridden on a per-config basis.Daniel Dunbar2010-01-19
* Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar2010-01-18
* Update Apple-style build support for new MakefilesDaniel Dunbar2010-01-18
* Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar2010-01-18
* Remove old build logic, this is going to be replaced by a more configurable m...Daniel Dunbar2010-01-18
* Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar2010-01-18
* Add 'SelectFunctionDir' function, to select appropriate function implementati...Daniel Dunbar2010-01-18
* Add more make utility functions.Daniel Dunbar2010-01-18
* Change subdir traversal to primarily cache information about what is availabl...Daniel Dunbar2010-01-18
* Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar2010-01-18