summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/R600ISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-16/+16
* R600/SI: Fix unreachable with a sext_in_reg to an illegal type.Matt Arsenault2014-03-271-3/+3
* Fix known typosAlp Toker2014-01-241-1/+1
* 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
OpenPOWER on IntegriCloud