Skip to content
  1. Nov 11, 2006
  2. Nov 09, 2006
  3. Nov 08, 2006
    • Reid Spencer's avatar
      For PR950: · fdff938a
      Reid Spencer authored
      This patch converts the old SHR instruction into two instructions,
      AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
      dependent on the sign of their operands.
      
      llvm-svn: 31542
      fdff938a
  4. Nov 05, 2006
  5. Nov 03, 2006
  6. Nov 02, 2006
    • Reid Spencer's avatar
      For PR786: · de46e484
      Reid Spencer authored
      Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
      fall out by removing unused variables. Remaining warnings have to do with
      unused functions (I didn't want to delete code without review) and unused
      variables in generated code. Maintainers should clean up the remaining
      issues when they see them. All changes pass DejaGnu tests and Olden.
      
      llvm-svn: 31380
      de46e484
    • Reid Spencer's avatar
      For PR950: · 7eb55b39
      Reid Spencer authored
      Replace the REM instruction with UREM, SREM and FREM.
      
      llvm-svn: 31369
      7eb55b39
  7. Oct 27, 2006
  8. Oct 26, 2006
  9. Oct 25, 2006
  10. Oct 24, 2006
  11. 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
  12. Oct 10, 2006
  13. Oct 09, 2006
  14. Sep 29, 2006
  15. Sep 24, 2006
  16. Sep 21, 2006
  17. Sep 16, 2006
  18. Sep 15, 2006
  19. Sep 14, 2006
  20. Sep 09, 2006
  21. Sep 08, 2006
Loading