Skip to content
  1. Nov 20, 2006
    • Chris Lattner's avatar
      setOperand should not zap the operand list or add implicit operands to an · 539df43e
      Chris Lattner authored
      instruction.  Doing so breaks the FP stackifier, the alpha branch selector
      the sparc fpmover.
      
      This fixes PR1012 and CodeGen/X86/fp-stack-compare.ll
      
      llvm-svn: 31876
      539df43e
    • Anton Korobeynikov's avatar
      We should perform extra load for dllimported calls · 37d080b1
      Anton Korobeynikov authored
      llvm-svn: 31874
      37d080b1
    • 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
    • Reid Spencer's avatar
      For PR950: · 9f4448a2
      Reid Spencer authored
      Retain the signedness of the old integer types in a new TypeInfo structure
      so that it can be used in the grammar to implement auto-upgrade of things
      that depended on signedness of types. This doesn't implement any new
      functionality in the AsmParser, its just plumbing for future changes.
      
      llvm-svn: 31866
      9f4448a2
  2. Nov 18, 2006
  3. Nov 17, 2006
Loading