~pali/llvm/clang-3.5

Viewing all changes in revision 52790.

  • Committer: dsanders
  • Date: 2014-12-01 10:32:00 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:cfe/branches/release_35:223004
Merged from r220566:

[mips] Mark aggregate arguments passed in registers with the inreg attribute

Summary:
This allows us to easily identify them in the backend which in turn allows us
to handle them correctly for big-endian targets (where they must be shifted
into the upper bits of the register).

Depends on D5961

Reviewers: atanasyan

Reviewed By: atanasyan

Subscribers: cfe-commits, theraven

Differential Revision: http://reviews.llvm.org/D5962

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: