Merging r258471:
[oota-llvm.git] / lib / Makefile
2015-06-09 Peter CollingbourneLibDriver, llvm-lib: introduce.
2015-03-07 Chandler Carruth[PM] Create a separate library for high-level pass...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Justin BognerProfile: Add a library for the instrumentation based...
2014-01-31 Peter CollingbourneIntroduce line editor library.
2013-10-30 Bill WendlingReformat Makefile. No other changes.
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2011-09-20 Eric ChristopherRemove more of llvmc and dependencies.
2011-09-13 Benjamin KramerSketch out a DWARF parser.
2010-11-15 Michael J. SpencerAdd LLVMObject Library.
2009-10-05 Chris Lattnerremove llvm-db: it is completely broken and if anyone...
2009-07-04 Mikhail GlushenkovLLVMC doesn't need ENABLE_PIC to build now.
2009-06-29 Daniel DunbarDon't build LLVMC when configured with --disable-pic...
2009-06-23 Daniel DunbarStart flushing out MCContext.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-05-06 Chris Lattnerbuild lib/Archive instead of lib/Bytecode
2007-04-22 Chris Lattnerbuild the bitcode dir
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2006-05-17 Reid SpencerMake some changes suggested by Chris:
2006-05-17 Chris LattnerUse DIRS here instead of PARALLEL_DIRS, as VMCore has...
2004-11-14 Reid SpencerAdd the Linker library
2004-09-15 Misha BrukmanWrap long line
2004-02-13 Chris LattnerCBackend is no longer here
2004-01-05 Chris LattnerAdd new dir
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-09-29 John CriswellRemoved Support directory. It now lives in llvm/suppor...
2003-09-05 Brian GaekeAdd ExecutionEngine directory.
2003-08-21 Brian GaekeReoptimizer has moved to reopt cvs module.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2002-09-18 Chris LattnerCompile sub-directories in parallel, because they don...
2002-08-27 Anand Shuklaadded Reoptimizer in Makefile DIRS
2002-05-08 Sumant Kowshik*** empty log message ***
2002-04-08 Chris LattnerMoved assembly writer library into its own top level...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2001-10-13 Chris LattnerCompile the transforms directory
2001-09-14 Chris LattnerMove the sparc target to a new lib/Target directory
2001-07-21 Chris LattnerMake sure we build all of the code!
2001-07-21 Chris LattnerMoved LLC subdir to the tools top level directory
2001-07-21 Vikram S. AdveAdded CodeGen, LLC, and Support.
2001-06-06 Chris LattnerInitial revision