Skip to content
  1. Nov 05, 2007
    • 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
  2. Oct 26, 2007
  3. Oct 19, 2007
  4. Oct 18, 2007
  5. Oct 14, 2007
  6. Oct 12, 2007
  7. Oct 09, 2007
  8. Oct 05, 2007
  9. Sep 26, 2007
  10. Sep 25, 2007
  11. Sep 24, 2007
  12. Sep 11, 2007
  13. Sep 07, 2007
  14. Aug 30, 2007
  15. Aug 28, 2007
  16. Aug 21, 2007
  17. Aug 18, 2007
  18. Aug 02, 2007
  19. Jul 27, 2007
  20. Jul 25, 2007
  21. Jul 21, 2007
Loading