Skip to content
  1. May 10, 2008
  2. May 09, 2008
  3. May 06, 2008
  4. Apr 10, 2008
    • Evan Cheng's avatar
      Teach branch folding pass about implicit_def instructions. Unfortunately we... · 9d339849
      Evan Cheng authored
      Teach branch folding pass about implicit_def instructions. Unfortunately we can't just eliminate them since register scavenger expects every register use to be defined. However, we can delete them when there are no intra-block uses.  Carefully removing some implicit def's which enable more blocks to be optimized away.
      
      llvm-svn: 49461
      9d339849
  5. Feb 28, 2008
  6. Feb 19, 2008
  7. Feb 10, 2008
  8. Jan 29, 2008
  9. Jan 07, 2008
  10. Jan 06, 2008
  11. Dec 31, 2007
    • Chris Lattner's avatar
      Add new shorter predicates for testing machine operands for various types: · a5bb370a
      Chris Lattner authored
      e.g. MO.isMBB() instead of MO.isMachineBasicBlock().  I don't plan on 
      switching everything over, so new clients should just start using the 
      shorter names.
      
      Remove old long accessors, switching everything over to use the short
      accessor: getMachineBasicBlock() -> getMBB(), 
      getConstantPoolIndex() -> getIndex(), setMachineBasicBlock -> setMBB(), etc.
      
      llvm-svn: 45464
      a5bb370a
  12. Dec 29, 2007
  13. Dec 10, 2007
  14. Oct 25, 2007
  15. Oct 19, 2007
  16. Aug 02, 2007
  17. Jul 11, 2007
  18. Jun 29, 2007
  19. Jun 19, 2007
  20. Jun 08, 2007
  21. Jun 05, 2007
  22. Jun 04, 2007
  23. Jun 02, 2007
  24. May 31, 2007
  25. May 30, 2007
  26. May 24, 2007
  27. May 23, 2007
    • Dale Johannesen's avatar
      Two tail merging improvements: · f4a77d24
      Dale Johannesen authored
      When considering blocks with more than 2 predecessors, merge the block with
      the largest number of matching insns, rather than the first block found.
      Considering that 1 matching insn is enough to show a win for candidates that
      already end with a branch.
      
      llvm-svn: 37315
      f4a77d24
  28. May 22, 2007
  29. May 18, 2007
  30. May 15, 2007
  31. May 11, 2007
  32. May 10, 2007
Loading