summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov2014-05-221-10/+10
* Fix typosAlp Toker2014-05-153-7/+7
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-122-7/+18
* [DFSan] Update build rules for Makefile buildAlexey Samsonov2014-05-071-2/+3
* InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith2014-03-211-3/+3
* PGO: Add explicit static initializationDuncan P. N. Exon Smith2014-03-201-1/+2
* PGO: Moving files for clarityDuncan P. N. Exon Smith2014-03-201-1/+1
* PGO: Implement Darwin linker magic for instrumentationDuncan P. N. Exon Smith2014-03-201-1/+1
* PGO: Split out initialization of section boundsDuncan P. N. Exon Smith2014-03-201-2/+3
* PGO: Appease buildbots after r204268Duncan P. N. Exon Smith2014-03-191-2/+2
* One more attempt to fix Makefile buildAlexey Samsonov2014-03-193-7/+4
* [Make] Build sanitizer runtimes with -std=c++11Alexey Samsonov2014-03-192-2/+5
* Move Android ucontext.h out of third_party.Evgeniy Stepanov2014-03-181-1/+1
* ARM: implement __sync_fetch_and_* operationsTim Northover2014-03-041-0/+20
* [asan] Fix Android configure/make build.Evgeniy Stepanov2014-03-041-2/+3
* Darwin: use the compiler-provided linkerTim Northover2014-02-211-1/+1
* [compiler-rt] Fix CompilerTargetTriple for non-English locales.Alexey Samsonov2014-02-171-1/+1
* Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov2014-02-141-5/+6
* Remove -arm-enable-ehabi from Android build rules. It's enabled by default.Evgeniy Stepanov2014-01-291-1/+1
* Darwin: add x86_64h slice for Haswell.Tim Northover2014-01-241-24/+42
* [asan] Android logging.Evgeniy Stepanov2014-01-231-1/+1
* Macho-embedded: update build script for newer Clang behaviour.Tim Northover2014-01-212-3/+2
* [asan] Link runtime library with -lm -Wl,-z,defs to ensure that it declares a...Evgeniy Stepanov2014-01-171-2/+2
* [asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov2014-01-162-8/+4
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-151-10/+0
* profile: Rudimentary suppport for PGO instrumentationJustin Bogner2014-01-061-2/+2
* Only build embedded darwin variants if the compiler supports themTim Northover2013-12-111-8/+27
* Revert r196490 and fix include paths in makefile-based buildAlexey Samsonov2013-12-051-2/+4
* Fixing ordering of definition of IOSSIM_SDK_PATHDuncan P. N. Exon Smith2013-11-201-1/+1
* [ASan] Don't put asan_iossim_dynamic in the list of configurations to buildAlexander Potapenko2013-11-191-0/+2
* Revert premature instructions to build __sync_fetch_*Tim Northover2013-11-151-20/+0
* Add clang_darwin_embedded platform for embedded projectsTim Northover2013-11-151-0/+270
* [ASan] Add the configure+make rules for building the ASan runtime for iOS sim...Alexander Potapenko2013-11-151-1/+29
* [ASan] Remove the stale dependency on the Foundation framework from the dynam...Alexander Potapenko2013-11-131-1/+1
* Push back various changes for building Apple's compiler-rt dylib.Bob Wilson2013-11-032-10/+48
* [asan] Don't require X86 to build Android runtime.Evgeniy Stepanov2013-10-031-1/+2
* [lsan] Follow-up to r189010 - do the same in Makefile build.Sergey Matveev2013-08-221-1/+1
* Add missing ']'.Bill Wendling2013-08-211-1/+1
* For Darwin builds, locate tools using xcrun when available.Bob Wilson2013-08-211-1/+12
* [LSan] Add support for building standalone LSan runtime to Make build (compil...Alexey Samsonov2013-08-201-1/+5
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-071-1/+4
* [ASan] Bump min supported Mac OS X version to 10.6 - makefile buildAlexey Samsonov2013-07-161-2/+2
* Revert "Temporarily disable building the armv7 variants of profile_ios on"Bob Wilson2013-06-261-6/+1
* Revert the Darwin half of r184805: "Remove the sysroot (or isysroot)Chandler Carruth2013-06-261-12/+8
* Temporarily disable building the armv7 variants of profile_ios onChandler Carruth2013-06-251-1/+6
* Remove the sysroot (or isysroot) restriction from the GCDAProfile.cChandler Carruth2013-06-252-12/+14
* When the compiler is not providing a clean triple, we should fail Sylvestre Ledru2013-06-191-2/+0
* Revert r182465 and add lsan-common library to makefile-based buildAlexey Samsonov2013-05-221-1/+1
* <rdar://problem/13806954> enable __atomic_* functions for DarwinNick Kledzik2013-05-212-1/+2
* [ASan] Nuke build of static ASan runtime on Mac OSAlexey Samsonov2013-05-201-7/+0