Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵ | Tom Stellard | 2014-10-01 | 1 | -44/+44 |
| | | | | | | table llvm-svn: 218776 | ||||
* | R600: Try to convert BFE back to standard bit ops when possible. | Matt Arsenault | 2014-05-22 | 1 | -5/+100 |
| | | | | | | | This allows existing DAG combines to work on them, and then we can re-match to BFE if necessary during instruction selection. llvm-svn: 209462 | ||||
* | R600: Add dag combine for BFE | Matt Arsenault | 2014-05-22 | 1 | -0/+419 |
| | | | | llvm-svn: 209461 | ||||
* | R600: Add BFE, BFI, and BFM intrinsics to help with writing tests. | Matt Arsenault | 2014-03-31 | 1 | -0/+40 |
llvm-svn: 205236 |