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
/
R600ISelLowering.cpp
Age
Commit message (
Expand
)
Author
2013-03-27
R600/SI: add mulhu/mulhs patterns
Christian Konig
2013-03-22
R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics
Michel Danzer
2013-03-11
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
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-07
R600/SI: remove SGPR address space v2
Christian Konig
2013-03-07
R600/SI: remove shader type intrinsic
Christian Konig
2013-03-05
R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.
Vincent Lejeune
2013-03-05
R600: Add support for indirect addressing of non default const buffer
Vincent Lejeune
2013-02-19
R600: Fix scheduler crash caused by invalid MachinePointerInfo
Tom Stellard
2013-02-14
R600: Fold zero/one in export instructions
Vincent Lejeune
2013-02-07
R600: Add support for SET*_DX10 instructions
Tom Stellard
2013-02-06
R600: Support for indirect addressing v4
Tom Stellard
2013-02-05
Don't use MRI liveouts in R600.
Jakob Stoklund Olesen
2013-02-05
R600: improve inputs/interpolation handling
Tom Stellard
2013-01-31
R600: Consider bitcast when folding const_address node.
Tom Stellard
2013-01-23
R600: Add a llvm.R600.store.swizzle intrinsics
Tom Stellard
2013-01-23
R600: Simplify stream outputs intrinsic
Tom Stellard
2013-01-23
R600: rework handling of the constants
Tom Stellard
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-21
R600: Expand vec4 INT <-> FP conversions
Tom Stellard
2012-12-13
Fix warnings with -DNDEBUG
Tom Stellard
2012-12-11
Add R600 backend
Tom Stellard