Skip to content
  1. Aug 10, 2013
  2. Aug 06, 2013
  3. Jul 30, 2013
  4. Jul 14, 2013
  5. Jun 26, 2013
  6. Jun 22, 2013
  7. Jun 19, 2013
  8. Jun 16, 2013
  9. Jun 08, 2013
  10. Jun 07, 2013
  11. Jun 06, 2013
  12. Jun 04, 2013
  13. Jun 03, 2013
  14. Jun 02, 2013
  15. Jun 01, 2013
  16. May 30, 2013
    • Andrew Trick's avatar
      Order CALLSEQ_START and CALLSEQ_END nodes. · ad6d08ac
      Andrew Trick authored
      Fixes PR16146: gdb.base__call-ar-st.exp fails after
      pre-RA-sched=source fixes.
      
      Patch by Xiaoyi Guo!
      
      This also fixes an unsupported dbg.value test case. Codegen was
      previously incorrect but the test was passing by luck.
      
      llvm-svn: 182885
      ad6d08ac
  17. May 29, 2013
  18. May 25, 2013
  19. May 20, 2013
  20. May 19, 2013
  21. May 17, 2013
  22. May 13, 2013
    • Rafael Espindola's avatar
      Remove the MachineMove class. · 227144c2
      Rafael Espindola authored
      It was just a less powerful and more confusing version of
      MCCFIInstruction. A side effect is that, since MCCFIInstruction uses
      dwarf register numbers, calls to getDwarfRegNum are pushed out, which
      should allow further simplifications.
      
      I left the MachineModuleInfo::addFrameMove interface unchanged since
      this patch was already fairly big.
      
      llvm-svn: 181680
      227144c2
Loading