summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-11-15Add LLVMObject Library.Michael J. Spencer1-1/+1
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner1-1/+1
2009-07-04LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov1-7/+1
2009-06-29Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar1-2/+10
2009-06-23Start flushing out MCContext.Daniel Dunbar1-1/+1
2009-03-02Reorganize llvmc code.Mikhail Glushenkov1-1/+1
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman1-3/+3
2007-12-29remove attribution from lib Makefiles.Chris Lattner1-2/+2
2007-05-06build lib/Archive instead of lib/BytecodeChris Lattner1-1/+1
2007-04-22build the bitcode dirChris Lattner1-2/+2
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer1-1/+1
2006-05-17Make some changes suggested by Chris:Reid Spencer1-2/+2
2006-05-17Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before theChris Lattner1-2/+2
2004-11-14Add the Linker libraryReid Spencer1-1/+1
2004-09-15Wrap long lineMisha Brukman1-1/+2
2004-02-13CBackend is no longer hereChris Lattner1-1/+1
2004-01-05Add new dirChris Lattner1-1/+1
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell1-0/+8
2003-09-29Removed Support directory. It now lives in llvm/support/lib.John Criswell1-1/+1
2003-09-05Add ExecutionEngine directory.Brian Gaeke1-1/+1
2003-08-21Reoptimizer has moved to reopt cvs module.Brian Gaeke1-2/+0
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell1-1/+3
2002-09-18Compile sub-directories in parallel, because they don't have interdependenciesChris Lattner1-1/+1
2002-08-27added Reoptimizer in Makefile DIRSAnand Shukla1-1/+2
2002-05-08*** empty log message ***Sumant Kowshik1-1/+1
2002-04-08Moved assembly writer library into its own top level directory.Chris Lattner1-1/+1
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner1-1/+1
2001-10-13Compile the transforms directoryChris Lattner1-1/+1
2001-09-14Move the sparc target to a new lib/Target directoryChris Lattner1-1/+1
2001-07-21Make sure we build all of the code!Chris Lattner1-1/+1
2001-07-21Moved LLC subdir to the tools top level directoryChris Lattner1-1/+1
2001-07-21Added CodeGen, LLC, and Support.Vikram S. Adve1-1/+1
2001-06-06Initial revisionChris Lattner1-0/+5