R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
[oota-llvm.git] / test / CodeGen / R600 / sgpr-copy.ll
2014-10-01 Tom StellardR600: Call EmitFunctionHeader() in the AsmPrinter to...
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-04-29 Tom StellardR600/SI: Custom lower SI_IF and SI_ELSE to avoid machin...
2013-11-18 Tom StellardR600/SI: Fix illegal VGPR->SGPR copy inside of loop
2013-11-18 Tom StellardR600/SI: Fix another case of illegal VGPR->SGPR copy
2013-11-15 Tom StellardR600/SI: Add VReg_96 register class to SIRegisterInfo...
2013-11-12 Matt ArsenaultR600/SI: Change formatting of printed registers.
2013-10-10 Tom StellardR600/SI: Use -verify-machineinstrs for most tests
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-08-22 Tom StellardR600/SI: Fix another case of illegal VGPR to SGPR copy
2013-08-06 Tom StellardR600/SI: Use VSrc_* register classes as the default...