Skip to content
  1. Dec 06, 2006
  2. Dec 05, 2006
  3. Dec 04, 2006
  4. Dec 02, 2006
  5. Nov 29, 2006
  6. Nov 28, 2006
  7. 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
  8. Nov 20, 2006
    • Reid Spencer's avatar
      For PR950: · d9436b68
      Reid Spencer authored
      First in a series of patches to convert SetCondInst into ICmpInst and
      FCmpInst using only two opcodes and having the instructions contain their
      predicate value. Nothing uses these classes yet. More patches to follow.
      
      llvm-svn: 31867
      d9436b68
  9. Nov 17, 2006
  10. Nov 14, 2006
  11. Nov 13, 2006
  12. Nov 08, 2006
    • Jim Laskey's avatar
      Remove redundant <cmath>. · 61feeb90
      Jim Laskey authored
      llvm-svn: 31561
      61feeb90
    • 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
  13. Nov 07, 2006
  14. Nov 03, 2006
  15. 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
  16. Nov 01, 2006
  17. Oct 28, 2006
  18. 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
  19. Oct 23, 2006
Loading