index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
R600
Age
Commit message (
Expand
)
Author
2013-03-11
llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.
NAKAMURA Takumi
2013-03-11
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
2013-03-09
Test case hygiene.
Benjamin Kramer
2013-03-08
R600: Optimize another selectcc case
Tom Stellard
2013-03-08
R600: Improve custom lowering of select_cc
Tom Stellard
2013-03-08
R600: Change operation action from Custom to Expand for BR_CC
Tom Stellard
2013-03-08
R600: Change operation action from Custom to Expand for SETCC
Tom Stellard
2013-03-08
LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCC
Tom Stellard
2013-03-08
R600: Change addresspace in fold-kcache.ll
Vincent Lejeune
2013-03-08
R600/SI: adjust test to recent changes
Christian Konig
2013-03-05
R600: Turn BUILD_VECTOR into Reg_Sequence
Vincent Lejeune
2013-03-05
R600: Use MUL_IEEE for trig/fdiv intrinsic
Vincent Lejeune
2013-03-01
R600/SI: fix sampler tests after fixing wait insertions
Christian Konig
2013-02-21
R600: Fix for Unigine when MachineSched is enabled
Tom Stellard
2013-02-21
R600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32
Michel Danzer
2013-02-18
R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern
Vincent Lejeune
2013-02-14
R600: Do not fold single instruction with more that 3 kcache read
Vincent Lejeune
2013-02-14
R600: Add lit tests for texture sampling instruction selection.
Michel Danzer
2013-02-13
R600: Add support for 128-bit parameters
Tom Stellard
2013-02-07
R600: Add support for SET*_DX10 instructions
Tom Stellard
2013-02-07
R600: Add tests for unsupported condition codes.
Tom Stellard
2013-02-07
R600: Fix assembly name for SETGT_INT
Tom Stellard
2013-02-05
R600: Add tests for instruction predicates
Tom Stellard
2013-02-05
R600: Emit function name in the AsmPrinter
Tom Stellard
2013-01-31
R600: Fold clamp, neg, abs
Tom Stellard
2013-01-02
DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes
Tom Stellard
2012-12-21
R600: Expand vec4 INT <-> FP conversions
Tom Stellard
2012-12-11
Add R600 backend
Tom Stellard
2012-07-16
Revert "test/CodeGen/R600: Add some basic tests v6"
Tom Stellard
2012-07-16
test/CodeGen/R600: Add some basic tests v6
Tom Stellard