summaryrefslogtreecommitdiff
path: root/make/platform
AgeCommit message (Expand)Author
2012-09-10build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar
2012-09-10Revert r163415 in an attempt to bring back the buildbots.Chad Rosier
2012-09-07build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar
2012-06-25build/clang_darwin: More principled fix for PR12918; none of this stuff shouldDaniel Dunbar
2012-06-14Don't build compiler-rt arm code on darwin. Fixes PR12918.Nico Weber
2012-05-29[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany
2012-05-22[asan] use -fno-builtin to build asan-rt on MacKostya Serebryany
2012-05-22[asan] use -fPIE -fno-builtin for building asan-rtKostya Serebryany
2012-05-15[tsan] makefile machinery to build tsan-rt (linux-x86_64 only)Kostya Serebryany
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany
2012-03-05platform/clang_darwin: Fix a comment.Daniel Dunbar
2012-03-05make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar
2012-02-10Revert r150232 since it breaks the build when there's no ARM assembler.Bob Wilson
2012-02-10make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar
2011-12-08[asan] move build-time config options from makefile to source (otherwise we n...Kostya Serebryany
2011-12-08platform/clang_linux: Switch builtin and profile libraries to build using theDaniel Dunbar
2011-12-06platform/clang_linux: Add profile and asan libs on x86.Daniel Dunbar
2011-12-02build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see theDaniel Dunbar
2011-12-02build/asan: Fix ASAN build for i386, for reasons I don't really understand weDaniel Dunbar
2011-12-01platform/clang_darwin: Add asan runtime library configuration.Daniel Dunbar
2011-11-28build: Sketch a Clang/Linux platform config.Daniel Dunbar
2011-11-17platform/clang_darwin: Fix a refacto and commento.Daniel Dunbar
2011-11-17platform/clang_darwin: Add configs for profiling support.Daniel Dunbar
2011-11-16platform/clang_darwin: Switch over to use stub Darwin SDK.Daniel Dunbar
2011-11-16platform/clang_darwin: Tweak deployment arg variable names.Daniel Dunbar
2011-11-16lib: Finish int_math.h definitions using compiler builtins and eliminateDaniel Dunbar
2011-11-16build/darwin_bni: Remove consistency check I added, I forgot we always loadDaniel Dunbar
2011-11-16build/darwin_bni: Add a consistency check.Daniel Dunbar
2011-11-15build/clang_darwin: Set CC before trying to run CheckArches.Daniel Dunbar
2011-11-15build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer ...Daniel Dunbar
2011-11-15build: Change default CC to be clang instead of gcc.Daniel Dunbar
2011-11-10platform/clang_darwin: Improve the "can we build for this arch test" by checkingDaniel Dunbar
2011-09-27<rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.aNick Kledzik
2011-09-14platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit theDaniel Dunbar
2011-08-22Remove redundant flag: -mthumb is the default for armv7.Bob Wilson
2011-08-17Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7.Bob Wilson
2011-06-21<rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variab...Nick Kledzik
2011-06-17Missed a rename here 4 args instead of 3.Eric Christopher
2011-06-17Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher
2011-06-14build/clang_darwin: Fix previous change to CheckArches to not cause problem whenDaniel Dunbar
2011-06-13build/clang_darwin: Improve archs check to verify we can not just recognizeDaniel Dunbar
2011-05-19clang/darwin: Tweak CheckArches function to use CC and to not spew output.Daniel Dunbar
2011-05-09Check architectures to make sure that we can build for all of themEric Christopher
2011-05-06clang/Darwin: Include divsi3 functions on x86, they are used by the divmodDaniel Dunbar
2011-04-30clang/Darwin: Update ios static lib to build for all archs, in case theDaniel Dunbar
2011-04-21Make sure we include __sync_synchronize on arm platforms if we need it.Eric Christopher
2011-04-20clang_darwin: Add divmod functions to cc_kext library.Daniel Dunbar
2011-04-20clang_darwin: Always set deployment targets when building compiler-rt bits, soDaniel Dunbar
2011-04-19clang_darwin: Tweak runtime library definitions to include divmod functions.Daniel Dunbar
2011-04-14<rdar://problem/9173756> enable CC.Release to be used alwaysNick Kledzik