summaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Expand)Author
2016-01-26Remove autoconf support for building runtime libraries.Chris Bieneman
2015-12-10[PGO] Split value profiling runtime into its own fileXinliang David Li
2015-11-20Mention new InstrProfilingWriter file in clang_{darwin|linux}.mkMatthias Braun
2015-11-13compiler-rt: add make solution to bootstrap mingw-w64Martell Malone
2015-10-05[compiler-rt] Properly detect lack of available system libraries for arch in ...Keno Fischer
2015-09-24[autoconf] Fixing a bug I introduced r248441Chris Bieneman
2015-09-23[darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...Chris Bieneman
2015-09-08[autoconf] Add __umodti3 to iOS builtins for arm64.Chris Bieneman
2015-09-01[autoconf] Add ___udivti3 to iOS builtinsChris Bieneman
2015-07-13profile: Autoconf build system support for r241824Justin Bogner
2015-05-20[darwin] fix libcompiler_rt.dylib buildNick Kledzik
2015-05-14[Builtins] Wire half-precision conversions through cc_kext makefiles.Ahmed Bougacha
2015-05-14[Builtins] Wire half-precision conversions through Darwin makefiles.Ahmed Bougacha
2015-05-08builtins: Implement the functions from stdatomic.hJustin Bogner
2015-04-19Include __mulodi4 in the 32-bit ARM versions of libclang_rt.cc_kext.a.Bob Wilson
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-25On OS X, explicitly use libc++Kuba Brecka
2015-03-24Revert "Revert "[UBSan] Use shared library for UBSan on OS X" and its followup"Alexey Samsonov
2015-03-24Revert "[UBSan] Use shared library for UBSan on OS X" and its followupJustin Bogner
2015-03-23[UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov
2015-02-28build: remove the stub linux SDKSaleem Abdulrasool
2015-02-28Fix OS X build failure with Command Line Tools and without full Xcode install...Kuba Brecka
2015-02-18Remove support for building sanitizers from Makefile/autoconf build on Linux.Alexey Samsonov
2015-02-17Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun
2015-02-17Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov
2015-01-29[compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka
2015-01-27profile: add lib/profile to cc_kext on darwin,arm64Justin Bogner
2015-01-23[compiler-rt] Ensure AsanInitFromRtl is called from a static initializer on O...Kuba Brecka
2015-01-06Add 64-bit multiply functions to iOS arm64 compiler-rt dylibNick Kledzik
2014-12-29Remove darwin_fat.mk.Alexey Samsonov
2014-12-15profile: Add the relevant parts of lib/profile to cc_kext on darwinJustin Bogner
2014-11-28[asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov
2014-11-11Add a missing parenthesis mistakenly dropped in r221621.Bob Wilson
2014-11-10Clean up indentation after previous change.Bob Wilson
2014-11-10Build Darwin libclang_rt libraries against real SDKs.Bob Wilson
2014-11-10Do not build a separate x86_64h Haswell slice for the iOS simulator.Bob Wilson
2014-11-07Use @rpath for ASan dylib in MakefilesKuba Brecka
2014-10-14Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.Bob Wilson
2014-10-08AArch64: don't just hack arm64 support into compiler-rt.Tim Northover
2014-10-08AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover
2014-10-08[ASan] Bump the minimum OSX version required to run ASan to 10.7.Alexander Potapenko
2014-07-10Fix configure+make build of profile runtime libraryAlexey Samsonov
2014-05-22Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov
2014-05-15Fix typosAlp Toker
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-05-07[DFSan] Update build rules for Makefile buildAlexey Samsonov
2014-03-21InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith
2014-03-20PGO: Add explicit static initializationDuncan P. N. Exon Smith
2014-03-20PGO: Moving files for clarityDuncan P. N. Exon Smith
2014-03-20PGO: Implement Darwin linker magic for instrumentationDuncan P. N. Exon Smith