Skip to content
  1. Jan 15, 2009
  2. Jan 12, 2009
  3. Jan 04, 2009
  4. Dec 10, 2008
  5. Nov 08, 2008
  6. Sep 04, 2008
  7. Aug 21, 2008
  8. May 14, 2008
    • Dale Johannesen's avatar
      Add CommonLinkage; currently tentative definitions · ce4396bc
      Dale Johannesen authored
      are represented as "weak", but there are subtle differences
      in some cases on Darwin, so we need both.  The intent
      is that "common" will behave identically to "weak" unless
      somebody changes their target to do something else.
      No functional change as yet.
      
      llvm-svn: 51118
      ce4396bc
  9. May 05, 2008
  10. Apr 16, 2008
  11. Mar 11, 2008
  12. Feb 13, 2008
  13. Jan 29, 2008
  14. Dec 29, 2007
  15. Dec 14, 2007
  16. 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
  17. May 03, 2007
  18. May 02, 2007
  19. May 01, 2007
  20. Feb 14, 2007
  21. Feb 08, 2007
  22. Jan 27, 2007
  23. Jan 20, 2007
  24. Jan 18, 2007
  25. Jan 17, 2007
  26. Dec 07, 2006
  27. Nov 29, 2006
  28. Nov 16, 2006
  29. 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
  30. May 12, 2006
  31. May 03, 2006
  32. May 02, 2006
Loading