Skip to content
  1. Feb 25, 2010
  2. Feb 23, 2010
  3. Feb 16, 2010
  4. Feb 11, 2010
  5. Feb 09, 2010
    • Jim Grosbach's avatar
      Radar 7417921 · f7279bd1
      Jim Grosbach authored
      tMOVCCi pattern only valid for low registers, as the Thumb1 mov immediate to
      register instruction only works with low registers. Allowing high registers
      for the instruction resulted in the assembler choosing the wide (32-bit)
      encoding for the mov, but LLVM though the instruction was only 16 bits wide,
      so offset calculations for constant pools became incorrect, leading to
      out of range constant pool entries.
      
      llvm-svn: 95686
      f7279bd1
    • Jim Grosbach's avatar
      tighten up eh.setjmp sequence a bit. · a570d052
      Jim Grosbach authored
      llvm-svn: 95603
      a570d052
  6. Jan 27, 2010
  7. Jan 22, 2010
  8. Jan 18, 2010
  9. Jan 14, 2010
  10. Jan 13, 2010
  11. Dec 23, 2009
  12. Dec 17, 2009
  13. Dec 16, 2009
  14. Dec 15, 2009
  15. Dec 01, 2009
  16. Nov 20, 2009
  17. Nov 19, 2009
  18. Nov 07, 2009
    • Evan Cheng's avatar
      - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative · 207b2466
      Evan Cheng authored
        load of a GV from constantpool and then add pc. It allows the code sequence to
        be rematerializable so it would be hoisted by machine licm.
      - Add a late pass to break these pseudo instructions into a number of real
        instructions. Also move the code in Thumb2 IT pass that breaks up t2MOVi32imm
        to this pass. This is done before post regalloc scheduling to allow the
        scheduler to proper schedule these instructions. It also allow them to be
        if-converted and shrunk by later passes.
      
      llvm-svn: 86304
      207b2466
  19. Nov 04, 2009
  20. Nov 03, 2009
  21. Nov 02, 2009
  22. Nov 01, 2009
  23. Oct 30, 2009
  24. Oct 29, 2009
  25. Oct 28, 2009
  26. Oct 27, 2009
  27. Oct 01, 2009
  28. Sep 30, 2009
  29. Sep 09, 2009
  30. Sep 04, 2009
  31. Aug 31, 2009
  32. Aug 28, 2009
  33. Aug 21, 2009
  34. Aug 20, 2009
Loading