Remove the duplicate multiclass N3VSh_QHSD and use N3VInt_QHSD which is modified
[oota-llvm.git] / lib / VMCore / LLVMContextImpl.cpp
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-21 Jeffrey YasskinRe-add the Metadata.h include to LLVMContextImpl.h...
2010-03-21 Jeffrey YasskinMove the LLVMContextImpl implementation into a .cpp...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Owen AndersonPrivatize the last bit of Constant-creation state.
2009-08-02 Edward O'CallaghanOne two many newlines at end of file LLVMContextImpl.cpp
2009-08-02 Edward O'CallaghanFix no newline at end of LLVMContextImpl.cpp
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Owen AndersonPrivatize the ConstantVector tables.
2009-07-23 Owen AndersonPrivatize the ConstantStruct table.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Devang PatelMDString
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-21 Owen AndersonPrivatize the ConstantArray table.
2009-07-21 Owen AndersonPrivatize the first of the value maps.
2009-07-16 Owen AndersonPrivatize the MDNode uniquing table.
2009-07-16 Owen AndersonPrivatize the MDString uniquing table.
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...