Add a flag to indicate that an instruction is as cheap (or cheaper) than a move
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.cpp
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-03-15 Evan ChengRemove isImplicitDef TargetInstrDesc flag.
2008-03-11 Christopher LambRecommitting changes after more testing. These appear...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Christopher LambAdd support in TableGen for unknown operands that infer...
2008-01-10 Chris LattnerStart inferring side effect information more aggressive...
2008-01-08 Chris Lattneradd a mayLoad property for machine instructions, a...
2008-01-07 Chris Lattnerrename hasVariableOperands() -> isVariadic(). Add...
2008-01-07 Chris Lattnerthe name field of instructions is never set to a non...
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-06 Chris LattnerSplit the impl of CodeGenInstruction out to its own...