Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -4/+4 |
| | | | | llvm-svn: 230795 | ||||
* | Update Clang tests to handle explicitly typed gep changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -12/+12 |
| | | | | llvm-svn: 230783 | ||||
* | clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/ | NAKAMURA Takumi | 2013-12-04 | 1 | -1/+1 |
| | | | | llvm-svn: 196349 | ||||
* | Don't pass -O0 to clang_cc1, it is the default. | Rafael Espindola | 2013-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 189910 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -2/+2 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Remove XFAIL,fix test | Bill Schmidt | 2012-10-12 | 1 | -2/+1 |
| | | | | llvm-svn: 165819 | ||||
* | XFAIL pending further investigation | Bill Schmidt | 2012-10-12 | 1 | -39/+24 |
| | | | | llvm-svn: 165818 | ||||
* | This patch addresses PR13948. | Bill Schmidt | 2012-10-12 | 1 | -0/+65 |
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 |