summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Add 64-bit multiply functions to iOS arm64 compiler-rt dylibNick Kledzik2015-01-061-0/+1
* Remove darwin_fat.mk.Alexey Samsonov2014-12-291-56/+0
* profile: Add the relevant parts of lib/profile to cc_kext on darwinJustin Bogner2014-12-151-0/+6
* [asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov2014-11-281-2/+1
* Add a missing parenthesis mistakenly dropped in r221621.Bob Wilson2014-11-111-1/+1
* Clean up indentation after previous change.Bob Wilson2014-11-101-17/+17
* Build Darwin libclang_rt libraries against real SDKs.Bob Wilson2014-11-101-36/+52
* Do not build a separate x86_64h Haswell slice for the iOS simulator.Bob Wilson2014-11-101-7/+4
* Use @rpath for ASan dylib in MakefilesKuba Brecka2014-11-071-2/+2
* Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.Bob Wilson2014-10-141-2/+2
* AArch64: don't just hack arm64 support into compiler-rt.Tim Northover2014-10-081-10/+3
* AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover2014-10-082-0/+24
* [ASan] Bump the minimum OSX version required to run ASan to 10.7.Alexander Potapenko2014-10-081-1/+1
* Fix configure+make build of profile runtime libraryAlexey Samsonov2014-07-101-2/+4
* 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