Skip to content
  1. Mar 31, 2008
  2. Mar 30, 2008
  3. Mar 29, 2008
  4. Mar 28, 2008
  5. Mar 27, 2008
  6. Mar 26, 2008
  7. Mar 25, 2008
  8. Mar 24, 2008
  9. Mar 23, 2008
  10. Mar 22, 2008
  11. Mar 21, 2008
    • Chris Lattner's avatar
      Restore this assert now that the livevar bug is fixed. · c55b444a
      Chris Lattner authored
      This verifies kill info for "ret" fp operands is right.
      
      llvm-svn: 48656
      c55b444a
    • Duncan Sands's avatar
      Introduce a new node for holding call argument · d97eea37
      Duncan Sands authored
      flags.  This is needed by the new legalize types
      infrastructure which wants to expand the 64 bit
      constants previously used to hold the flags on
      32 bit machines.  There are two functional changes:
      (1) in LowerArguments, if a parameter has the zext
      attribute set then that is marked in the flags;
      before it was being ignored; (2) PPC had some bogus
      code for handling two word arguments when using the
      ELF 32 ABI, which was hard to convert because of
      the bogusness.  As suggested by the original author
      (Nicolas Geoffray), I've disabled it for the moment.
      Tested with "make check" and the Ada ACATS testsuite.
      
      llvm-svn: 48640
      d97eea37
    • Chris Lattner's avatar
      remove Evan's "ugly hack" that sorta attempted to get · 68b11e14
      Chris Lattner authored
      x86-64 return conventions correct, but was never enabled.
      We can now do the "right thing" with multiple return values.
      
      llvm-svn: 48635
      68b11e14
Loading