aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Makefile
AgeCommit message (Expand)Author
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2010-04-15Revert r100896 and around - this breaks the only mingw32 buildbot we have.Anton Korobeynikov
2010-04-09suck the propagating "has dynamic libs" check into a single makefile Chris Lattner
2010-04-09add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner
2010-01-04move instcombine to its own library, it's past time.Chris Lattner
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov
2009-03-11I should definitely read make docs someday :(Anton Korobeynikov
2009-03-11Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov
2009-03-11Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-04-11Build Hello by default so it can be used in test cases.Reid Spencer
2007-02-03For PR1072:Reid Spencer
2005-10-24DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner
2005-10-24Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2002-09-29Convert DIRS to PARALLEL_DIRS. They can be built independently.Vikram S. Adve
2002-07-23*** empty log message ***Chris Lattner
2002-05-07Build Transforms Utils libraryChris Lattner
2001-12-03Compile the scalar directoryChris Lattner
2001-11-26Build IPO directoryChris Lattner
2001-10-15Added Instrumentation subdirectory.Vikram S. Adve
2001-10-13Check in makefileChris Lattner