Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CodeGen: make i686-windows-itanium more similar to msvc | Saleem Abdulrasool | 2014-11-24 | 1 | -2/+17 |
| | | | | | | | The itanium environment follows the system calling convention for structures. Pass small aggregates via registers. llvm-svn: 222680 | ||||
* | CodeGen: tweak struct ABI handling | Saleem Abdulrasool | 2014-11-23 | 1 | -0/+27 |
Cygwin and MinGW fail to conform to the underlying system's structure passing ABI. Make the check more precise to ensure that we correctly generate code for the itanium environment. llvm-svn: 222626 |