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