Skip to content
  1. Feb 26, 2008
  2. Feb 22, 2008
  3. Feb 21, 2008
  4. Feb 20, 2008
  5. Feb 19, 2008
  6. Feb 18, 2008
  7. Feb 14, 2008
  8. Feb 07, 2008
  9. Feb 04, 2008
  10. Feb 02, 2008
  11. Jan 30, 2008
  12. Jan 27, 2008
  13. Jan 16, 2008
  14. Jan 09, 2008
  15. Jan 08, 2008
  16. Dec 29, 2007
  17. Dec 25, 2007
  18. Dec 20, 2007
  19. Dec 17, 2007
  20. Dec 11, 2007
    • Christopher Lamb's avatar
      Implement address space attribute for LLVM pointer types. Address spaces are · 54dd24c2
      Christopher Lamb authored
      regions of memory that have a target specific relationship, as described in the 
      Embedded C Technical Report. 
      
      This also implements the 2007-12-11-AddressSpaces test, 
      which demonstrates how address space attributes can be used in LLVM IR.
      
      In addition, this patch changes the bitcode signature for stores (in a backwards 
      compatible manner), such that the pointer type, rather than the pointee type, is 
      encoded. This permits type information in the pointer (e.g. address space) to be 
      preserved for stores.
      
      LangRef updates are forthcoming.
      
      llvm-svn: 44858
      54dd24c2
  21. Dec 09, 2007
  22. Dec 03, 2007
  23. Nov 30, 2007
  24. Nov 28, 2007
  25. Nov 27, 2007
    • Ted Kremenek's avatar
      Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that · c6298de2
      Ted Kremenek authored
      the "-p" option is actually seen by nm (it was being dropped as it was
      considered as separate argument to the Perl script).
      
      llvm-svn: 44365
      c6298de2
    • Duncan Sands's avatar
      Fix PR1146: parameter attributes are longer part of · ad0ea2d4
      Duncan Sands authored
      the function type, instead they belong to functions
      and function calls.  This is an updated and slightly
      corrected version of Reid Spencer's original patch.
      The only known problem is that auto-upgrading of
      bitcode files doesn't seem to work properly (see
      test/Bitcode/AutoUpgradeIntrinsics.ll).  Hopefully
      a bitcode guru (who might that be? :) ) will fix it.
      
      llvm-svn: 44359
      ad0ea2d4
  26. Nov 14, 2007
  27. Nov 13, 2007
Loading