Skip to content
  1. Dec 19, 2013
  2. Dec 18, 2013
  3. Dec 17, 2013
  4. Dec 16, 2013
  5. Dec 15, 2013
  6. Dec 13, 2013
  7. Dec 12, 2013
  8. Dec 11, 2013
  9. Dec 10, 2013
  10. Dec 09, 2013
  11. Dec 08, 2013
  12. Dec 06, 2013
  13. Dec 05, 2013
  14. Dec 04, 2013
  15. Dec 02, 2013
  16. Nov 30, 2013
  17. Nov 29, 2013
    • Reed Kotler's avatar
      Part 1 of 3 patches that completes very long conditional branches · ad450f23
      Reed Kotler authored
      in constant islands for Mips16. We introdcuce JalB16 as a synomnym
      for Jal16. It makes it easier to read and is also necessary because
      Jal16 is a call instruction but JalB16 is being used as a branch.
      Various parts of LLVM will not work properly even in this late stage of
      the backend if we use what was declared as a call instruction to function
      as a branch. For one, basic block labels may not get emitted in some
      situations. 
      
      llvm-svn: 195968
      ad450f23
    • Zoran Jovanovic's avatar
      Revert revision 195965. · 1bc3cce0
      Zoran Jovanovic authored
      llvm-svn: 195967
      1bc3cce0
Loading