Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -83/+0 |
| | | | | llvm-svn: 239657 | ||||
* | R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵ | Tom Stellard | 2014-10-01 | 1 | -1/+1 |
| | | | | | | table llvm-svn: 218776 | ||||
* | R600: Enable the IR structurizer by default | Tom Stellard | 2013-11-18 | 1 | -1/+1 |
| | | | | llvm-svn: 195031 | ||||
* | R600: Fix a crash in the AMDILCFGStructurizer | Tom Stellard | 2013-10-16 | 1 | -0/+83 |
We were calling llvm_unreachable() when failing to optimize the branch into if case. However, it is still possible for us to structurize the CFG by duplicating blocks even if this optimization fails. Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 192813 |