Skip to content
  1. Nov 12, 2007
  2. Nov 11, 2007
  3. Nov 06, 2007
  4. Nov 05, 2007
    • Bruno Cardoso Lopes's avatar
      Added support for PIC code with "explicit relocations" *only*. · 3e0d030d
      Bruno Cardoso Lopes authored
      Removed all macro code for PIC (goodbye "la").
      Support tested with shootout bench.
      
      llvm-svn: 43697
      3e0d030d
    • Duncan Sands's avatar
      Eliminate the remaining uses of getTypeSize. This · 283207a7
      Duncan Sands authored
      should only effect x86 when using long double.  Now
      12/16 bytes are output for long double globals (the
      exact amount depends on the alignment).  This brings
      globals in line with the rest of LLVM: the space
      reserved for an object is now always the ABI size.
      One tricky point is that only 10 bytes should be
      output for long double if it is a field in a packed
      struct, which is the reason for the additional
      argument to EmitGlobalConstant.
      
      llvm-svn: 43688
      283207a7
  5. Oct 26, 2007
  6. Oct 19, 2007
  7. Oct 18, 2007
  8. Oct 14, 2007
  9. Oct 12, 2007
  10. Oct 09, 2007
  11. Oct 05, 2007
  12. Sep 26, 2007
  13. Sep 25, 2007
  14. Sep 24, 2007
  15. Sep 11, 2007
  16. Sep 07, 2007
  17. Aug 30, 2007
  18. Aug 28, 2007
  19. Aug 21, 2007
  20. Aug 18, 2007
Loading