Skip to content
  1. Nov 11, 2008
  2. Nov 10, 2008
  3. Nov 09, 2008
  4. Nov 08, 2008
  5. Nov 04, 2008
  6. Nov 03, 2008
  7. Nov 01, 2008
  8. Oct 31, 2008
  9. Oct 29, 2008
    • Daniel Dunbar's avatar
      NeXT: Emit protocol objects lazily. · c475d422
      Daniel Dunbar authored
       - That is, the metadata for a protocol is only emitted if that
         protocol is actually used in the translation unit. This is
         important because Objective-C headers frequently contain a large
         number of protocol definitions, only a few of which will be used in
         any given file.
      
      llvm-svn: 58400
      c475d422
    • Eli Friedman's avatar
      Fix for PR2966: va_start/va_end use the *address* of the · 5adca5f0
      Eli Friedman authored
      va_list, not the value.  Patch fixes an assert on 
      x86-64 and a wrong-code bug on x86.  I'm not completely sure, 
      but I think it's a regression from r58306.
      
      Does anyone run regression tests regularly on x86-64? The crash should 
      have been picked up there.
      
      llvm-svn: 58366
      5adca5f0
  10. Oct 28, 2008
  11. Oct 27, 2008
  12. Oct 26, 2008
  13. Oct 24, 2008
  14. Oct 21, 2008
  15. Oct 18, 2008
  16. Oct 17, 2008
Loading