Skip to content
  1. Aug 01, 2004
  2. Jul 22, 2004
  3. Jul 11, 2004
  4. Jul 02, 2004
  5. Jun 29, 2004
  6. Jun 20, 2004
  7. Jun 10, 2004
  8. May 23, 2004
  9. Apr 06, 2004
    • Jakub Staszak's avatar
      · de647007
      Jakub Staszak authored
      Tablgen files for really simple instruction selector
      
      llvm-svn: 12714
      de647007
  10. Apr 01, 2004
  11. Mar 30, 2004
  12. Mar 04, 2004
  13. Feb 25, 2004
  14. Feb 15, 2004
  15. Feb 12, 2004
  16. Feb 09, 2004
  17. Feb 04, 2004
  18. Dec 28, 2003
  19. Dec 20, 2003
  20. Dec 13, 2003
    • Alkis Evlogimenos's avatar
      Add a floating point killer pass. This pass runs before register · 904cd6d4
      Alkis Evlogimenos authored
      allocaton on the X86 to add information to the machine code denoting
      that our floating point stackifier cannot handle virtual point
      register that are alive across basic blocks. This pass adds an
      implicit def of all virtual floating point register at the end of each
      basic block.
      
      llvm-svn: 10446
      904cd6d4
  21. Dec 01, 2003
    • Chris Lattner's avatar
      Add an option to enable the SSA based peephole optimizer. · 6d760d7c
      Chris Lattner authored
      Eventually this pass will provide substantially better code in the interim between when we
      have a crappy isel and nice isel.  Unfortunately doing so requires fixing the backend to
      actually SUPPORT all of the fancy addressing modes that we now generate, and writing a DCE
      pass for machine code.  Each of these is a fairly substantial job, so this will remain disabled
      for the immediate future.  :(
      
      llvm-svn: 10276
      6d760d7c
  22. Nov 11, 2003
  23. Nov 06, 2003
  24. Oct 20, 2003
  25. Oct 17, 2003
  26. Oct 05, 2003
  27. Oct 02, 2003
  28. Oct 01, 2003
  29. Aug 24, 2003
Loading