summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAge
* [asan] build asan-rt with -funwind-tablesKostya Serebryany2011-12-29
* build compiler-rt with -fPIC, otherwise the run-time libs will not link with ...Kostya Serebryany2011-12-13
* [asan] move build-time config options from makefile to source (otherwise we n...Kostya Serebryany2011-12-08
* platform/clang_linux: Switch builtin and profile libraries to build using theDaniel Dunbar2011-12-08
* build all C++ files in compiler-rt with -fno-exceptionsKostya Serebryany2011-12-06
* platform/clang_linux: Add profile and asan libs on x86.Daniel Dunbar2011-12-06
* build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar2011-12-02
* build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see theDaniel Dunbar2011-12-02
* build/asan: Fix ASAN build for i386, for reasons I don't really understand weDaniel Dunbar2011-12-02
* platform/clang_darwin: Add asan runtime library configuration.Daniel Dunbar2011-12-01
* build: Sketch a Clang/Linux platform config.Daniel Dunbar2011-11-28
* platform/clang_darwin: Fix a refacto and commento.Daniel Dunbar2011-11-17
* platform/clang_darwin: Add configs for profiling support.Daniel Dunbar2011-11-17
* platform/clang_darwin: Switch over to use stub Darwin SDK.Daniel Dunbar2011-11-16
* platform/clang_darwin: Tweak deployment arg variable names.Daniel Dunbar2011-11-16
* lib: Finish int_math.h definitions using compiler builtins and eliminateDaniel Dunbar2011-11-16
* lib: Add support for library wide utility functions, and make compilerrt_abort()Daniel Dunbar2011-11-16
* build/darwin_bni: Remove consistency check I added, I forgot we always loadDaniel Dunbar2011-11-16
* build/darwin_bni: Add a consistency check.Daniel Dunbar2011-11-16
* build/clang_darwin: Set CC before trying to run CheckArches.Daniel Dunbar2011-11-15
* build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer ...Daniel Dunbar2011-11-15
* build: Change default CC to be clang instead of gcc.Daniel Dunbar2011-11-15
* platform/clang_darwin: Improve the "can we build for this arch test" by checkingDaniel Dunbar2011-11-10
* <rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.aNick Kledzik2011-09-27
* platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit theDaniel Dunbar2011-09-14
* Remove redundant flag: -mthumb is the default for armv7.Bob Wilson2011-08-22
* Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7.Bob Wilson2011-08-17
* <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variab...Nick Kledzik2011-06-21
* add STRIP and LIPO as AvailableOptionsNick Kledzik2011-06-20
* Missed a rename here 4 args instead of 3.Eric Christopher2011-06-17
* Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher2011-06-17
* build/clang_darwin: Fix previous change to CheckArches to not cause problem whenDaniel Dunbar2011-06-14
* build/clang_darwin: Improve archs check to verify we can not just recognizeDaniel Dunbar2011-06-13
* clang/darwin: Tweak CheckArches function to use CC and to not spew output.Daniel Dunbar2011-05-19
* Check architectures to make sure that we can build for all of themEric Christopher2011-05-09
* 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