Skip to content
  1. Oct 29, 2010
  2. Oct 28, 2010
  3. Oct 20, 2010
  4. Sep 29, 2010
  5. Sep 11, 2010
    • Chris Lattner's avatar
      fix the asmparser so that the target is responsible for skipping to · a2a9d16b
      Chris Lattner authored
      the end of the line on a parser error, allowing skipping to happen
      for syntactic errors but not for semantic errors.  Before we would
      miss emitting a diagnostic about the second line, because we skipped
      it due to the semantic error on the first line:
      
        foo %eax
        bar %al
      
      This fixes rdar://8414033 - llvm-mc ignores lines after an invalid instruction mnemonic errors
      
      llvm-svn: 113688
      a2a9d16b
  6. Sep 08, 2010
  7. Sep 07, 2010
    • Chris Lattner's avatar
      in the case where an instruction only has one implementation · 339cc7bf
      Chris Lattner authored
      of a mneumonic, report operand errors with better location
      info.  For example, we now report:
      
      t.s:6:14: error: invalid operand for instruction
              cwtl $1
                   ^
      
      but we fail for common cases like:
      
      t.s:11:4: error: invalid operand for instruction
         addl $1, $1
         ^
      
      because we don't know if this is supposed to be the reg/imm or imm/reg
      form.
      
      llvm-svn: 113178
      339cc7bf
  8. Sep 06, 2010
  9. Sep 01, 2010
  10. Aug 12, 2010
  11. Aug 11, 2010
  12. Jul 19, 2010
  13. Jul 15, 2010
  14. Jul 12, 2010
  15. Jun 29, 2010
  16. Apr 07, 2010
  17. Apr 03, 2010
  18. Jan 22, 2010
  19. Jan 19, 2010
  20. Jan 14, 2010
  21. Dec 28, 2009
Loading