aboutsummaryrefslogtreecommitdiff
path: root/utils/buildit/GNUmakefile
AgeCommit message (Expand)Author
2012-04-03Fix the install location for the Embedded makefile target.Bob Wilson
2012-04-03Remove dead code for installing libLTO when building llvmCore.Bob Wilson
2011-11-29Install llvmCore to /usr/local. <rdar://problem/10390708>Bob Wilson
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-02-25Add a new "Embedded" makefile target for Apple-style builds.Bob Wilson
2010-08-16Install Embedded builds into usr/local. Radar 8313723.Bob Wilson
2010-08-10Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.Bob Wilson
2010-07-20Add support for a new Apple-style build target, EmbeddedSim, that buildsBob Wilson
2010-07-14Try to get embedded build of llvmCore to pass verification.Bob Wilson
2010-05-05Select an ARM-hosted cross build with a separate makefile target instead ofBob Wilson
2010-04-28Add an option to the Apple-style build to control whether libLTO.dylib shouldBob Wilson
2010-04-28Undo most of my previous whitespace fix. I think I like it better this wayBob Wilson
2010-04-28Fix whitespace.Bob Wilson
2010-03-03Fix comment.Bill Wendling
2010-03-03Don't turn assertions on by default.Bill Wendling
2010-01-14Use ENABLE_ASSERTIONS throughout.Bill Wendling
2010-01-14Erm, previous patch was wrong; Thanks Bill\!Stuart Hastings
2010-01-14Enable assertions by default for Apple-style builds.Stuart Hastings
2009-10-22Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings
2009-10-20Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar
2009-10-19Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings
2009-08-26Don't submit test directory.Bill Wendling
2009-02-07Revert 64023. make prefers GNUmakefile over makefile.Evan Cheng
2009-02-07Move Apple style build makefiles to the top level. Just like llvmgcc42.Evan Cheng
2008-02-29fix default RC_ProjectSourceSubversion to be zeroNick Kledzik
2008-01-30 Always put version numbers at the end because they are optional.Devang Patel
2008-01-18Fix makefiles to enable Apply style debug build.Evan Cheng
2007-11-09Initial commit of files that support building LLVM the "Apple" way.Bill Wendling