Skip to content
  1. Mar 06, 2007
  2. Dec 12, 2006
  3. Jun 16, 2006
  4. May 18, 2006
  5. May 17, 2006
  6. Mar 16, 2006
  7. Mar 13, 2006
  8. Mar 12, 2006
    • Chris Lattner's avatar
      Several big changes: · 51348c5f
      Chris Lattner authored
      1. Use flags on the instructions in the .td file to indicate the PPC970 unit
         type instead of a table in the .cpp file.  Much cleaner.
      2. Change the hazard recognizer to build d-groups according to the actual
         algorithm used, not my flawed understanding of it.
      3. Model "must be in the first slot" and "must be the only instr in a group"
         accurately.
      
      llvm-svn: 26719
      51348c5f
  9. Feb 28, 2006
  10. Jan 27, 2006
  11. Oct 26, 2005
  12. Oct 24, 2005
  13. Oct 23, 2005
  14. Oct 22, 2005
  15. Oct 21, 2005
  16. Oct 19, 2005
  17. Oct 15, 2005
  18. Oct 14, 2005
  19. Dec 16, 2004
  20. Nov 23, 2004
  21. Oct 14, 2004
  22. Aug 17, 2004
  23. Aug 10, 2004
  24. Aug 06, 2004
    • Chris Lattner's avatar
      · a8dcf242
      Chris Lattner authored
      Changes commited for Nate Begeman:
      
      Use a PowerPC specific prolog epilog inserter to control where spilled
      callee save regs are placed on the stack.
      Get rid of implicit return address stack slot, save return address reg
      (LR) in appropriate slot
      Improve code generated for functions that don't have calls or access
      globals
      
      
      Note from Chris: PowerPCPEI will eventually be eliminated, once the
      functionality is merged into CodeGen/PrologEpilogInserter.cpp
      
      llvm-svn: 15536
      a8dcf242
  25. Jul 30, 2004
  26. Jul 28, 2004
    • Misha Brukman's avatar
      Renamed files: · 92ca8ecc
      Misha Brukman authored
      * PowerPCReg.td => PowerPCRegisterinfo.td
      * PowerPCInstrs.td => PowerPCInstrInfo.td
      
      llvm-svn: 15295
      92ca8ecc
  27. Jul 27, 2004
  28. Jun 21, 2004
  29. Apr 07, 2004
  30. Feb 28, 2004
  31. Feb 25, 2004
Loading