1. 1cb065e Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 17 years ago
  2. 62e7d9f Fix these comments to reflect current reality. Surprisingly, by Dan Gohman · 17 years ago
  3. 26f8c27 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  4. 491f783 get MachineConstantPool off std::ostream, onto raw_ostream. It would be by Chris Lattner · 17 years ago
  5. 1fefaac Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  6. 2fcbc7e Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  7. 4ae0828 Fix uses of underscore-capital names. by Dan Gohman · 17 years ago
  8. 0298311 Trim unnecessary #includes. by Dan Gohman · 17 years ago
  9. 221a437 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  10. 845e05c Silence warning when no assertions. by Chris Lattner · 17 years ago
  11. da87253 Spiller now remove unused spill slots. by Evan Cheng · 17 years ago
  12. 9b0baeb Rename PrintableName to Name. by Bill Wendling · 17 years ago
  13. 8eeb979 Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
  14. 1e57df3 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  15. 610b9eb move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo by Chris Lattner · 18 years ago
  16. 7ce487f properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
  17. 1b98919 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
  18. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  19. 8157ef4 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
  20. 3f7d94b Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
  21. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago