Skip to content
  1. Jun 23, 2011
  2. Jun 22, 2011
  3. Jun 21, 2011
  4. Jun 18, 2011
  5. Jun 17, 2011
  6. 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
  7. Jun 14, 2011
  8. Jun 09, 2011
  9. Jun 07, 2011
  10. Jun 05, 2011
  11. Jun 04, 2011
  12. Jun 02, 2011
  13. Jun 01, 2011
  14. May 30, 2011
  15. May 27, 2011
  16. May 26, 2011
    • Charles Davis's avatar
      Test .seh_startchained and .seh_endchained parsing. · 006e1c39
      Charles Davis authored
      Rework how the MCWin64EHUnwindInfo instances are stored. Fix issues with
      chained unwind areas exposed by the test that were related to this.
      
      The ChainedParent field had the wrong address, because when the chained unwind
      info was added, the addresses shifted around. Now we store the pointers to the
      structures, which are now allocated from the MC heap.
      
      llvm-svn: 132106
      006e1c39
  17. May 25, 2011
Loading