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
/
R600ControlFlowFinalizer.cpp
Age
Commit message (
Expand
)
Author
2013-05-02
R600: Signed literals are 64bits wide
Vincent Lejeune
2013-04-30
R600: use native for alu
Vincent Lejeune
2013-04-30
R600: Take inner dependency into tex/vtx clauses
Vincent Lejeune
2013-04-30
R600: Turn TEX/VTX into native instructions
Vincent Lejeune
2013-04-30
R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions
Vincent Lejeune
2013-04-29
R600: Use correct CF_END instruction on Northern Island GPUs
Tom Stellard
2013-04-23
R600: Use .AMDGPU.config section to emit stacksize
Vincent Lejeune
2013-04-23
R600: Add CF_END
Vincent Lejeune
2013-04-11
R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-04-11
Whitespace.
NAKAMURA Takumi
2013-04-10
R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addr
Vincent Lejeune
2013-04-08
R600: Control Flow support for pre EG gen
Vincent Lejeune
2013-04-04
R600: Fix wrong address when substituting ENDIF
Vincent Lejeune
2013-04-04
R600: Take export into account when computing cf address
Vincent Lejeune
2013-04-03
R600: Simplify data structure and add DEBUG to R600ControlFlowFinalizer
Vincent Lejeune
2013-04-03
R600: Consider KILLGT as an ALU instruction
Vincent Lejeune
2013-04-01
R600: Add support for native control flow
Vincent Lejeune