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
/
lib
/
Target
/
R600
Age
Commit message (
Expand
)
Author
2013-03-18
R600/SI: implement indirect adressing for SI
Christian Konig
2013-03-18
R600/SI: add float vector types
Christian Konig
2013-03-18
R600/SI: add shl pattern
Christian Konig
2013-03-18
R600/SI: add BUFFER_LOAD_DWORD pattern
Christian Konig
2013-03-18
R600/SI: implement SI.load.const intrinsic
Christian Konig
2013-03-18
R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodes
Christian Konig
2013-03-18
R600/SI: fix inserting waits for all defines
Christian Konig
2013-03-14
R600: Factorize code handling Const Read Port limitation
Vincent Lejeune
2013-03-13
R600: Remove unused Outputs variable
Vincent Lejeune
2013-03-11
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
2013-03-11
R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> h...
NAKAMURA Takumi
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
R600: Set BooleanContents to ZeroOrNegativeOneBooleanContent
Tom Stellard
2013-03-08
R600/SI: Use source scheduler
Michel Danzer
2013-03-07
R600/SI: rework input interpolation v2
Christian Konig
2013-03-07
R600/SI: remove SI_vs_load_buffer_index
Christian Konig
2013-03-07
R600/SI: remove SGPR address space v2
Christian Konig
2013-03-07
R600/SI: add proper formal parameter handling for SI
Christian Konig
2013-03-07
R600/SI: remove shader type intrinsic
Christian Konig
2013-03-07
R600/SI: switch types of SGPRs to v*i8
Christian Konig
2013-03-07
R600/SI: fix unused variable warning
Christian Konig
2013-03-05
R600: Do not predicate vector op
Vincent Lejeune
2013-03-05
Update cmake build.
Benjamin Kramer
2013-03-05
R600: initial scheduler code
Vincent Lejeune
2013-03-05
R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.
Vincent Lejeune
2013-03-05
R600: Turn BUILD_VECTOR into Reg_Sequence
Vincent Lejeune
2013-03-05
R600: CONST_ADDRESS node is not marked as mayLoad anymore
Vincent Lejeune
2013-03-05
R600: Use MUL_IEEE for trig/fdiv intrinsic
Vincent Lejeune
2013-03-05
R600: Add support for indirect addressing of non default const buffer
Vincent Lejeune
2013-03-04
R600: Clean up datalayout strings so they better match hardware capabilities
Tom Stellard
2013-03-01
R600/SI: handle all registers in copyPhysReg v2
Christian Konig
2013-03-01
R600/SI: remove S_MOV immediate patterns
Christian Konig
2013-03-01
R600/SI: remove GPR*AlignEncode
Christian Konig
2013-03-01
R600/SI: fix warning about overloaded virtual
Christian Konig
2013-03-01
R600/SI: fix inserting waits for unordered defines
Christian Konig
2013-02-26
R600/SI: Add promotion of e32 to e64 in operand folding
Christian Konig
2013-02-26
R600/SI: add VOP mapping functions
Christian Konig
2013-02-26
R600/SI: swap operands if it helps folding
Christian Konig
2013-02-26
R600/SI: add some more instruction flags
Christian Konig
2013-02-26
R600/SI: add post ISel folding for SI v2
Christian Konig
2013-02-26
R600/SI: add folding helper
Christian Konig
2013-02-26
R600/SI: fix VOP3b encoding v2
Christian Konig
2013-02-26
R600/SI: fix and cleanup SI register definition v2
Christian Konig
2013-02-26
R600/SI: fix stupid typo
Christian Konig
2013-02-22
R600/SI: Add pattern for sign extension of i1 to i32.
Michel Danzer
2013-02-22
R600/SI: Add pattern for logical or of i1 values.
Michel Danzer
2013-02-22
R600/SI: Add pattern for fceil.
Michel Danzer
[next]