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