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