Skip to content
  1. Jun 30, 2011
  2. Jun 29, 2011
  3. Jun 25, 2011
  4. Jun 24, 2011
  5. Jun 23, 2011
  6. Jun 22, 2011
  7. Jun 21, 2011
  8. Jun 18, 2011
  9. Jun 17, 2011
  10. Jun 15, 2011
    • Jim Grosbach's avatar
      Diagnostic for undefined assembler local symbols. · c7e6b8fe
      Jim Grosbach authored
      Re-apply 133010, with fixes for inline assembler.
      
      Original commit message:
      "When an assembler local symbol is used but not defined in a module, a
      Darwin assembler wants to issue a diagnostic to that effect."
      
      Added fix to only perform the check when finalizing, as otherwise we're not
      done and undefined symbols may simply not have been encountered yet.
      
      Passes "make check" and a self-host check on Darwin.
      
      llvm-svn: 133071
      c7e6b8fe
  11. Jun 14, 2011
  12. Jun 09, 2011
  13. Jun 07, 2011
  14. Jun 05, 2011
  15. Jun 04, 2011
  16. Jun 02, 2011
    • Jim Grosbach's avatar
      .cfi directive register parsing flexibility. · dac0238e
      Jim Grosbach authored
      Parsing a register name/number for .cfi directives can't assume that a
      register name starts with a '%' token. Be more flexible and check for a
      register number instead. Still unlikely to be perfect, but it allows us
      to parse both plain identifiers as register names and integers as register
      numbers, which is what we're wanting to support at this point.
      
      llvm-svn: 132466
      dac0238e
Loading