summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Add API for profile merge from bufferXinliang David Li2016-03-031-1/+2
* Remove autoconf support for building runtime libraries.Chris Bieneman2016-01-261-99/+0
* [PGO] Split value profiling runtime into its own fileXinliang David Li2015-12-102-2/+2
* Mention new InstrProfilingWriter file in clang_{darwin|linux}.mkMatthias Braun2015-11-202-2/+4
* compiler-rt: add make solution to bootstrap mingw-w64Martell Malone2015-11-131-0/+30
* [compiler-rt] Properly detect lack of available system libraries for arch in ...Keno Fischer2015-10-052-8/+17
* [autoconf] Fixing a bug I introduced r248441Chris Bieneman2015-09-241-4/+4
* [darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...Chris Bieneman2015-09-231-34/+17
* [autoconf] Add __umodti3 to iOS builtins for arm64.Chris Bieneman2015-09-081-2/+4
* [autoconf] Add ___udivti3 to iOS builtinsChris Bieneman2015-09-011-2/+3
* profile: Autoconf build system support for r241824Justin Bogner2015-07-132-2/+2
* [darwin] fix libcompiler_rt.dylib buildNick Kledzik2015-05-201-1/+1
* [Builtins] Wire half-precision conversions through cc_kext makefiles.Ahmed Bougacha2015-05-141-0/+3
* [Builtins] Wire half-precision conversions through Darwin makefiles.Ahmed Bougacha2015-05-143-3/+12
* builtins: Implement the functions from stdatomic.hJustin Bogner2015-05-083-7/+28
* Include __mulodi4 in the 32-bit ARM versions of libclang_rt.cc_kext.a.Bob Wilson2015-04-191-0/+1
* [UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov2015-04-011-7/+11
* On OS X, explicitly use libc++Kuba Brecka2015-03-251-10/+8
* Revert "Revert "[UBSan] Use shared library for UBSan on OS X" and its followup"Alexey Samsonov2015-03-241-26/+46
* Revert "[UBSan] Use shared library for UBSan on OS X" and its followupJustin Bogner2015-03-241-46/+26
* [UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov2015-03-231-26/+46
* build: remove the stub linux SDKSaleem Abdulrasool2015-02-281-6/+0
* Fix OS X build failure with Command Line Tools and without full Xcode install...Kuba Brecka2015-02-281-4/+8
* Remove support for building sanitizers from Makefile/autoconf build on Linux.Alexey Samsonov2015-02-181-72/+3
* Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun2015-02-172-3/+130
* Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov2015-02-172-130/+3
* [compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka2015-01-291-3/+10
* profile: add lib/profile to cc_kext on darwin,arm64Justin Bogner2015-01-271-1/+8
* [compiler-rt] Ensure AsanInitFromRtl is called from a static initializer on O...Kuba Brecka2015-01-231-2/+4
* 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