llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.
[oota-llvm.git] / lib / VMCore / ConstantsContext.h
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-23 Owen AndersonUse standard LLVM-style headers.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Devang PatelRemove dead metadata.
2009-08-10 Daniel DunbarRename ConvertType to ConvertConstant to avoid a name...
2009-08-10 Benjamin Kramerg++ 4.0 doesn't have std::vector::data.
2009-08-10 Owen AndersonChange the MDNode uniquing to a ValueMap, at Devang...
2009-08-04 Owen AndersonIt helps if I remember to actually add the file...