almost got the HP-UX tester up.. :)
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.cpp
2005-12-30 Duraid Madinaalmost got the HP-UX tester up.. :)
2005-11-19 Chris LattnerTeach tblgen about instruction operands that have multi...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-11-01 Jeff CohenKeep VC++ happy.
2005-10-31 Jim LaskeyEmit itinerary class in instruction info.
2005-10-28 Chris LattnerSwitch more code over to using getValueAsListOfDefs...
2005-08-26 Chris Lattnerspell this variable right
2005-08-26 Chris LattnerExpose a new flag to TargetInstrInfo
2005-08-26 Chris Lattneradd a marker at the end of the instruction enum list
2005-08-19 Chris LattnerEmit this:
2005-08-19 Chris LattnerEmit real operand info for instructions. This currentl...
2005-08-19 Chris LattnerFor now, just emit empty operand info structures.
2005-08-19 Chris Lattnernow that all of the targets are clean w.r.t. the number...
2005-08-18 Chris Lattnerrevert this change, which causes breakage, temporarily
2005-08-18 Chris LattnerWhen emitting implicit use/def lists, only emit each...
2005-08-18 Chris LattnerFill in the numOperands field of the TargetInstrDescrip...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-01-22 Chris LattnerRefactor code for numbering instructions into CodeGenTa...
2005-01-02 Chris LattnerExpose isConvertibleToThreeAddress and isCommutable...
2004-09-28 Nate BegemanAdd support for the isLoad and isStore flags, needed...
2004-09-28 Chris LattnerTurn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG
2004-08-17 Chris LattnerDo not #include files into the llvm namespace
2004-08-01 Chris LattnerInstructions no longer need to have names.
2004-08-01 Chris LattnerAdd, and start using, the CodeGenInstruction class...
2004-08-01 Chris LattnerRename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
2004-08-01 Chris LattnerFinegrainify namespacification
2004-07-31 Chris LattnerSupport new flag
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-10-08 Alkis EvlogimenosChange MRegisterDesc::AliasSet, TargetInstrDescriptor...
2003-08-07 Chris LattnerStart using the CodeGeneratorWrappers
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...