Skip to content
  1. Dec 25, 2007
  2. Dec 20, 2007
  3. Dec 17, 2007
  4. 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
  5. Dec 09, 2007
  6. Dec 03, 2007
  7. Nov 30, 2007
  8. Nov 28, 2007
  9. 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
  10. Nov 14, 2007
  11. Nov 13, 2007
  12. Nov 05, 2007
  13. Oct 24, 2007
  14. Oct 22, 2007
  15. Oct 17, 2007
  16. Oct 15, 2007
  17. Oct 08, 2007
  18. Sep 28, 2007
  19. Sep 12, 2007
  20. Sep 11, 2007
  21. Sep 09, 2007
  22. Sep 07, 2007
  23. Sep 06, 2007
    • Dale Johannesen's avatar
      Next round of APFloat changes. · bed9dc42
      Dale Johannesen authored
      Use APFloat in UpgradeParser and AsmParser.
      Change all references to ConstantFP to use the
      APFloat interface rather than double.  Remove
      the ConstantFP double interfaces.
      Use APFloat functions for constant folding arithmetic
      and comparisons.
      (There are still way too many places APFloat is
      just a wrapper around host float/double, but we're
      getting there.)
      
      llvm-svn: 41747
      bed9dc42
  24. Sep 04, 2007
    • Devang Patel's avatar
      Enable loop index split pass. · 42e2abe0
      Devang Patel authored
      llvm-svn: 41714
      42e2abe0
    • David Greene's avatar
      · 85948d74
      David Greene authored
      Update generated files.
      
      llvm-svn: 41706
      85948d74
    • David Greene's avatar
      · 9bf8760a
      David Greene authored
      Revert this because the interface hasn't been updated yet.
      
      llvm-svn: 41703
      9bf8760a
    • David Greene's avatar
      · 4f4dc729
      David Greene authored
      Fix typo.
      
      llvm-svn: 41702
      4f4dc729
    • David Greene's avatar
      · c656cbb8
      David Greene authored
      Update GEP constructors to use an iterator interface to fix
      GLIBCXX_DEBUG issues.
      
      llvm-svn: 41697
      c656cbb8
  25. Aug 27, 2007
    • David Greene's avatar
      · 703623d5
      David Greene authored
      Update InvokeInst to work like CallInst
      
      llvm-svn: 41506
      703623d5
  26. Aug 15, 2007
    • David Greene's avatar
      · 87e2554d
      David Greene authored
      Update .cvs file
      
      llvm-svn: 41106
      87e2554d
  27. Aug 13, 2007
  28. Aug 08, 2007
  29. Aug 07, 2007
    • David Greene's avatar
      · c600d65e
      David Greene authored
      Make this code more efficient
      
      llvm-svn: 40899
      c600d65e
  30. Aug 04, 2007
Loading