Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2012-10-26 Joerg SonnenbergerDon't explicitly require RTTI and EH.
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Sean SilvaRevert r165652: "Remove unnecessary RTTI from the build."
2012-10-10 Sean SilvaRemove unnecessary RTTI from the build.
2012-10-04 Micah VillmowResubmit the copying of TargetData to DataLayout withou...
2012-10-04 Micah VillmowBacking out my changes, something screwed up from my...
2012-10-04 Micah VillmowCreate the DataLayout class, as a direct copy of Target...
2012-08-30 NAKAMURA TakumiApply "/Og-" also to MSC15(aka VS9) on VMCore/Function...
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-06-29 Bill WendlingUpdate the CMake files.
2012-06-28 Bill WendlingFix cmake failure from moving files around.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-24 NAKAMURA TakumiVMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to...
2012-03-23 Eric ChristopherFix up cmake build.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-10-04 Ted KremenekUnbreak CMake build.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-05-22 Chris Lattnerremove StandardPasses, it has been replaced with PassMa...
2011-05-18 Eli FriedmanShuffle StandardPasses.cpp into VMCore; add it to CMake.
2011-05-10 Rafael EspindolaFix cmake again.
2011-05-10 Rafael EspindolaFix cmake build.
2011-04-03 Eric ChristopherMove Object.cpp out of VMCore and into Object.
2011-04-03 Eric ChristopherAdd a set of C bindings for the Object interface.
2011-03-10 Francois PichetUnbreak the CMake build.
2011-01-16 Jay FoadMove the implementation of the User class into a new...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-07-20 Owen AndersonConvert the internal PassRegistrar class into a new...
2010-04-01 Chris Lattnerupdate cmakefile.
2010-03-21 Jeffrey YasskinMove the LLVMContextImpl implementation into a .cpp...
2010-01-27 Ted KremenekUpdate CMake build.
2010-01-16 Benjamin KramerUpdate CMake files for Mangler move.
2009-12-28 Chris Lattneradd IRBuilder.cpp to cmake
2009-08-04 Benjamin KramerUpdate CMakeLists.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-16 Ted KremenekUpdate CMake file.
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-06-30 Owen AndersonAdd LLVMContext, which will eventually be used as a...
2009-01-08 Oscar FuentesCMake: removed lib/VMCore/DebugInfoBuilder.cpp.
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-21 Oscar FuentesCMake: updated lib/VMCore/CMakeLists.txt
2008-09-24 Oscar FuentesCMake: Lists of source files updated. Removed bogus...
2008-09-22 Oscar FuentesInitial support for the CMake build system.