1. dcc8b4f add a mayLoad property for machine instructions, a correlary to mayStore. by Chris Lattner · 18 years ago
  2. 8f707e1 rename hasVariableOperands() -> isVariadic(). Add some comments. by Chris Lattner · 18 years ago
  3. af3eb7c the name field of instructions is never set to a non-empty string, by Chris Lattner · 18 years ago
  4. 834f1ce rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. by Chris Lattner · 18 years ago
  5. 2e48a70 rename isStore -> mayStore to more accurately reflect what it captures. by Chris Lattner · 18 years ago
  6. 6cc654b Split the impl of CodeGenInstruction out to its own .cpp file, add a getName() accessor. by Chris Lattner · 18 years ago