Add support for v1i128 type.
[oota-llvm.git] / test / CodeGen / R600 / add.ll
2015-04-13 Jan VeselyRevert revisions r234755, r234759, r234760
2015-04-13 Jan VeselyR600: Add carry and borrow instructions. Use them to...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-03 Marek OlsakR600/SI: Remove the -CHECK suffix from all FileCheck...
2015-01-27 Marek OlsakR600/SI: Enable all tests that pass on VI without changes
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2014-11-05 Tom StellardR600/SI: Change all instruction assembly names to lower...
2014-10-01 Tom StellardR600: Call EmitFunctionHeader() in the AsmPrinter to...
2014-09-24 Tom StellardR600/SI: Enable selecting SALU inside branches
2014-09-05 Tom StellardR600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of...
2014-05-15 Tom StellardR600/SI: Only use SALU instructions for 64-bit add...
2014-03-07 Tom StellardR600/SI: Using SGPRs is illegal for instructions that...
2014-02-28 Tom StellardR600/SI: Expand all v16[if]32 operations
2014-02-25 Tom StellardR600/SI: Custom select 64-bit ADD
2014-02-13 Tom StellardR600/SI: Expand all v8[if]32 operations
2013-11-12 Matt ArsenaultR600/SI: Change formatting of printed registers.
2013-10-11 Matt ArsenaultR600: Add scalar i32 add test
2013-10-11 Matt ArsenaultUse CHECK-LABEL
2013-10-10 Tom StellardR600/SI: Use -verify-machineinstrs for most tests
2013-07-23 Tom StellardR600: Use KCache for kernel arguments
2013-06-20 Tom StellardR600/SI: Expand add for v2i32 and v4i32
2013-05-02 Vincent LejeuneR600: Prettier asmPrint of Alu
2013-04-19 Tom StellardR600: Reorganize lit tests and document how they should...