Skip to content
  1. Dec 19, 2006
  2. Dec 07, 2006
  3. Dec 06, 2006
  4. 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
  5. 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
  6. 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
  7. Aug 28, 2006
  8. Apr 28, 2006
  9. Mar 14, 2006
  10. Mar 04, 2006
  11. Jan 23, 2006
  12. Sep 02, 2005
  13. Aug 24, 2005
  14. Aug 08, 2005
  15. Jul 27, 2005
  16. May 10, 2005
  17. May 08, 2005
  18. May 07, 2005
  19. Apr 22, 2005
  20. Mar 15, 2005
  21. 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
  22. Jul 29, 2004
  23. Jul 15, 2004
  24. Jul 01, 2004
  25. Jan 09, 2004
Loading