summaryrefslogtreecommitdiff
path: root/lib/VMCore/CMakeLists.txt
Commit message (Expand)AuthorAge
* Rename VMCore directory to IR.Chandler Carruth2013-01-02
* Don't explicitly require RTTI and EH.Joerg Sonnenberger2012-10-26
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-10
* Remove unnecessary RTTI from the build.Sean Silva2012-10-10
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-04
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-04
* Create the DataLayout class, as a direct copy of TargetData.Micah Villmow2012-10-04
* Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.NAKAMURA Takumi2012-08-30
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* Update the CMake files.Bill Wendling2012-06-29
* Fix cmake failure from moving files around.Bill Wendling2012-06-28
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to Function.cpp on msvc10. Ot...NAKAMURA Takumi2012-06-24
* Fix up cmake build.Eric Christopher2012-03-23
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Unbreak CMake build.Ted Kremenek2011-10-04
* 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