summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Install libprofile_rt.dylib where it's more available for gcov support.Bill Wendling2011-06-10
* build: Add support for a SHOW_DIAGNOSTICS build variable.Daniel Dunbar2011-04-11
* Merge System into Support.Michael J. Spencer2010-11-29
* build/Makefiles: Don't build unittests when ONLY_TOOLS is set.Daniel Dunbar2010-11-27
* Add --enable-docs. Patch by NAKAMURA Takumi.Rafael Espindola2010-11-12
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* tests: Kill off custom targets which were just there for TestRunner.sh.Daniel Dunbar2010-08-02
* Add support for a new Apple-style build target, EmbeddedSim, that buildsBob Wilson2010-07-20
* build/Clang: Build and install libLTO as part of clang-only/install-clang tar...Daniel Dunbar2010-07-16
* Issue the warning about being slow whenever optimization is disabled,Duncan Sands2010-07-07
* adapt condition for changed default build modeGabor Greif2010-07-07
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-07
* build: Update install-clang target.Daniel Dunbar2010-06-30
* Update for CIndex rename.Daniel Dunbar2010-04-30
* Add an install-clang-c top-level target, which does a Clang C API install.Daniel Dunbar2010-04-30
* cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-s...Jim Grosbach2010-04-24
* modernize the do-all-for-me target to run litGabor Greif2010-03-21
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-25
* Roll back r96959 again.Jeffrey Yasskin2010-02-23
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-23
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-23
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-18
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-18
* For 'install-clang' target, also traverse tools/clang/lib/Runtime.Daniel Dunbar2010-01-20
* Update install-clang target for clang-cc removal.Daniel Dunbar2009-12-12
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-25
* Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only...Daniel Dunbar2009-11-16
* When cross-building, the CFLAGS and CXXFLAGS are for the target, and don'tJim Grosbach2009-10-30
* Remove extraneous comment lineJim Grosbach2009-10-30
* update name check for Apple style builds to be more permissiveJim Grosbach2009-10-30
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Remove stale reference to ThreadSupport.h.Chandler Carruth2009-10-25
* Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings2009-10-22
* Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar2009-10-20
* Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings2009-10-19
* Reconfigure automatically when Base.td.in is changed.Mikhail Glushenkov2009-10-09
* Speed up clang-only link, by really linking only clang, and not the unittestsTorok Edwin2009-09-26
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-13
* Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar2009-09-13
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-13
* Improve support for cross-hosted builds of LLVM.Shantonu Sen2009-09-02
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-27
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-27
* eliminate references to ADT/iterator.hGabor Greif2009-08-26
* Build runtime libraries by default.Daniel Dunbar2009-08-19
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner2009-05-08
* Lets install the manual page with install-clang! Radar 6838692Mike Stump2009-05-01
* Use a bigger hammer to coerce subversion into english.Gabor Greif2009-04-24
* Remove ccc now. Radar 6737767Mike Stump2009-04-07