summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAge
...
* build/clang_darwin: Add the ASAN dynamic library.Daniel Dunbar2012-09-07
* build: Add support for building dylibs.Daniel Dunbar2012-09-07
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-29
* build/clang_darwin: More principled fix for PR12918; none of this stuff shouldDaniel Dunbar2012-06-25
* Don't build compiler-rt arm code on darwin. Fixes PR12918.Nico Weber2012-06-14
* 80 columnsNico Weber2012-06-14
* [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany2012-05-29
* [asan] use -fno-builtin to build asan-rt on MacKostya Serebryany2012-05-22
* [asan] use -fPIE -fno-builtin for building asan-rtKostya Serebryany2012-05-22
* [tsan] makefile machinery to build tsan-rt (linux-x86_64 only)Kostya Serebryany2012-05-15
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-15
* platform/clang_darwin: Fix a comment.Daniel Dunbar2012-03-05
* make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar2012-03-05
* Revert r150232 since it breaks the build when there's no ARM assembler.Bob Wilson2012-02-10
* make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar2012-02-10
* [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