Skip to content
  1. Nov 05, 2007
    • Dale Johannesen's avatar
      Make labels work in asm blocks; allow labels as · 4646aa3e
      Dale Johannesen authored
      parameters.  Rename ValueRefList to ParamList
      in AsmParser, since its only use is for parameters.
      
      llvm-svn: 43734
      4646aa3e
    • Duncan Sands's avatar
      Don't output ABI size padding twice. By using the store · f7ae8bd0
      Duncan Sands authored
      size for the field we get ABI padding automatically, so
      no need to put it in again when we emit the field.
      
      llvm-svn: 43720
      f7ae8bd0
    • 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 14, 2007
  3. Oct 12, 2007
  4. Oct 08, 2007
  5. Oct 02, 2007
  6. Sep 28, 2007
  7. Sep 27, 2007
  8. Sep 24, 2007
  9. Sep 18, 2007
  10. Sep 14, 2007
  11. Sep 12, 2007
  12. Sep 11, 2007
  13. Sep 06, 2007
  14. Aug 22, 2007
  15. Jul 30, 2007
  16. Jul 26, 2007
  17. Jun 04, 2007
  18. May 31, 2007
  19. May 03, 2007
  20. May 02, 2007
  21. May 01, 2007
  22. Apr 30, 2007
  23. Apr 29, 2007
  24. Apr 28, 2007
  25. Apr 25, 2007
  26. Apr 24, 2007
  27. Apr 23, 2007
  28. Mar 06, 2007
  29. Feb 21, 2007
  30. Feb 16, 2007
  31. Feb 15, 2007
    • Reid Spencer's avatar
      For PR1195: · d84d35ba
      Reid Spencer authored
      Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
      PackedTyID -> VectorTyID. No functional changes.
      
      llvm-svn: 34293
      d84d35ba
  32. Feb 10, 2007
Loading