Skip to content
  1. Sep 09, 2008
    • Dale Johannesen's avatar
      Fix logic for not emitting no-dead-strip for some · f0802254
      Dale Johannesen authored
      objects in llvm.used (thanks Anton).  Makes visible
      the magic 'l' prefix for symbols on Darwin which are
      to be passed through the assembler, then removed at
      linktime (previously all references to this had been
      hidden in the ObjC FE code, oh well).
      
      llvm-svn: 55973
      f0802254
  2. Aug 16, 2008
  3. Aug 08, 2008
  4. Aug 07, 2008
  5. Jul 22, 2008
  6. Jul 15, 2008
  7. Jul 09, 2008
  8. Jul 04, 2008
    • Duncan Sands's avatar
      Linux also does not require exception handling · 04fb6bf4
      Duncan Sands authored
      moves in order to get correct debug info.  Since
      I can't imagine how any target could possibly
      be any different, I've just stripped out the
      option: now all the world's like Darwin!
      
      llvm-svn: 53134
      04fb6bf4
  9. Jul 02, 2008
  10. Jun 28, 2008
  11. Jun 03, 2008
  12. May 07, 2008
    • Duncan Sands's avatar
      Output correct exception handling and frame info · e2b0bf43
      Duncan Sands authored
      on x86-64 linux.  This causes no regressions on
      32 bit linux and 32 bit ppc.  More tests pass
      on 64 bit ppc with no regressions.  I didn't
      turn on eh on 64 bit linux because the intrinsics
      needed to compile the eh runtime aren't done
      yet.  But if you turn it on and link with the
      mainline runtime then eh seems to work fine
      on x86-64 linux with this patch.  Thanks to
      Dale for testing.  The main point of the patch
      is that if you output that some object is
      encoded using 4 bytes you had better not output
      8 bytes for it: the patch makes everything
      consistent.
      
      llvm-svn: 50825
      e2b0bf43
  13. May 05, 2008
  14. Feb 29, 2008
  15. Feb 28, 2008
  16. Jan 16, 2008
  17. Jan 10, 2008
  18. Dec 29, 2007
  19. Dec 23, 2007
  20. Nov 21, 2007
Loading