Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A number of test cases assume that an "int" parameter or return value | Ulrich Weigand | 2012-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | will be represented in the IR as a plain "i32" type. This causes the tests to spuriously fail on platforms where int is not a 32-bit type, or where the ABI requires attributes like "signext" or "zeroext" to be used. This patch adds -triple or -target parameters to force those tests to use the i386-unknown-unknown target. llvm-svn: 166551 | ||||
* | Make sure list-initialization of arrays works correctly in explicit type ↵ | Eli Friedman | 2012-02-29 | 1 | -0/+10 |
conversions. PR12121. llvm-svn: 151674 |