aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-151-1/+1
* tests: Kill off custom targets which were just there for TestRunner.sh.Daniel Dunbar2010-08-021-3/+0
* Add support for a new Apple-style build target, EmbeddedSim, that buildsBob Wilson2010-07-201-1/+2
* build/Clang: Build and install libLTO as part of clang-only/install-clang tar...Daniel Dunbar2010-07-161-2/+4
* Issue the warning about being slow whenever optimization is disabled,Duncan Sands2010-07-071-1/+1
* adapt condition for changed default build modeGabor Greif2010-07-071-1/+1
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-071-1/+1
* build: Update install-clang target.Daniel Dunbar2010-06-301-1/+1
* Update for CIndex rename.Daniel Dunbar2010-04-301-1/+1
* Add an install-clang-c top-level target, which does a Clang C API install.Daniel Dunbar2010-04-301-0/+9
* cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-s...Jim Grosbach2010-04-241-0/+2
* modernize the do-all-for-me target to run litGabor Greif2010-03-211-1/+1
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-251-2/+6
* Roll back r96959 again.Jeffrey Yasskin2010-02-231-2/+2
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-231-2/+2
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-231-7/+0
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-181-2/+2
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-181-2/+2
* For 'install-clang' target, also traverse tools/clang/lib/Runtime.Daniel Dunbar2010-01-201-1/+2
* Update install-clang target for clang-cc removal.Daniel Dunbar2009-12-121-2/+1
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-251-2/+4
* Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only...Daniel Dunbar2009-11-161-1/+5
* When cross-building, the CFLAGS and CXXFLAGS are for the target, and don'tJim Grosbach2009-10-301-0/+2
* Remove extraneous comment lineJim Grosbach2009-10-301-1/+0
* update name check for Apple style builds to be more permissiveJim Grosbach2009-10-301-1/+3
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-2/+2
* Remove stale reference to ThreadSupport.h.Chandler Carruth2009-10-251-2/+1
* Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings2009-10-221-0/+12
* Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar2009-10-201-6/+0
* Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings2009-10-191-0/+6
* Reconfigure automatically when Base.td.in is changed.Mikhail Glushenkov2009-10-091-1/+2
* Speed up clang-only link, by really linking only clang, and not the unittestsEdwin Török2009-09-261-1/+1
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-131-1/+1
* Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar2009-09-131-1/+1
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-131-1/+1
* Improve support for cross-hosted builds of LLVM.Shantonu Sen2009-09-021-2/+11
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-271-3/+1
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-1/+3
* eliminate references to ADT/iterator.hGabor Greif2009-08-261-3/+1
* Build runtime libraries by default.Daniel Dunbar2009-08-191-1/+1
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+2
* Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner2009-05-081-3/+2
* Lets install the manual page with install-clang! Radar 6838692Mike Stump2009-05-011-1/+1
* Use a bigger hammer to coerce subversion into english.Gabor Greif2009-04-241-1/+1
* Remove ccc now. Radar 6737767Mike Stump2009-04-071-1/+1
* Add ccc back for now.Mike Stump2009-03-301-1/+1
* Update to account for driver renaming.Mike Stump2009-03-261-1/+2
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-091-4/+0
* Add targets to support the installation of clang in isolation.Mike Stump2009-01-191-0/+13
* Removed trailing whitespace.Misha Brukman2009-01-081-8/+8