Skip to content
  1. Oct 01, 2011
  2. Sep 30, 2011
  3. Sep 29, 2011
  4. Sep 27, 2011
  5. Sep 26, 2011
  6. Sep 25, 2011
    • Jakob Stoklund Olesen's avatar
      Add target hook for pseudo instruction expansion. · df977fed
      Jakob Stoklund Olesen authored
      Many targets use pseudo instructions to help register allocation.  Like
      the COPY instruction, these pseudos can be expanded after register
      allocation.  The early expansion can make life easier for PEI and the
      post-ra scheduler.
      
      This patch adds a hook that is called for all remaining pseudo
      instructions from the ExpandPostRAPseudos pass.
      
      llvm-svn: 140472
      df977fed
  7. Sep 23, 2011
  8. Sep 20, 2011
  9. Sep 19, 2011
    • David Greene's avatar
      Better Error Reporting · 39db48d0
      David Greene authored
      Report missing template arguments more helpfully by supplying the name
      of the missing argument in the error message.
      
      llvm-svn: 140034
      39db48d0
  10. Sep 16, 2011
  11. Sep 14, 2011
  12. Sep 13, 2011
  13. Sep 11, 2011
  14. Sep 09, 2011
  15. Sep 08, 2011
  16. Sep 07, 2011
Loading