aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600ISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-16/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+4
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-1/+0
* R600: Move fabs/fneg/sel folding logic into PostProcessIselVincent Lejeune2013-09-121-0/+1
* R600: Expand SELECT nodes rather than custom lowering themTom Stellard2013-09-051-1/+0
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-091-0/+2
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+0
* R600: Swizzle texture/export instructionsVincent Lejeune2013-06-041-0/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-2/+2
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-1/+1
* R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsicsMichel Danzer2013-03-221-1/+0
* R600: Change operation action from Custom to Expand for BR_CCTom Stellard2013-03-081-2/+0
* R600: Change operation action from Custom to Expand for SETCCTom Stellard2013-03-081-1/+0
* R600: Support for indirect addressing v4Tom Stellard2013-02-061-1/+6
* R600: rework handling of the constantsTom Stellard2013-01-231-0/+1
* Add R600 backendTom Stellard2012-12-111-0/+72