Skip to content
  1. Dec 09, 2007
  2. Dec 05, 2007
  3. Dec 03, 2007
  4. Nov 30, 2007
  5. Nov 29, 2007
  6. Nov 28, 2007
  7. Nov 27, 2007
    • 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
  8. Nov 25, 2007
    • Duncan Sands's avatar
      Fix PR1816. If a bitcast of a function only exists because of a · 185eeac0
      Duncan Sands authored
      trivial difference in function attributes, allow calls to it to
      be converted to direct calls.  Based on a patch by Török Edwin.
      While there, move the various lists of mutually incompatible
      parameters etc out of the verifier and into ParameterAttributes.h.
      
      llvm-svn: 44315
      185eeac0
  9. Nov 22, 2007
  10. Nov 20, 2007
    • Duncan Sands's avatar
      In order for parameter attribute uniquing to make · 04eb67e6
      Duncan Sands authored
      any sense it is important that ParamAttr::None gets
      treated the same as not supplying an attribute at
      all.  Rather than stripping ParamAttr::None out of
      the list of attributes, assert if ParamAttr::None
      is seen.  Fix up the bitcode reader which liked to
      insert ParamAttr::None all over the place.  Patch
      based on one by Török Edwin.
      
      llvm-svn: 44250
      04eb67e6
  11. Nov 19, 2007
  12. Nov 18, 2007
    • Chris Lattner's avatar
      print a call to a fastcc function as: · f5270374
      Chris Lattner authored
      	call x86_fastcallcc void @func( i32* %X, i64 0 )
      not:
      	callx86_fastcallcc  void @func( i32* %X, i64 0 )
      
      This fixes Codegen/X86/fast-cc-merge-stack-adj.ll
      
      llvm-svn: 44217
      f5270374
  13. Nov 17, 2007
  14. Nov 15, 2007
  15. Nov 14, 2007
  16. Nov 01, 2007
  17. Oct 31, 2007
  18. Oct 30, 2007
  19. Oct 29, 2007
  20. Oct 28, 2007
  21. Oct 23, 2007
  22. Oct 22, 2007
  23. Oct 18, 2007
  24. Oct 17, 2007
  25. Oct 16, 2007
  26. Oct 15, 2007
  27. Oct 14, 2007
Loading