Skip to content
  1. Mar 26, 2008
  2. Mar 25, 2008
  3. Mar 24, 2008
  4. Mar 22, 2008
  5. Mar 21, 2008
    • Dan Gohman's avatar
      Fix -view-sunit-dags to support cross-rc-copy nodes. · 30e44a4b
      Dan Gohman authored
      llvm-svn: 48664
      30e44a4b
    • Evan Cheng's avatar
      A couple of kill marker maintainence bug. · 8c19af1b
      Evan Cheng authored
      llvm-svn: 48653
      8c19af1b
    • 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
  6. Mar 20, 2008
  7. Mar 19, 2008
    • Christopher Lamb's avatar
      Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes... · 8fe91094
      Christopher Lamb authored
      Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes Bill's testcase that failed for r48491.
      
      llvm-svn: 48542
      8fe91094
    • Evan Cheng's avatar
      Fixed a coalescer bug caused by a typo. · 56e9e57d
      Evan Cheng authored
      llvm-svn: 48526
      56e9e57d
    • Evan Cheng's avatar
      Fix live variables issues: · 44c0b4f7
      Evan Cheng authored
      1. If part of a register is re-defined, an implicit kill and an implicit def are added to denote read / mod / write. However, this should only be necessary if the register is actually read later. This is a performance issue.
      2. If a sub-register is being defined, and it doesn't have a previous use, do not add a implicit kill to the last use of a super-register:
         = EAX, AX<imp-use,kill>
      ...
      AX =
      In this case, EAX is live but AX is killed, this is wrong and will cause the coalescer to do bad things.
      
      llvm-svn: 48521
      44c0b4f7
  8. Mar 18, 2008
  9. Mar 17, 2008
  10. Mar 16, 2008
  11. Mar 15, 2008
  12. Mar 14, 2008
Loading