aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600ISelLowering.cpp
AgeCommit message (Expand)Author
2013-03-27R600/SI: add mulhu/mulhs patternsChristian Konig
2013-03-22R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsicsMichel Danzer
2013-03-11R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune
2013-03-08R600: Optimize another selectcc caseTom Stellard
2013-03-08R600: Improve custom lowering of select_ccTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for BR_CCTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for SETCCTom Stellard
2013-03-08R600: Set BooleanContents to ZeroOrNegativeOneBooleanContentTom Stellard
2013-03-07R600/SI: remove SGPR address space v2Christian Konig
2013-03-07R600/SI: remove shader type intrinsicChristian Konig
2013-03-05R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.Vincent Lejeune
2013-03-05R600: Add support for indirect addressing of non default const bufferVincent Lejeune
2013-02-19R600: Fix scheduler crash caused by invalid MachinePointerInfoTom Stellard
2013-02-14R600: Fold zero/one in export instructionsVincent Lejeune
2013-02-07R600: Add support for SET*_DX10 instructionsTom Stellard
2013-02-06R600: Support for indirect addressing v4Tom Stellard
2013-02-05Don't use MRI liveouts in R600.Jakob Stoklund Olesen
2013-02-05R600: improve inputs/interpolation handlingTom Stellard
2013-01-31R600: Consider bitcast when folding const_address node.Tom Stellard
2013-01-23R600: Add a llvm.R600.store.swizzle intrinsicsTom Stellard
2013-01-23R600: Simplify stream outputs intrinsicTom Stellard
2013-01-23R600: rework handling of the constantsTom Stellard
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-21R600: Expand vec4 INT <-> FP conversionsTom Stellard
2012-12-13Fix warnings with -DNDEBUGTom Stellard
2012-12-11Add R600 backendTom Stellard