Skip to content
  1. Jul 29, 2010
  2. Jul 20, 2010
  3. Jul 17, 2010
  4. Jul 14, 2010
  5. Jun 29, 2010
  6. Jun 24, 2010
  7. Jun 21, 2010
  8. Jun 19, 2010
    • Evan Cheng's avatar
      Allow ARM if-converter to be run after post allocation scheduling. · 2d51c7c5
      Evan Cheng authored
      - This fixed a number of bugs in if-converter, tail merging, and post-allocation
        scheduler. If-converter now runs branch folding / tail merging first to
        maximize if-conversion opportunities.
      - Also changed the t2IT instruction slightly. It now defines the ITSTATE
        register which is read by instructions in the IT block.
      - Added Thumb2 specific hazard recognizer to ensure the scheduler doesn't
        change the instruction ordering in the IT block (since IT mask has been
        finalized). It also ensures no other instructions can be scheduled between
        instructions in the IT block.
      
      This is not yet enabled.
      
      llvm-svn: 106344
      2d51c7c5
  9. Jun 02, 2010
  10. May 28, 2010
  11. May 26, 2010
  12. May 25, 2010
  13. May 24, 2010
  14. May 19, 2010
  15. May 16, 2010
  16. May 06, 2010
  17. May 05, 2010
  18. Apr 09, 2010
  19. Mar 16, 2010
  20. Mar 13, 2010
    • Bob Wilson's avatar
      Change ARM ld/st multiple instructions to have variant instructions for · 947f04ba
      Bob Wilson authored
      writebacks to the address register.  This gets rid of the hack that the
      first register on the list was the magic writeback register operand.  There
      was an implicit constraint that if that operand was not reg0 it had to match
      the base register operand.  The post-RA scheduler's antidependency breaker
      did not understand that constraint and sometimes changed one without the
      other.  This also fixes Radar 7495976 and should help the verifier work
      better for ARM code.
      
      There are now new ld/st instructions explicit writeback operands and explicit
      constraints that tie those registers together.
      
      llvm-svn: 98409
      947f04ba
  21. Mar 11, 2010
  22. Mar 10, 2010
  23. Mar 09, 2010
  24. Mar 08, 2010
  25. Mar 05, 2010
  26. Mar 04, 2010
  27. Mar 03, 2010
Loading