aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2011-09-27<rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.aNick Kledzik2-1/+4
2011-09-14platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit theDaniel Dunbar1-0/+13
2011-08-23Change ARM vfp assembly functions to use unified syntax.Bob Wilson34-118/+152
2011-08-22Refactor DEFINE_COMPILERRT_FUNCTION.Bob Wilson1-5/+6
2011-08-22Remove redundant flag: -mthumb is the default for armv7.Bob Wilson1-1/+1
2011-08-17Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7.Bob Wilson1-2/+36
2011-07-28Don't redeclare sr.Joerg Sonnenberger1-1/+1
2011-07-28Don't redeclare sr.Joerg Sonnenberger1-1/+1
2011-06-21<rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variab...Nick Kledzik2-25/+36
2011-06-20add STRIP and LIPO as AvailableOptionsNick Kledzik2-1/+5
2011-06-17Missed a rename here 4 args instead of 3.Eric Christopher1-3/+3
2011-06-17Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher9-9/+823
2011-06-14build/clang_darwin: Fix previous change to CheckArches to not cause problem whenDaniel Dunbar1-1/+2
2011-06-13build/clang_darwin: Improve archs check to verify we can not just recognizeDaniel Dunbar1-1/+1
2011-05-29If a test case is not compiled on a specific platform, print "skipped"Joerg Sonnenberger80-2/+160
2011-05-19clang/darwin: Tweak CheckArches function to use CC and to not spew output.Daniel Dunbar1-2/+3
2011-05-09Check architectures to make sure that we can build for all of themEric Christopher1-4/+17
2011-05-06clang/Darwin: Include divsi3 functions on x86, they are used by the divmodDaniel Dunbar1-0/+5
2011-04-30clang/Darwin: Update ios static lib to build for all archs, in case theDaniel Dunbar1-5/+7
2011-04-21Make sure we include __sync_synchronize on arm platforms if we need it.Eric Christopher1-0/+1
2011-04-20clang_darwin: Add divmod functions to cc_kext library.Daniel Dunbar1-0/+2
2011-04-20clang_darwin: Always set deployment targets when building compiler-rt bits, soDaniel Dunbar1-3/+20
2011-04-19Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for...Anton Korobeynikov1-4/+4
2011-04-19More fixes for missed includesAnton Korobeynikov4-0/+4
2011-04-19Add missed includeAnton Korobeynikov1-0/+1
2011-04-19Add missed files from my last commit.Anton Korobeynikov2-0/+53
2011-04-19Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM...Anton Korobeynikov60-115/+144
2011-04-19Add ARM EABI function aliases to routinesAnton Korobeynikov39-0/+143
2011-04-19Make use of LOCAL_LABEL macroAnton Korobeynikov3-12/+12
2011-04-19Get rid of darwin'isms. Provide convenient macro for assembler local lables.Anton Korobeynikov4-13/+17
2011-04-19clang_darwin: Tweak runtime library definitions to include divmod functions.Daniel Dunbar1-6/+11
2011-04-14<rdar://problem/9282305> install an archive for dyld and fix missing -staticNick Kledzik1-3/+24
2011-04-14don't add version info for static libraryNick Kledzik1-2/+2
2011-04-14<rdar://problem/9173756> enable CC.Release to be used alwaysNick Kledzik1-0/+2
2011-04-12fix typoNick Kledzik1-118/+118
2011-04-12<rdar://problem/9185449> update version info for armNick Kledzik1-0/+141
2011-03-25clang/Darwin: Add all the comparison functions, the desire to cherry pick justDaniel Dunbar1-5/+2
2011-03-25Revert "Split single & double comparison routines into separate implementationDaniel Dunbar16-333/+121
2011-03-25Split single & double comparison routines into separate implementation files,Daniel Dunbar16-121/+333
2011-03-21compiler-rt/clang/cc_kext: Update for functions which we have sinced acquiredDaniel Dunbar1-5/+4
2011-03-21compiler-rt: Split subdf3 and subsf3 out of add implementations, forDaniel Dunbar4-26/+52
2011-03-21slight re-arrangement to maybe pick up one cycle on dual-issue ARM coresStephen Canon1-1/+1
2011-03-18Carefully written implementations of the 32-bit integer divide and modulus fu...Stephen Canon6-32/+337
2011-03-17<rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik6-6/+203
2011-03-16<rdar://problem/9145073> use -Os for release buildsNick Kledzik1-4/+4
2011-03-10don't compile modsi3 into an infinite loop, patch by Matt Johnson!Chris Lattner1-1/+3
2011-03-08<rdar://problem/9099747> fix use of SDKROOTNick Kledzik1-1/+1
2011-03-05<rdar://problem/9091300> update Apple packaging of compiler-rtNick Kledzik2-12/+35
2011-01-21clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin.Daniel Dunbar1-6/+1
2011-01-21clang_darwin: Build with -fno-builtin, primarily to avoid issues with definin...Daniel Dunbar1-1/+5