1. 8bde6a6 Added 'r' or 'i' annotations to instructions, as SparcInstr.def has changed. by Misha Brukman · 22 years ago
  2. c9a0a1d Add support for compiling varargs functions. by Vikram S. Adve · 22 years ago
  3. 56f4fa1 Sparc instruction opcodes now all live under the `V9' namespace. by Misha Brukman · 22 years ago
  4. d840ccd Prune #includes by Chris Lattner · 23 years ago
  5. 71aa7af * Elimiante a bunch of functions from InstrSelectionSupport.h, replacing users by Chris Lattner · 23 years ago
  6. b4d58d7 Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 23 years ago
  7. d2a67df * Changes to be a MachineFunctionPass by Chris Lattner · 23 years ago
  8. cbe6385 Use BuildMI instead of explicit code. by Chris Lattner · 23 years ago
  9. 181ea4a Rewrote uses of deprecated `MachineFunction::get(BasicBlock *BB)'. by Misha Brukman · 23 years ago
  10. 2a3bd1c *** empty log message *** by Chris Lattner · 23 years ago
  11. 8710aab Rename MachineCodeForBasicBlock to MachineBasicBlock by Chris Lattner · 23 years ago
  12. 7ae7f84 Changed `MachineCodeForMethod' to `MachineFunction'. by Misha Brukman · 23 years ago
  13. 78044fb Don't use %l0 for large operands to a SAVE since it is needed *before* SAVE! by Vikram S. Adve · 23 years ago
  14. 36d3e03 Move all the code that creates code generation passes from Sparc.cpp to by Vikram S. Adve · 23 years ago
  15. 56e9166 - Clean up interface to Sparc register handling a bit: by Chris Lattner · 23 years ago
  16. 959a5fb by Chris Lattner · 23 years ago
  17. 6d6deba Bug fix: incorrect SAVE instruction when using register for stack size. by Vikram S. Adve · 23 years ago
  18. e997a11 Stop using pseudo-instructions (SETX, SETUW, SETSW) by Vikram S. Adve · 23 years ago
  19. 1ce4096 class MachineCodeForBasicBlock is now an annotation on BasicBlock. by Vikram S. Adve · 23 years ago
  20. 458496c changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  21. 7076ff2 by Chris Lattner · 23 years ago
  22. 37104aa Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 24 years ago
  23. c8e6654 * Rename MethodPass class to FunctionPass by Chris Lattner · 24 years ago
  24. 6b17c83 iUse new form of pop_back to make code more concise by Chris Lattner · 24 years ago
  25. c71deb8 Delete NOP instructions as they are eliminated. by Chris Lattner · 24 years ago
  26. 5074bb5 Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and include by Chris Lattner · 24 years ago