Skip to content
  1. Mar 22, 2008
  2. Feb 18, 2008
  3. Feb 17, 2008
  4. Jan 29, 2008
  5. Dec 29, 2007
  6. May 06, 2007
  7. May 03, 2007
  8. May 02, 2007
  9. May 01, 2007
  10. Mar 02, 2007
  11. Mar 01, 2007
  12. Feb 15, 2007
    • Reid Spencer's avatar
      For PR1195: · d84d35ba
      Reid Spencer authored
      Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
      PackedTyID -> VectorTyID. No functional changes.
      
      llvm-svn: 34293
      d84d35ba
  13. Feb 11, 2007
  14. Feb 06, 2007
  15. Jan 21, 2007
    • Reid Spencer's avatar
      For PR970: · 2eadb531
      Reid Spencer authored
      Clean up handling of isFloatingPoint() and dealing with PackedType.
      Patch by Gordon Henriksen!
      
      llvm-svn: 33415
      2eadb531
  16. Jan 15, 2007
  17. 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
  18. Dec 23, 2006
    • Reid Spencer's avatar
      For PR950: · 266e42b3
      Reid Spencer authored
      This patch removes the SetCC instructions and replaces them with the ICmp
      and FCmp instructions. The SetCondInst instruction has been removed and
      been replaced with ICmpInst and FCmpInst.
      
      llvm-svn: 32751
      266e42b3
  19. Dec 19, 2006
  20. Dec 07, 2006
  21. Dec 06, 2006
  22. Nov 02, 2006
    • Reid Spencer's avatar
      For PR950: · 7eb55b39
      Reid Spencer authored
      Replace the REM instruction with UREM, SREM and FREM.
      
      llvm-svn: 31369
      7eb55b39
  23. Oct 26, 2006
    • Reid Spencer's avatar
      For PR950: · 7e80b0b3
      Reid Spencer authored
      Make necessary changes to support DIV -> [SUF]Div. This changes llvm to
      have three division instructions: signed, unsigned, floating point. The
      bytecode and assembler are bacwards compatible, however.
      
      llvm-svn: 31195
      7e80b0b3
  24. 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
  25. Aug 28, 2006
  26. Apr 28, 2006
  27. Mar 14, 2006
  28. Mar 04, 2006
  29. Jan 23, 2006
  30. Sep 02, 2005
  31. Aug 24, 2005
  32. Aug 08, 2005
  33. Jul 27, 2005
Loading