aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+2
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+0
* remove StandardPasses, it has been replaced with PassManagerBuilderChris Lattner2011-05-221-1/+0
* Shuffle StandardPasses.cpp into VMCore; add it to CMake.Eli Friedman2011-05-181-0/+1
* Fix cmake again.Rafael Espindola2011-05-101-1/+0
* Fix cmake build.Rafael Espindola2011-05-101-0/+1
* Move Object.cpp out of VMCore and into Object.Eric Christopher2011-04-031-1/+0
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-031-0/+1
* Unbreak the CMake build.Francois Pichet2011-03-101-0/+1
* Move the implementation of the User class into a new source file,Jay Foad2011-01-161-0/+1
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+2
* Convert the internal PassRegistrar class into a new, external PassRegistry cl...Owen Anderson2010-07-201-0/+1
* update cmakefile.Chris Lattner2010-04-011-0/+1
* Move the LLVMContextImpl implementation into a .cpp file.Jeffrey Yasskin2010-03-211-0/+1
* Update CMake build.Ted Kremenek2010-01-271-2/+2
* Update CMake files for Mangler move.Benjamin Kramer2010-01-161-1/+0
* add IRBuilder.cpp to cmakeChris Lattner2009-12-281-0/+1
* Update CMakeLists.Benjamin Kramer2009-08-041-1/+0
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-281-0/+1
* Update CMake file.Ted Kremenek2009-07-161-0/+1
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-151-1/+1
* Add LLVMContext, which will eventually be used as a container for privatizing...Owen Anderson2009-06-301-0/+1
* CMake: removed lib/VMCore/DebugInfoBuilder.cpp.Oscar Fuentes2009-01-081-1/+0
* CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes2008-10-221-1/+1
* CMake: updated lib/VMCore/CMakeLists.txtOscar Fuentes2008-10-211-0/+1
* CMake: Lists of source files updated. Removed bogus dependency fromOscar Fuentes2008-09-241-3/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+32