summaryrefslogtreecommitdiff
path: root/lib/Makefile
Commit message (Expand)AuthorAge
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-21
* Back out Profile library and dependent commitsJustin Bogner2014-03-12
* Profile: Add a library for the instrumentation based profiling formatJustin Bogner2014-03-12
* Introduce line editor library.Peter Collingbourne2014-01-31
* Reformat Makefile. No other changes.Bill Wendling2013-10-30
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-24
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-17
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26
* Rename VMCore directory to IR.Chandler Carruth2013-01-02
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13
* Add LLVMObject Library.Michael J. Spencer2010-11-15
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-05
* LLVMC doesn't need ENABLE_PIC to build now.Mikhail Glushenkov2009-07-04
* Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar2009-06-29
* Start flushing out MCContext.Daniel Dunbar2009-06-23
* Reorganize llvmc code.Mikhail Glushenkov2009-03-02
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* 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