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-04-01
Target/R600: Fix CMake build to add missing files.
NAKAMURA Takumi
2013-04-01
R600: Add support for native control flow
Vincent Lejeune
2013-04-01
R600/SI: Share code recording ShaderTypeAttribute between generations
Vincent Lejeune
2013-04-01
R600: Emit CF_ALU and use true kcache register.
Vincent Lejeune
2013-03-31
R600: Emit native instructions for tex
Vincent Lejeune
2013-03-28
These two are default in the constructor for MCAsmInfo.
Eric Christopher
2013-03-27
R600/SI: add SETO/SETUO patterns
Christian Konig
2013-03-27
R600/SI: add cummuting of rev instructions
Christian Konig
2013-03-27
R600/SI: add mulhu/mulhs patterns
Christian Konig
2013-03-27
R600/SI: add srl/sha patterns for SI
Christian Konig
2013-03-26
R600/SIMCCodeEmitter.cpp: Prune a couple of unused members, STI and Ctx. [-Wu...
NAKAMURA Takumi
2013-03-26
R600/SI: improve post ISel folding
Christian Konig
2013-03-26
R600/SI: improve vector interpolation
Christian Konig
2013-03-26
R600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLE
Christian Konig
2013-03-26
R600/SI: switch back to RegPressure scheduling
Christian Konig
2013-03-26
R600/SI: mark most intrinsics as readnone v2
Christian Konig
2013-03-26
R600/SI: replace WQM intrinsic
Christian Konig
2013-03-26
R600/SI: fix ELSE pseudo op handling
Christian Konig
2013-03-26
R600: fix DenseMap with pointer key iteration in the structurizer
Christian Konig
2013-03-22
R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics
Michel Danzer
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
[next]