aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/R600
AgeCommit message (Expand)Author
2013-03-11llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.NAKAMURA Takumi
2013-03-11R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune
2013-03-09Test case hygiene.Benjamin Kramer
2013-03-08R600: Optimize another selectcc caseTom Stellard
2013-03-08R600: Improve custom lowering of select_ccTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for BR_CCTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for SETCCTom Stellard
2013-03-08LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard
2013-03-08R600: Change addresspace in fold-kcache.llVincent Lejeune
2013-03-08R600/SI: adjust test to recent changesChristian Konig
2013-03-05R600: Turn BUILD_VECTOR into Reg_SequenceVincent Lejeune
2013-03-05R600: Use MUL_IEEE for trig/fdiv intrinsicVincent Lejeune
2013-03-01R600/SI: fix sampler tests after fixing wait insertionsChristian Konig
2013-02-21R600: Fix for Unigine when MachineSched is enabledTom Stellard
2013-02-21R600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32Michel Danzer
2013-02-18R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune
2013-02-14R600: Do not fold single instruction with more that 3 kcache readVincent Lejeune
2013-02-14R600: Add lit tests for texture sampling instruction selection.Michel Danzer
2013-02-13R600: Add support for 128-bit parametersTom Stellard
2013-02-07R600: Add support for SET*_DX10 instructionsTom Stellard
2013-02-07R600: Add tests for unsupported condition codes.Tom Stellard
2013-02-07R600: Fix assembly name for SETGT_INTTom Stellard
2013-02-05R600: Add tests for instruction predicatesTom Stellard
2013-02-05R600: Emit function name in the AsmPrinterTom Stellard
2013-01-31R600: Fold clamp, neg, absTom Stellard
2013-01-02DAGCombiner: Avoid generating illegal vector INT_TO_FP nodesTom Stellard
2012-12-21R600: Expand vec4 INT <-> FP conversionsTom Stellard
2012-12-11Add R600 backendTom Stellard
2012-07-16Revert "test/CodeGen/R600: Add some basic tests v6"Tom Stellard
2012-07-16test/CodeGen/R600: Add some basic tests v6Tom Stellard