summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: add missing files to FilesToConfigDylan Noblesmith2012-01-171-2/+9
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-011-2/+2
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-011-2/+2
* Remove the install-clang-c makefile target.Bob Wilson2011-11-301-9/+0
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-291-2/+2
* Partially revert r145157 to quiet an unhappy buildbot.Bob Wilson2011-11-271-0/+9
* Merge the install-clang-c target into install-clang. <rdar://problem/10217046>Bob Wilson2011-11-271-9/+2
* build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise thanDaniel Dunbar2011-11-121-1/+1
* build/Make: Change llvm-config-2 to be compiled as a build tool.Daniel Dunbar2011-11-111-1/+1
* cross-build/Make: Update cross build to properly forward ARCH andDaniel Dunbar2011-11-111-0/+2
* Add an option '--enable-libcpp' that will have the compiler pass onEric Christopher2011-11-111-0/+1
* build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned upDaniel Dunbar2011-11-101-1/+1
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-101-3/+3
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-101-3/+3
* build/Make: Update for rename of show-diagnostics.Daniel Dunbar2011-11-021-1/+1
* Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Dania...David Blaikie2011-10-191-1/+1
* Add clang-tblgen to OPTIONAL_DIRS when building native tools for thePeter Collingbourne2011-10-081-2/+3
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-3/+3
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-191-2/+1
* Install libprofile_rt.dylib where it's more available for gcov support.Bill Wendling2011-06-101-2/+2
* build: Add support for a SHOW_DIAGNOSTICS build variable.Daniel Dunbar2011-04-111-0/+15
* Merge System into Support.Michael J. Spencer2010-11-291-5/+5
* build/Makefiles: Don't build unittests when ONLY_TOOLS is set.Daniel Dunbar2010-11-271-0/+5
* Add --enable-docs. Patch by NAKAMURA Takumi.Rafael Espindola2010-11-121-0/+4
* 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