Skip to content
  1. Jul 13, 2009
  2. Jul 06, 2009
  3. Jun 03, 2009
  4. May 31, 2009
  5. May 09, 2009
  6. Jan 12, 2009
  7. Aug 21, 2008
  8. Mar 22, 2008
  9. Dec 29, 2007
  10. 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
  11. May 03, 2007
  12. May 02, 2007
  13. May 01, 2007
  14. Apr 16, 2007
  15. Feb 28, 2007
  16. Feb 08, 2007
  17. Feb 03, 2007
  18. Jan 29, 2007
  19. Jan 26, 2007
  20. Jan 24, 2007
  21. Jan 17, 2007
  22. Jan 15, 2007
  23. Jan 14, 2007
  24. Dec 16, 2006
  25. Dec 11, 2006
    • Nate Begeman's avatar
      Properly mangles symbol table names · e8da58b3
      Nate Begeman authored
      Supports constant pools
      Supports relocations to jump tables
      Supports relocations within the data segment (global = address of global)
      Allocates memory in a non-hacky for all non-code objects.
      
      llvm-svn: 32430
      e8da58b3
  26. Sep 11, 2006
  27. Sep 09, 2006
  28. Aug 26, 2006
  29. Aug 25, 2006
  30. Aug 24, 2006
  31. Aug 23, 2006
Loading