Skip to content
  1. 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
  2. Dec 29, 2007
  3. Dec 10, 2007
  4. Oct 25, 2007
  5. Oct 19, 2007
  6. Aug 02, 2007
  7. Jul 11, 2007
  8. Jun 29, 2007
  9. Jun 19, 2007
  10. Jun 08, 2007
  11. Jun 05, 2007
  12. Jun 04, 2007
  13. Jun 02, 2007
  14. May 31, 2007
  15. May 30, 2007
  16. May 24, 2007
  17. 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
  18. May 22, 2007
  19. May 18, 2007
  20. May 15, 2007
  21. May 11, 2007
  22. May 10, 2007
  23. May 07, 2007
  24. May 03, 2007
  25. May 02, 2007
  26. May 01, 2007
  27. Mar 20, 2007
  28. Feb 22, 2007
  29. Feb 21, 2007
  30. Feb 17, 2007
  31. Jan 26, 2007
  32. Dec 19, 2006
Loading