Skip to content
  1. Apr 02, 2008
  2. Mar 21, 2008
    • 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
  3. Jan 15, 2008
  4. Dec 29, 2007
  5. Nov 14, 2007
  6. Nov 10, 2007
  7. Jul 27, 2007
  8. Jul 06, 2007
  9. Jun 19, 2007
  10. Mar 07, 2007
  11. Mar 06, 2007
  12. Feb 28, 2007
  13. Feb 27, 2007
Loading