summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-03-07[PM] Create a separate library for high-level pass management code.Chandler Carruth1-1/+1
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner1-2/+2
2014-03-21ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner1-1/+1
2014-03-12Back out Profile library and dependent commitsJustin Bogner1-1/+1
2014-03-12Profile: Add a library for the instrumentation based profiling formatJustin Bogner1-1/+1
2014-01-31Introduce line editor library.Peter Collingbourne1-1/+1
2013-10-30Reformat Makefile. No other changes.Bill Wendling1-4/+3
2013-09-24Move LTO support library to a component, allowing it to be testedPeter Collingbourne1-1/+1
2013-06-17Move lib/Archive to tools/llvm-ar.Rafael Espindola1-1/+1
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth1-1/+2
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-1/+1
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer1-1/+1
2011-09-20Remove more of llvmc and dependencies.Eric Christopher1-1/+1
2011-09-13Sketch out a DWARF parser.Benjamin Kramer1-1/+1
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