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