Skip to content
  1. Jan 11, 2007
    • Zhou Sheng's avatar
      For PR1043: · 75b871fb
      Zhou Sheng authored
      Merge ConstantIntegral and ConstantBool into ConstantInt.
      Remove ConstantIntegral and ConstantBool from LLVM.
      
      llvm-svn: 33073
      75b871fb
  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 21, 2006
  4. Dec 19, 2006
  5. Dec 18, 2006
  6. Dec 14, 2006
  7. Dec 12, 2006
  8. Dec 07, 2006
  9. Nov 29, 2006
  10. Nov 27, 2006
    • Reid Spencer's avatar
      For PR950: · 6c38f0bb
      Reid Spencer authored
      The long awaited CAST patch. This introduces 12 new instructions into LLVM
      to replace the cast instruction. Corresponding changes throughout LLVM are
      provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
      exception of 175.vpr which fails only on a slight floating point output
      difference.
      
      llvm-svn: 31931
      6c38f0bb
  11. Nov 20, 2006
  12. Nov 01, 2006
  13. Oct 31, 2006
    • Anton Korobeynikov's avatar
      1. Clean up code due to changes in SwitchTo*Section(2) · aa4c0f93
      Anton Korobeynikov authored
      2. Added partial debug support for mingw\cygwin targets (the same as
         Linux\ELF). Please note, that currently mingw\cygwin uses 'stabs' format
         for storing debug info by default, thus many (runtime) libraries has
         this information included. These formats shouldn't be mixed in one binary
         ('stabs' & 'DWARF'), otherwise binutils tools will be confused.
      
      llvm-svn: 31311
      aa4c0f93
  14. Oct 28, 2006
  15. Oct 24, 2006
  16. 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
  17. Oct 17, 2006
  18. Oct 11, 2006
  19. Oct 07, 2006
  20. Oct 05, 2006
  21. Oct 04, 2006
  22. Sep 29, 2006
  23. Sep 27, 2006
  24. Sep 26, 2006
  25. Sep 24, 2006
  26. Sep 18, 2006
  27. Sep 14, 2006
  28. Sep 12, 2006
  29. Sep 08, 2006
  30. Sep 07, 2006
  31. Sep 06, 2006
Loading