summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDILISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* R600: Don't try to fix reg class when copying IMPLICIT_DEF to a registerTom Stellard2013-06-13
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* Cast to the proper type.Bill Wendling2013-06-06
* R600: Const/Neg/Abs can be folded to dot4Vincent Lejeune2013-06-04
* R600/SI: Fixup CopyToReg register class in PostprocessISelDAG()Tom Stellard2013-06-03
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* R600/SI: Add support for buffer stores v2Tom Stellard2013-04-05
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-14
* R600: Turn BUILD_VECTOR into Reg_SequenceVincent Lejeune2013-03-05
* R600/SI: add post ISel folding for SI v2Christian Konig2013-02-26
* R600/SI: add folding helperChristian Konig2013-02-26
* R600: Do not fold single instruction with more that 3 kcache readVincent Lejeune2013-02-14
* R600: Do not fold modifier/litterals in vector instVincent Lejeune2013-02-14
* R600/SI: simplify and fix SMRD encodingTom Stellard2013-02-07
* R600: Support for indirect addressing v4Tom Stellard2013-02-06
* R600: Fold clamp, neg, absTom Stellard2013-01-31
* R600: Consider bitcast when folding const_address node.Tom Stellard2013-01-31
* R600: rework handling of the constantsTom Stellard2013-01-23
* Add R600 backendTom Stellard2012-12-11