Skip to content
  1. Jan 11, 2007
  2. Dec 31, 2006
    • Reid Spencer's avatar
      For PR950: · e63b6518
      Reid Spencer authored
      Three changes:
      1. Convert signed integer types to signless versions.
      2. Implement the @sext and @zext parameter attributes. Previously the
         type of an function parameter was used to determine whether it should
         be sign extended or zero extended before the call. This information is
         now communicated via the function type's parameter attributes.
      3. The interface to LowerCallTo had to be changed in order to accommodate
         the parameter attribute information. Although it would have been
         convenient to pass in the FunctionType itself, there isn't always one
         present in the caller. Consequently, a signedness indication for the
         result type and for each parameter was provided for in the interface
         to this method. All implementations were changed to make the adjustment
         necessary.
      
      llvm-svn: 32788
      e63b6518
  3. Dec 08, 2006
  4. Oct 24, 2006
  5. Oct 20, 2006
    • Reid Spencer's avatar
      For PR950: · e0fc4dfc
      Reid Spencer authored
      This patch implements the first increment for the Signless Types feature.
      All changes pertain to removing the ConstantSInt and ConstantUInt classes
      in favor of just using ConstantInt.
      
      llvm-svn: 31063
      e0fc4dfc
  6. Jun 16, 2006
  7. May 21, 2006
  8. May 20, 2006
  9. May 17, 2006
  10. May 12, 2006
  11. Apr 04, 2006
  12. Apr 03, 2006
  13. Apr 01, 2006
  14. Jan 14, 2006
  15. Aug 02, 2005
  16. Apr 22, 2005
  17. Mar 13, 2005
  18. Dec 01, 2004
  19. Nov 02, 2004
  20. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  21. Aug 17, 2004
  22. Jul 23, 2004
  23. Jul 15, 2004
  24. Jul 02, 2004
  25. Jul 01, 2004
  26. Jun 17, 2004
  27. Apr 14, 2004
  28. Apr 05, 2004
  29. Feb 26, 2004
  30. Feb 09, 2004
  31. Dec 22, 2003
  32. Nov 11, 2003
  33. Oct 20, 2003
  34. Aug 24, 2003
  35. Aug 18, 2003
  36. Jul 23, 2003
Loading