Skip to content
  1. Nov 04, 2008
  2. Nov 03, 2008
  3. Nov 01, 2008
  4. Oct 31, 2008
  5. 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
  6. Oct 28, 2008
  7. Oct 27, 2008
  8. Oct 26, 2008
  9. Oct 24, 2008
  10. Oct 21, 2008
  11. Oct 18, 2008
  12. Oct 17, 2008
  13. Oct 15, 2008
  14. Oct 13, 2008
    • Daniel Dunbar's avatar
      Lift out ABIInfo abstract base class. · d9eff3d4
      Daniel Dunbar authored
       - Currently still lives in CGCall.cpp but is intended to be the
         target specific place for hooking ABI information.
       - Select ABIInfo to use based on Target's prefix and pointer width.
      
      llvm-svn: 57445
      d9eff3d4
  15. Oct 12, 2008
  16. Oct 10, 2008
  17. Oct 06, 2008
Loading