aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/CMakeLists.txt
AgeCommit message (Expand)Author
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-10-04Unbreak CMake build.Ted Kremenek
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-05-22remove StandardPasses, it has been replaced with PassManagerBuilderChris Lattner
2011-05-18Shuffle StandardPasses.cpp into VMCore; add it to CMake.Eli Friedman
2011-05-10Fix cmake again.Rafael Espindola
2011-05-10Fix cmake build.Rafael Espindola
2011-04-03Move Object.cpp out of VMCore and into Object.Eric Christopher
2011-04-03Add a set of C bindings for the Object interface.Eric Christopher
2011-03-10Unbreak the CMake build.Francois Pichet
2011-01-16Move the implementation of the User class into a new source file,Jay Foad
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2010-07-20Convert the internal PassRegistrar class into a new, external PassRegistry cl...Owen Anderson
2010-04-01update cmakefile.Chris Lattner
2010-03-21Move the LLVMContextImpl implementation into a .cpp file.Jeffrey Yasskin
2010-01-27Update CMake build.Ted Kremenek
2010-01-16Update CMake files for Mangler move.Benjamin Kramer
2009-12-28add IRBuilder.cpp to cmakeChris Lattner
2009-08-04Update CMakeLists.Benjamin Kramer
2009-07-28Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel
2009-07-16Update CMake file.Ted Kremenek
2009-07-15Lexically order files in CMakeLists.txt files.Ted Kremenek
2009-06-30Add LLVMContext, which will eventually be used as a container for privatizing...Owen Anderson
2009-01-08CMake: removed lib/VMCore/DebugInfoBuilder.cpp.Oscar Fuentes
2008-10-22CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes
2008-10-21CMake: updated lib/VMCore/CMakeLists.txtOscar Fuentes
2008-09-24CMake: Lists of source files updated. Removed bogus dependency fromOscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes