aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)Author
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2011-09-20Remove more of llvmc and dependencies.Eric Christopher
2011-09-13Sketch out a DWARF parser.Benjamin Kramer
2010-11-15Add LLVMObject Library.Michael J. Spencer
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner
2009-07-04LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov
2009-06-29Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar
2009-06-23Start flushing out MCContext.Daniel Dunbar
2009-03-02Reorganize llvmc code.Mikhail Glushenkov
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-05-06build lib/Archive instead of lib/BytecodeChris Lattner
2007-04-22build the bitcode dirChris Lattner
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2006-05-17Make some changes suggested by Chris:Reid Spencer
2006-05-17Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before theChris Lattner
2004-11-14Add the Linker libraryReid Spencer
2004-09-15Wrap long lineMisha Brukman
2004-02-13CBackend is no longer hereChris Lattner
2004-01-05Add new dirChris Lattner
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-09-29Removed Support directory. It now lives in llvm/support/lib.John Criswell
2003-09-05Add ExecutionEngine directory.Brian Gaeke
2003-08-21Reoptimizer has moved to reopt cvs module.Brian Gaeke
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2002-09-18Compile sub-directories in parallel, because they don't have interdependenciesChris Lattner
2002-08-27added Reoptimizer in Makefile DIRSAnand Shukla
2002-05-08*** empty log message ***Sumant Kowshik
2002-04-08Moved assembly writer library into its own top level directory.Chris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2001-10-13Compile the transforms directoryChris Lattner
2001-09-14Move the sparc target to a new lib/Target directoryChris Lattner
2001-07-21Make sure we build all of the code!Chris Lattner
2001-07-21Moved LLC subdir to the tools top level directoryChris Lattner
2001-07-21Added CodeGen, LLC, and Support.Vikram S. Adve
2001-06-06Initial revisionChris Lattner