summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-03-21modernize the do-all-for-me target to run litGabor Greif1-1/+1
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin1-2/+6
2010-02-23Roll back r96959 again.Jeffrey Yasskin1-2/+2
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin1-2/+2
2010-02-23Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar1-7/+0
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin1-2/+2
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin1-2/+2
2010-01-20For 'install-clang' target, also traverse tools/clang/lib/Runtime.Daniel Dunbar1-1/+2
2009-12-12Update install-clang target for clang-cc removal.Daniel Dunbar1-2/+1
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar1-2/+4
2009-11-16Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only...Daniel Dunbar1-1/+5
2009-10-30When cross-building, the CFLAGS and CXXFLAGS are for the target, and don'tJim Grosbach1-0/+2
2009-10-30Remove extraneous comment lineJim Grosbach1-1/+0
2009-10-30update name check for Apple style builds to be more permissiveJim Grosbach1-1/+3
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth1-2/+2
2009-10-25Remove stale reference to ThreadSupport.h.Chandler Carruth1-2/+1
2009-10-22Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings1-0/+12
2009-10-20Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar1-6/+0
2009-10-19Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings1-0/+6
2009-10-09Reconfigure automatically when Base.td.in is changed.Mikhail Glushenkov1-1/+2
2009-09-26Speed up clang-only link, by really linking only clang, and not the unittestsTorok Edwin1-1/+1
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar1-1/+1
2009-09-13Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar1-1/+1
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar1-1/+1
2009-09-02Improve support for cross-hosted builds of LLVM.Shantonu Sen1-2/+11
2009-08-27re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif1-3/+1
2009-08-27--- Reverse-merging r80147 into '.':Bill Wendling1-1/+3
2009-08-26eliminate references to ADT/iterator.hGabor Greif1-3/+1
2009-08-19Build runtime libraries by default.Daniel Dunbar1-1/+1
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor1-0/+2
2009-05-08Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner1-3/+2
2009-05-01Lets install the manual page with install-clang! Radar 6838692Mike Stump1-1/+1
2009-04-24Use a bigger hammer to coerce subversion into english.Gabor Greif1-1/+1
2009-04-07Remove ccc now. Radar 6737767Mike Stump1-1/+1
2009-03-30Add ccc back for now.Mike Stump1-1/+1
2009-03-26Update to account for driver renaming.Mike Stump1-1/+2
2009-03-09Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky1-4/+0
2009-01-19Add targets to support the installation of clang in isolation.Mike Stump1-0/+13
2009-01-08Removed trailing whitespace.Misha Brukman1-8/+8
2009-01-04Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling1-2/+1
2009-01-01Original patch by Talin.Misha Brukman1-1/+7
2008-11-10Proper way of doing llvm canadian-cross compilation.Anton Korobeynikov1-9/+29
2008-10-02Add support for Canadian Cross builds where the host executables are notJim Grosbach1-0/+6
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov1-6/+6
2008-03-21a happier version of happinessGabor Greif1-2/+2
2008-02-28Run 'svn info' in the C locale. Also appropriately escape spaces and ? for ga...Gabor Greif1-3/+3
2008-02-28Simplify and clean up "update" target. AlsoGabor Greif1-5/+6
2008-02-28Now that targets are serialized, introduceGabor Greif1-1/+13
2008-02-28Treat all targets serially at the toplevel. This allowsGabor Greif1-1/+6
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner1-2/+2