- 89adb89 [build/clang_darwin] Fix the case reversal in r173465. by Daniel Dunbar · 12 years ago
- 7ce46da [build/clang_darwin] Don't try to run sw_vers if we don't have it. by Daniel Dunbar · 12 years ago
- 583336e ASan: build runtime flexible mapping and offset in configure+make build as well by Alexey Samsonov · 12 years ago
- e16adbc [asan] Add soname to the dynamic runtime. by Evgeniy Stepanov · 12 years ago
- c0973d6 Automatically create .dSYM for libcompiler_rt.dylib when using Apple's internal build system by Nick Kledzik · 12 years ago
- 94a04b1 UBSan: fix support on Darwin in 'make' build system. Patch by Jean-Daniel Dupas. by Alexey Samsonov · 12 years ago
- 9db0aed [UBSan] Add support for building ubsan runtime library on Linux with 'make'. Compiler-rt part. by Alexey Samsonov · 12 years ago
- 4a4ef70 Support for building the ubsan runtime when using the autoconf build system on by Richard Smith · 12 years ago
- a69eb9a Build ASan runtime for ARM/Android. by Evgeniy Stepanov · 12 years ago
- 087a68b Fix comment typo. by Bob Wilson · 12 years ago
- 079ed92 build/clang_darwin: Don't try to build ARM contents on 10.6. by Daniel Dunbar · 12 years ago
- bd8969c platform/clang_darwin: Drop an x86_64 slice into cc_kext_ios5. by Daniel Dunbar · 12 years ago
- 7bba84a Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
- 0cbb83b Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
- 48154ec Determine supported archs for compiler-rt libraries on Linux by trying to compile a simple executable by Alexey Samsonov · 12 years ago
- dd01c88 [ASan] don't build 64-bit runtime on 32-bit Linux platforms by Alexey Samsonov · 12 years ago
- 11830e0 I'm getting these errors with r165159: by Bill Wendling · 12 years ago
- f3656c1 Back out my temporary workaround for Apple buildbots. by Bob Wilson · 12 years ago
- b36103f Build ASan runtime on Linux for both x86_64 and i386, same as we do with full compiler_rt and libprofile by Alexey Samsonov · 12 years ago
- 41c6ac5 Temporarily comment out some new arm variants to try to fix buildbots. by Bob Wilson · 12 years ago
- 004c434 Add compiler-rt support for Swift. by Bob Wilson · 12 years ago
- 7bc07eb Add support for iOS6. by Bob Wilson · 12 years ago
- 78aedd4 build/clang_darwin: Add the ASAN dynamic library. by Daniel Dunbar · 12 years ago
- d2f2615 Revert r163415 in an attempt to bring back the buildbots. by Chad Rosier · 12 years ago
- 5b36c14 build/clang_darwin: Add the ASAN dynamic library. by Daniel Dunbar · 12 years ago
- 8bc01cb build: Add support for building dylibs. by Daniel Dunbar · 12 years ago
- d865fec Relocate the external headers provided by ASan and the common sanitizer library. by Chandler Carruth · 12 years ago
- d6ccdac build/clang_darwin: More principled fix for PR12918; none of this stuff should by Daniel Dunbar · 12 years ago
- a9f18d1 Don't build compiler-rt arm code on darwin. Fixes PR12918. by Nico Weber · 12 years ago
- fc375d1 80 columns by Nico Weber · 12 years ago
- b3cedf9 [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common by Kostya Serebryany · 12 years ago
- 9003eae [asan] use -fno-builtin to build asan-rt on Mac by Kostya Serebryany · 12 years ago
- f4226ae [asan] use -fPIE -fno-builtin for building asan-rt by Kostya Serebryany · 12 years ago
- 4026c2c [tsan] makefile machinery to build tsan-rt (linux-x86_64 only) by Kostya Serebryany · 12 years ago
- 0d49904 [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it by Kostya Serebryany · 12 years ago
- 99d4932 platform/clang_darwin: Fix a comment. by Daniel Dunbar · 13 years ago
- 0e1d0f2 make/clang_darwin: Tweak CheckArches function to force the integrated-as and use by Daniel Dunbar · 13 years ago
- 40d3a77 Revert r150232 since it breaks the build when there's no ARM assembler. by Bob Wilson · 13 years ago
- 074049d make/clang_darwin: Tweak CheckArches function to force the integrated-as and use by Daniel Dunbar · 13 years ago
- 89a4a18 [asan] build asan-rt with -funwind-tables by Kostya Serebryany · 13 years ago
- 803c124 build compiler-rt with -fPIC, otherwise the run-time libs will not link with -pie, at least on linux by Kostya Serebryany · 13 years ago
- c6f2223 [asan] move build-time config options from makefile to source (otherwise we need config options in all makefiles) by Kostya Serebryany · 13 years ago
- 4fd6b1c platform/clang_linux: Switch builtin and profile libraries to build using the by Daniel Dunbar · 13 years ago
- e235715 build all C++ files in compiler-rt with -fno-exceptions by Kostya Serebryany · 13 years ago
- 5f9ee28 platform/clang_linux: Add profile and asan libs on x86. by Daniel Dunbar · 13 years ago
- f06648a build: Add ModuleName per-subdir variable as a way to organize the different by Daniel Dunbar · 13 years ago
- 7855275 build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see the by Daniel Dunbar · 13 years ago
- fe18082 build/asan: Fix ASAN build for i386, for reasons I don't really understand we by Daniel Dunbar · 13 years ago
- f8328c5 platform/clang_darwin: Add asan runtime library configuration. by Daniel Dunbar · 13 years ago
- d25fa8d build: Sketch a Clang/Linux platform config. by Daniel Dunbar · 13 years ago
- 91354d7 platform/clang_darwin: Fix a refacto and commento. by Daniel Dunbar · 13 years ago
- 91d9c15 platform/clang_darwin: Add configs for profiling support. by Daniel Dunbar · 13 years ago
- 6ecc1fe platform/clang_darwin: Switch over to use stub Darwin SDK. by Daniel Dunbar · 13 years ago
- 469846b platform/clang_darwin: Tweak deployment arg variable names. by Daniel Dunbar · 13 years ago
- c25c6d1 lib: Finish int_math.h definitions using compiler builtins and eliminate by Daniel Dunbar · 13 years ago
- 401f693 lib: Add support for library wide utility functions, and make compilerrt_abort() by Daniel Dunbar · 13 years ago
- 25a3ff1 build/darwin_bni: Remove consistency check I added, I forgot we always load by Daniel Dunbar · 13 years ago
- 1132cf7 build/darwin_bni: Add a consistency check. by Daniel Dunbar · 13 years ago
- d692114 build/clang_darwin: Set CC before trying to run CheckArches. by Daniel Dunbar · 13 years ago
- 5e06e18 build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer supported by modern toolchains. by Daniel Dunbar · 13 years ago
- 55812b5 build: Change default CC to be clang instead of gcc. by Daniel Dunbar · 13 years ago
- 279a22a platform/clang_darwin: Improve the "can we build for this arch test" by checking by Daniel Dunbar · 13 years ago
- a11b52f <rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.a by Nick Kledzik · 13 years ago
- 8ef0830 platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit the by Daniel Dunbar · 13 years ago
- b0f8ecc Remove redundant flag: -mthumb is the default for armv7. by Bob Wilson · 13 years ago
- dee3773 Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7. by Bob Wilson · 13 years ago
- 9435c40 <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variables in darwin_bni.mk. Use GetCNAVar in AppleBI.mk by Nick Kledzik · 13 years ago
- 9d55985 add STRIP and LIPO as AvailableOptions by Nick Kledzik · 13 years ago
- f6f88f3 Missed a rename here 4 args instead of 3. by Eric Christopher · 13 years ago
- 1ace405 Implement mulo<mode>4 for use in signed overflow checking. by Eric Christopher · 13 years ago
- 90467a6 build/clang_darwin: Fix previous change to CheckArches to not cause problem when by Daniel Dunbar · 13 years ago
- 355afd2 build/clang_darwin: Improve archs check to verify we can not just recognize by Daniel Dunbar · 13 years ago
- 96051e1 clang/darwin: Tweak CheckArches function to use CC and to not spew output. by Daniel Dunbar · 13 years ago
- 2f5efb0 Check architectures to make sure that we can build for all of them by Eric Christopher · 14 years ago
- 187b4b5 clang/Darwin: Include divsi3 functions on x86, they are used by the divmod by Daniel Dunbar · 14 years ago
- a14b721 clang/Darwin: Update ios static lib to build for all archs, in case the by Daniel Dunbar · 14 years ago
- 3d8090e Make sure we include __sync_synchronize on arm platforms if we need it. by Eric Christopher · 14 years ago
- 4c45b93 clang_darwin: Add divmod functions to cc_kext library. by Daniel Dunbar · 14 years ago
- 56026be clang_darwin: Always set deployment targets when building compiler-rt bits, so by Daniel Dunbar · 14 years ago
- d0dbbc4 clang_darwin: Tweak runtime library definitions to include divmod functions. by Daniel Dunbar · 14 years ago
- 7956ca9 <rdar://problem/9282305> install an archive for dyld and fix missing -static by Nick Kledzik · 14 years ago
- 16dfc0b <rdar://problem/9173756> enable CC.Release to be used always by Nick Kledzik · 14 years ago
- 358b3fd clang/Darwin: Add all the comparison functions, the desire to cherry pick just by Daniel Dunbar · 14 years ago
- ce750fd Revert "Split single & double comparison routines into separate implementation by Daniel Dunbar · 14 years ago
- fb92f4b Split single & double comparison routines into separate implementation files, by Daniel Dunbar · 14 years ago
- f442f26 compiler-rt/clang/cc_kext: Update for functions which we have sinced acquired by Daniel Dunbar · 14 years ago
- 5c08099 <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARM by Nick Kledzik · 14 years ago
- 1ea7a40 <rdar://problem/9145073> use -Os for release builds by Nick Kledzik · 14 years ago
- b1aee72 <rdar://problem/9099747> fix use of SDKROOT by Nick Kledzik · 14 years ago
- 3d40740 <rdar://problem/9091300> update Apple packaging of compiler-rt by Nick Kledzik · 14 years ago
- e512f7f clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. by Daniel Dunbar · 14 years ago
- 4e105fb clang_darwin: Build with -fno-builtin, primarily to avoid issues with defining possible builtin functions. by Daniel Dunbar · 14 years ago
- cfa4fea clang_darwin: Start building an armv7 slice for cc_kext. by Daniel Dunbar · 14 years ago
- 341b7de clang_darwin: Build cckext bits with -mthumb. by Daniel Dunbar · 14 years ago
- ed9b014 Fix typo. by Daniel Dunbar · 14 years ago
- 1d16fde make: Add CheckCommandLineOverrides to my little Makefile library, a routine for by Daniel Dunbar · 14 years ago
- 8dd2433 <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7 by Nick Kledzik · 14 years ago
- ab94fd3 compiler-rt/clang/Darwin: Add a new library configuration which has nothing by Daniel Dunbar · 14 years ago
- dc0b559 fix install location by Nick Kledzik · 14 years ago
- 3c2c684 fix arvm5 builds by Nick Kledzik · 14 years ago