Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600/SI: Custom lower f64 -> i64 conversions | Matt Arsenault | 2014-10-03 | 1 | -29/+0 |
| | | | | llvm-svn: 219038 | ||||
* | R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵ | Tom Stellard | 2014-10-01 | 1 | -3/+3 |
| | | | | | | table llvm-svn: 218776 | ||||
* | R600: Fix some missing conversion testcases | Matt Arsenault | 2014-09-25 | 1 | -4/+24 |
| | | | | llvm-svn: 218474 | ||||
* | R600/SI: Use -verify-machineinstrs for most tests | Tom Stellard | 2013-10-10 | 1 | -1/+1 |
| | | | | | | | | | | We can't enable the verifier for tests with SI_IF and SI_ELSE, because these instructions are always followed by a COPY which copies their result to the next basic block. This violates the machine verifier's rule that non-terminators can not folow terminators. Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 192366 | ||||
* | R600/SI: Implement sint<->fp64 conversions | Niels Ole Salscheider | 2013-08-08 | 1 | -0/+9 |
llvm-svn: 187987 |