Skip to content
  1. Dec 14, 2007
  2. 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
  3. May 03, 2007
  4. May 02, 2007
  5. May 01, 2007
  6. Feb 14, 2007
  7. Feb 08, 2007
  8. Jan 27, 2007
  9. Jan 20, 2007
  10. Jan 18, 2007
  11. Jan 17, 2007
  12. Dec 07, 2006
  13. Nov 29, 2006
  14. Nov 16, 2006
  15. Nov 02, 2006
    • Reid Spencer's avatar
      For PR786: · de46e484
      Reid Spencer authored
      Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
      fall out by removing unused variables. Remaining warnings have to do with
      unused functions (I didn't want to delete code without review) and unused
      variables in generated code. Maintainers should clean up the remaining
      issues when they see them. All changes pass DejaGnu tests and Olden.
      
      llvm-svn: 31380
      de46e484
  16. May 12, 2006
  17. May 03, 2006
  18. May 02, 2006
  19. Apr 22, 2006
  20. Dec 28, 2005
  21. Nov 10, 2005
  22. Aug 19, 2005
  23. Jul 28, 2005
  24. Jul 27, 2005
  25. Jul 16, 2005
  26. Jul 12, 2005
  27. Jul 11, 2005
Loading