summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/usubo.ll
AgeCommit message (Expand)Author
2015-06-13R600 -> AMDGPU renameTom Stellard
2015-04-30Reinstate revisions r234755, r234759, r234760Jan Vesely
2015-04-13Revert revisions r234755, r234759, r234760Jan Vesely
2015-04-13R600: Add carry and borrow instructions. Use them to implement UADDO/USUBOJan Vesely
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-01-27R600/SI: Enable all tests that pass on VI without changesMarek Olsak
2015-01-12R600/SI: Use RegisterOperands to specify which operands can accept immediatesTom Stellard
2015-01-06R600/SI: Add a stub GCNTargetMachineTom Stellard
2014-11-19R600/SI: Make SIInstrInfo::isOperandLegal() more strictTom Stellard
2014-11-05R600/SI: Change all instruction assembly names to lowercase.Tom Stellard
2014-10-01R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ...Tom Stellard
2014-09-05R600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of 64-bit operationsTom Stellard
2014-06-23R600: Move add/sub with overflow out of AMDILISelLoweringMatt Arsenault