| commit | 22869378d92d38ff3c31e66c3da91c1a31f113f9 | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <reid@kleckner.net> | Wed Feb 26 19:57:30 2014 +0000 |
| committer | Reid Kleckner <reid@kleckner.net> | Wed Feb 26 19:57:30 2014 +0000 |
| tree | c58e995b2fac5185487d9d49db0e80882a8b1f4b | |
| parent | 773a57958ca2aecc631f9e0ffebe4e6ec194bb5b [diff] |
GlobalOpt: Apply fastcc to internal x86_thiscallcc functions We should apply fastcc whenever profitable. We can expand this list, but there are lots of conventions with performance implications that we don't want to change. Differential Revision: http://llvm-reviews.chandlerc.com/D2705 llvm-svn: 202293