aboutsummaryrefslogtreecommitdiff
path: root/llvm-host-build.mk
AgeCommit message (Expand)Author
2020-12-03Stop building against ncurses.Elliott Hughes
2018-11-01Disable tblgen in MakeDan Willemsen
2016-11-29Disable RTTI and exceptionsColin Cross
2016-10-24Update aosp/master LLVM for rebase to r275480Pirama Arumuga Nainar
2016-09-02Remove HOST_PREFER_32_BITColin Cross
2016-07-18Add uuid library dependency for Windows builds.Stephen Hines
2016-04-26Revert "Suppress many less important clang-tidy warnings."Chih-hung Hsieh
2016-04-12Suppress many less important clang-tidy warnings.Chih-Hung Hsieh
2016-04-01Fix dependencies of code generated by llvm-tblgenShinichiro Hamaji
2016-03-03Update aosp/master LLVM for rebase to r256229Pirama Arumuga Nainar
2015-09-18Don't force LLVM to be only built as 64-bit on the host.Stephen Hines
2015-09-10Clean up warning/error flags (especially for Windows).Stephen Hines
2015-09-10Fix darwin build due to deprecated sbrk declaration.Stephen Hines
2015-09-10Don't use -Werror on windows, since mingw generates different warnings.Stephen Hines
2015-09-09Turn on -Werror for LLVM builds.Stephen Hines
2015-09-02Stop checking HOST_OS, whitelist windows modulesDan Willemsen
2015-06-18Replace LLVM_ENABLE_ASSERTION with FORCE_BUILD_LLVM_DISABLE_NDEBUG, and add F...David Gross
2015-04-08Take HOST_PREFER_32_BIT into accountColin Cross
2015-04-07Set LOCAL_MULTLIB := first for all LLVM host buildsColin Cross
2015-03-27Remove uses of libcxx.mk.Dan Albert
2014-11-08Don't use libgcc_s on Darwin.Dan Albert
2014-11-08Enable 64-bit builds of all host LLVM tools.Stephen Hines
2014-11-06am fbc55c91: Merge "Revert "Enable 64-bit builds of all host LLVM tools.""Stephen Hines
2014-11-05Revert "Enable 64-bit builds of all host LLVM tools."Stephen Hines
2014-11-05am e5a80829: Merge "Enable 64-bit builds of all host LLVM tools."Stephen Hines
2014-11-04Enable 64-bit builds of all host LLVM tools.Stephen Hines
2014-11-04am 3160f501: Merge "Add color support for Clang!"Stephen Hines
2014-10-31Add color support for Clang!Stephen Hines
2014-09-30Fix windows build for LLVM.Stephen Hines
2014-09-04Revert "Add LOCAL_NO_FPIE to LLVM."Tim Murray
2014-09-03Add LOCAL_NO_FPIE to LLVM.Tim Murray
2014-06-05Build LLVM for the host as 32-bit only.Ian Rogers
2014-06-03Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM.Stephen Hines
2014-05-05Merge "Don't try to use Clang on Windows yet."idea133-weekly-releaseStephen Hines
2014-04-24Update to LLVM 3.5a.Stephen Hines
2014-04-02Revert "Make LLVM compile with prebuilt clang."Tim Murray
2014-04-01Don't try to use Clang on Windows yet.Tim Murray
2014-03-21Make LLVM compile with prebuilt clang.Tim Murray
2014-03-11Avoid redefinition of __STDC_CONSTANT_MACROS.Ian Rogers
2014-01-31Avoid redefinition of __STD_FORMAT_MACROS.Ian Rogers
2012-07-17Fix Mac build breakage: Restore the host build mk file here.Shih-wei Liao
2012-07-17Fix Mac build breakage.Shih-wei Liao
2012-05-03Fix assert handling for LLVM.Stephen Hines
2011-12-16Fix LOCAL_MODULE for tblgen rules.Logan Chien
2011-11-14Update LLVM to svn 144354.Stephen Hines
2011-07-11Remove the simulator target from all makefiles.Jeff Brown
2011-05-24Always bring tblgen target up to date.Ying Wang
2011-03-15Implement copy-when-different build rules for tblgen.Logan Chien
2011-02-28Update build script after merge.jush
2010-10-08Include $(CLANG_ROOT_PATH)/include in llvm-host-build.mk using tblgen.Zonr Chang