Skip to content
  1. Sep 10, 2010
    • Evan Cheng's avatar
      Teach if-converter to be more careful with predicating instructions that would · bf407075
      Evan Cheng authored
      take multiple cycles to decode.
      For the current if-converter clients (actually only ARM), the instructions that
      are predicated on false are not nops. They would still take machine cycles to
      decode. Micro-coded instructions such as LDM / STM can potentially take multiple
      cycles to decode. If-converter should take treat them as non-micro-coded
      simple instructions.
      
      llvm-svn: 113570
      bf407075
  2. Jun 16, 2010
  3. Jun 14, 2010
  4. Apr 07, 2010
  5. Feb 10, 2010
  6. Jan 04, 2010
    • David Greene's avatar
      · 964a9822
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92515
      964a9822
  7. Nov 03, 2009
  8. Oct 16, 2009
  9. Sep 24, 2009
  10. Sep 22, 2009
  11. Sep 04, 2009
  12. Aug 22, 2009
  13. Aug 17, 2009
  14. Aug 12, 2009
  15. Aug 11, 2009
  16. Aug 10, 2009
Loading