Better error message when unrecognized opcode is seen.
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.h
2005-10-31 Jim LaskeyEmit itinerary class in instruction info.
2005-10-28 Chris LattnerSwitch more code over to using getValueAsListOfDefs...
2005-08-19 Chris LattnerEmit real operand info for instructions. This currentl...
2005-08-18 Chris LattnerWhen emitting implicit use/def lists, only emit each...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-08-01 Chris LattnerAdd, and start using, the CodeGenInstruction class...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-08-06 Chris LattnerSwitch code over to being a TableGenBackend
2003-08-03 Chris LattnerFinish the instruction info emitter
2003-08-03 Chris LattnerInitial checkin of Instruction emitter, which just...