Skip to content
  1. Oct 16, 2012
  2. Oct 15, 2012
  3. Oct 14, 2012
  4. Oct 13, 2012
  5. Oct 12, 2012
    • Bill Schmidt's avatar
      This patch addresses PR13948. · 84d37798
      Bill Schmidt authored
      For 64-bit PowerPC SVR4, an aggregate containing only one
      floating-point field (float, double, or long double) must be passed in
      a register as though just that field were present.  This patch
      addresses the issue during Clang code generation by specifying in the
      ABIArgInfo for the argument that the underlying type is passed
      directly in a register.  The included test case verifies flat and
      nested structs for the three data types.
      
      llvm-svn: 165816
      84d37798
  6. Oct 11, 2012
  7. Oct 10, 2012
  8. Oct 09, 2012
  9. Oct 08, 2012
  10. Oct 06, 2012
  11. Oct 05, 2012
  12. Oct 04, 2012
  13. Oct 03, 2012
Loading