summaryrefslogtreecommitdiff
path: root/lib/Makefile
Commit message (Expand)AuthorAge
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* build lib/Archive instead of lib/BytecodeChris Lattner2007-05-06
* build the bitcode dirChris Lattner2007-04-22
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* Make some changes suggested by Chris:Reid Spencer2006-05-17
* Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before theChris Lattner2006-05-17
* Add the Linker libraryReid Spencer2004-11-14
* Wrap long lineMisha Brukman2004-09-15
* CBackend is no longer hereChris Lattner2004-02-13
* Add new dirChris Lattner2004-01-05
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Removed Support directory. It now lives in llvm/support/lib.John Criswell2003-09-29
* Add ExecutionEngine directory.Brian Gaeke2003-09-05
* Reoptimizer has moved to reopt cvs module.Brian Gaeke2003-08-21
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Compile sub-directories in parallel, because they don't have interdependenciesChris Lattner2002-09-18
* added Reoptimizer in Makefile DIRSAnand Shukla2002-08-27
* *** empty log message ***Sumant Kowshik2002-05-08
* Moved assembly writer library into its own top level directory.Chris Lattner2002-04-08
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Compile the transforms directoryChris Lattner2001-10-13
* Move the sparc target to a new lib/Target directoryChris Lattner2001-09-14
* Make sure we build all of the code!Chris Lattner2001-07-21
* Moved LLC subdir to the tools top level directoryChris Lattner2001-07-21
* Added CodeGen, LLC, and Support.Vikram S. Adve2001-07-21
* Initial revisionChris Lattner2001-06-06