[WebAssembly] Emit .param, .result, and .local through MC.
[oota-llvm.git] / Makefile
2014-03-25 Meador Inge[configure/make] Propagate names of build host tools...
2014-02-09 NAKAMURA TakumiProvide CMake package modules in install tree
2014-01-17 Bob WilsonFix bad variable syntax in r199413
2014-01-16 Bob WilsonPass the --enable-libcpp configure option for cross...
2013-12-16 NAKAMURA Takumillvm-config: Fixup r197380, tweak for cross compilation...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-07-03 Craig TopperFix regular expression used by 'make update' to only...
2013-01-28 Edwin VaneImproved svn repo searching for 'make update'
2013-01-02 Chandler CarruthUpdate the root Makefile for VMCore -> IR. Missed by...
2012-11-06 Argyrios Kyrtzidis[c-index-test] When building with BUILD_CLANG_ONLY...
2012-10-24 Bob WilsonDon't try to install c-index-test with BUILD_CLANG_ONLY...
2012-10-10 Bill WendlingRemove dead variable.
2012-10-02 Bill WendlingSet the 'build clang only' flag when we're building...
2012-09-24 Bob WilsonClear UNIVERSAL_SDK_PATH setting when building host...
2012-08-22 Daniel Dunbardarwin/cross-build: Unset SDKROOT when building BuildTools.
2012-08-14 David BlaikieFix the make update target to work even when sub repo...
2012-05-09 Bob WilsonDo not install llvm-config-host for cross-builds of...
2012-04-19 Bob WilsonWhen cross compiling, install a host version of llvm...
2012-01-17 Dylan NoblesmithMakefile: add missing files to FilesToConfig
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-11-30 Bob WilsonRemove the install-clang-c makefile target.
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-27 Bob WilsonPartially revert r145157 to quiet an unhappy buildbot.
2011-11-27 Bob WilsonMerge the install-clang-c target into install-clang...
2011-11-12 Daniel Dunbarbuild/Make: Define a TARGET_NATIVE_ARCH variable to...
2011-11-11 Daniel Dunbarbuild/Make: Change llvm-config-2 to be compiled as...
2011-11-11 Daniel Dunbarcross-build/Make: Update cross build to properly forwar...
2011-11-11 Eric ChristopherAdd an option '--enable-libcpp' that will have the...
2011-11-10 Daniel Dunbarbuild/Make: Try to switch over to llvm-config-2 again...
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-02 Daniel Dunbarbuild/Make: Update for rename of show-diagnostics.
2011-10-19 David BlaikieUpdating 'update' target to handle svn 1.7 'info' outpu...
2011-10-08 Peter CollingbourneAdd clang-tblgen to OPTIONAL_DIRS when building native...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-19 Eric ChristopherRemove llvmc and assorted build machinery for it.
2011-06-10 Bill WendlingInstall libprofile_rt.dylib where it's more available...
2011-04-11 Daniel Dunbarbuild: Add support for a SHOW_DIAGNOSTICS build variable.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-27 Daniel Dunbarbuild/Makefiles: Don't build unittests when ONLY_TOOLS...
2010-11-12 Rafael EspindolaAdd --enable-docs. Patch by NAKAMURA Takumi.
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-08-02 Daniel Dunbartests: Kill off custom targets which were just there...
2010-07-20 Bob WilsonAdd support for a new Apple-style build target, Embedde...
2010-07-16 Daniel Dunbarbuild/Clang: Build and install libLTO as part of clang...
2010-07-07 Duncan SandsIssue the warning about being slow whenever optimizatio...
2010-07-07 Gabor Greifadapt condition for changed default build mode
2010-07-07 Duncan SandsRename "Release" builds as "Release+Asserts"; rename...
2010-06-30 Daniel Dunbarbuild: Update install-clang target.
2010-04-30 Daniel DunbarUpdate for CIndex rename.
2010-04-30 Daniel DunbarAdd an install-clang-c top-level target, which does...
2010-04-24 Jim Grosbachcross-build Makefile needs to unset CFLAGS/CXXFLAGS...
2010-03-21 Gabor Greifmodernize the do-all-for-me target to run lit
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
2010-01-20 Daniel DunbarFor 'install-clang' target, also traverse tools/clang...
2009-12-12 Daniel DunbarUpdate install-clang target for clang-cc removal.
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-16 Daniel DunbarDon't build examples by default, use BUILD_EXAMPLES...
2009-10-30 Jim GrosbachWhen cross-building, the CFLAGS and CXXFLAGS are for...
2009-10-30 Jim GrosbachRemove extraneous comment line
2009-10-30 Jim Grosbachupdate name check for Apple style builds to be more...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Chandler CarruthRemove stale reference to ThreadSupport.h.
2009-10-22 Stuart HastingsTrying again to tweak the top-level Makefile to facilit...
2009-10-20 Daniel DunbarRevert "Tweak top-level Makefile to facilitate Apple...
2009-10-19 Stuart HastingsTweak top-level Makefile to facilitate Apple-style...
2009-10-09 Mikhail GlushenkovReconfigure automatically when Base.td.in is changed.
2009-09-26 Torok EdwinSpeed up clang-only link, by really linking only clang...
2009-09-13 Daniel DunbarBuild (not test) the unittests as part of a normal...
2009-09-13 Daniel DunbarRevert unittests build changes temporarily, the unit...
2009-09-13 Daniel DunbarBuild (not test) the unittests as part of a normal...
2009-09-02 Shantonu SenImprove support for cross-hosted builds of LLVM.
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Gabor Greifeliminate references to ADT/iterator.h
2009-08-19 Daniel DunbarBuild runtime libraries by default.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-05-08 Chris LattnerChange 'make install' to install tblgen, for better...
2009-05-01 Mike StumpLets install the manual page with install-clang! Radar...
2009-04-24 Gabor GreifUse a bigger hammer to coerce subversion into english.
2009-04-07 Mike StumpRemove ccc now. Radar 6737767
2009-03-30 Mike StumpAdd ccc back for now.
2009-03-26 Mike StumpUpdate to account for driver renaming.
2009-03-09 Nick LewyckyRemove configurey-fu to autodetect hash_map and hash_se...
2009-01-19 Mike StumpAdd targets to support the installation of clang in...
2009-01-08 Misha BrukmanRemoved trailing whitespace.
2009-01-04 Bill WendlingModify the unittests Makefiles so that they don't rebui...
2009-01-01 Misha BrukmanOriginal patch by Talin.
2008-11-10 Anton KorobeynikovProper way of doing llvm canadian-cross compilation.
2008-10-02 Jim GrosbachAdd support for Canadian Cross builds where the host...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-03-21 Gabor Greifa happier version of happiness
2008-02-28 Gabor GreifRun 'svn info' in the C locale. Also appropriately...
2008-02-28 Gabor GreifSimplify and clean up "update" target. Also
next