Skip to content
  1. Mar 05, 2011
  2. Feb 25, 2011
  3. Feb 24, 2011
  4. Feb 16, 2011
  5. Jan 14, 2011
  6. Jan 13, 2011
  7. Dec 27, 2010
  8. Dec 19, 2010
  9. Dec 16, 2010
  10. Dec 10, 2010
  11. Dec 06, 2010
  12. Dec 04, 2010
    • Rafael Espindola's avatar
      There are two reasons why we might want to use · 1c8ac8f0
      Rafael Espindola authored
      foo = a - b
      .long foo
      instead of just
      .long a - b
      
      First, on darwin9 64 bits the assembler produces the wrong result. Second,
      if "a" is the end of the section all darwin assemblers (9, 10 and mc) will not
      consider a - b to be a constant but will if the dummy foo is created.
      
      Split how we handle these cases. The first one is something MC should take care
      of. The second one has to be handled by the caller.
      
      llvm-svn: 120889
      1c8ac8f0
    • Rafael Espindola's avatar
      Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid · 1048e75f
      Rafael Espindola authored
      doing that if the target is darwin10 or newer.
      
      This fixes
      *) Direct object emission was producing objects without the workaround on
         darwin9.
      *) Assembly printing was producing objects with the workaround on linux.
      
      llvm-svn: 120866
      1048e75f
  13. Dec 03, 2010
  14. Dec 02, 2010
  15. Nov 29, 2010
  16. Nov 22, 2010
  17. Nov 19, 2010
  18. Nov 16, 2010
  19. Nov 15, 2010
  20. Nov 13, 2010
  21. Nov 05, 2010
  22. Nov 04, 2010
  23. Nov 02, 2010
  24. Nov 01, 2010
  25. Sep 30, 2010
  26. Sep 23, 2010
Loading