summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Creating release_30 branchrelease_30Bill Wendling2011-10-150-0/+0
* <rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.aNick Kledzik2011-09-272-1/+4
* platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit theDaniel Dunbar2011-09-141-0/+13
* Change ARM vfp assembly functions to use unified syntax.Bob Wilson2011-08-2334-118/+152
* Refactor DEFINE_COMPILERRT_FUNCTION.Bob Wilson2011-08-221-5/+6
* Remove redundant flag: -mthumb is the default for armv7.Bob Wilson2011-08-221-1/+1
* Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7.Bob Wilson2011-08-171-2/+36
* Don't redeclare sr.Joerg Sonnenberger2011-07-281-1/+1
* Don't redeclare sr.Joerg Sonnenberger2011-07-281-1/+1
* <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variab...Nick Kledzik2011-06-212-25/+36
* add STRIP and LIPO as AvailableOptionsNick Kledzik2011-06-202-1/+5
* Missed a rename here 4 args instead of 3.Eric Christopher2011-06-171-3/+3
* Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher2011-06-179-9/+823
* build/clang_darwin: Fix previous change to CheckArches to not cause problem whenDaniel Dunbar2011-06-141-1/+2
* build/clang_darwin: Improve archs check to verify we can not just recognizeDaniel Dunbar2011-06-131-1/+1
* If a test case is not compiled on a specific platform, print "skipped"Joerg Sonnenberger2011-05-2980-2/+160
* clang/darwin: Tweak CheckArches function to use CC and to not spew output.Daniel Dunbar2011-05-191-2/+3
* Check architectures to make sure that we can build for all of themEric Christopher2011-05-091-4/+17
* clang/Darwin: Include divsi3 functions on x86, they are used by the divmodDaniel Dunbar2011-05-061-0/+5
* clang/Darwin: Update ios static lib to build for all archs, in case theDaniel Dunbar2011-04-301-5/+7
* Make sure we include __sync_synchronize on arm platforms if we need it.Eric Christopher2011-04-211-0/+1
* clang_darwin: Add divmod functions to cc_kext library.Daniel Dunbar2011-04-201-0/+2
* clang_darwin: Always set deployment targets when building compiler-rt bits, soDaniel Dunbar2011-04-201-3/+20
* Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for...Anton Korobeynikov2011-04-191-4/+4
* More fixes for missed includesAnton Korobeynikov2011-04-194-0/+4
* Add missed includeAnton Korobeynikov2011-04-191-0/+1
* Add missed files from my last commit.Anton Korobeynikov2011-04-192-0/+53
* Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM...Anton Korobeynikov2011-04-1960-115/+144
* Add ARM EABI function aliases to routinesAnton Korobeynikov2011-04-1939-0/+143
* Make use of LOCAL_LABEL macroAnton Korobeynikov2011-04-193-12/+12
* Get rid of darwin'isms. Provide convenient macro for assembler local lables.Anton Korobeynikov2011-04-194-13/+17
* clang_darwin: Tweak runtime library definitions to include divmod functions.Daniel Dunbar2011-04-191-6/+11
* <rdar://problem/9282305> install an archive for dyld and fix missing -staticNick Kledzik2011-04-141-3/+24
* don't add version info for static libraryNick Kledzik2011-04-141-2/+2
* <rdar://problem/9173756> enable CC.Release to be used alwaysNick Kledzik2011-04-141-0/+2
* fix typoNick Kledzik2011-04-121-118/+118
* <rdar://problem/9185449> update version info for armNick Kledzik2011-04-121-0/+141
* clang/Darwin: Add all the comparison functions, the desire to cherry pick justDaniel Dunbar2011-03-251-5/+2
* Revert "Split single & double comparison routines into separate implementationDaniel Dunbar2011-03-2516-333/+121
* Split single & double comparison routines into separate implementation files,Daniel Dunbar2011-03-2516-121/+333
* compiler-rt/clang/cc_kext: Update for functions which we have sinced acquiredDaniel Dunbar2011-03-211-5/+4
* compiler-rt: Split subdf3 and subsf3 out of add implementations, forDaniel Dunbar2011-03-214-26/+52
* slight re-arrangement to maybe pick up one cycle on dual-issue ARM coresStephen Canon2011-03-211-1/+1
* Carefully written implementations of the 32-bit integer divide and modulus fu...Stephen Canon2011-03-186-32/+337
* <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik2011-03-176-6/+203
* <rdar://problem/9145073> use -Os for release buildsNick Kledzik2011-03-161-4/+4
* don't compile modsi3 into an infinite loop, patch by Matt Johnson!Chris Lattner2011-03-101-1/+3
* <rdar://problem/9099747> fix use of SDKROOTNick Kledzik2011-03-081-1/+1
* <rdar://problem/9091300> update Apple packaging of compiler-rtNick Kledzik2011-03-052-12/+35
* clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin.Daniel Dunbar2011-01-211-6/+1