Provide a getOpcode() method on CmpInst to ensure the opcode is returned
[oota-llvm.git] / lib / Support / Allocator.cpp
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...