Skip to content
  1. Dec 29, 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. Apr 16, 2007
  7. Feb 28, 2007
  8. Feb 08, 2007
  9. Feb 03, 2007
  10. Jan 29, 2007
  11. Jan 26, 2007
  12. Jan 24, 2007
  13. Jan 17, 2007
  14. Jan 15, 2007
  15. Jan 14, 2007
  16. Dec 16, 2006
  17. 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
  18. Sep 11, 2006
  19. Sep 09, 2006
  20. Aug 26, 2006
  21. Aug 25, 2006
  22. Aug 24, 2006
  23. Aug 23, 2006
Loading