summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600ISelLowering.h
Commit message (Expand)AuthorAge
* R600: Remove AMDILISelLoweringMatt Arsenault2014-06-23
* R600: Implement 64bit SRLJan Vesely2014-06-18
* R600: Implement 64bit SHLJan Vesely2014-06-18
* R600: Use LDS and vectors for private memoryTom Stellard2014-06-17
* R600/SI: Fix selection error on i64 rotl / rotr.Matt Arsenault2014-06-13
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* R600/SI: Fix unreachable with a sext_in_reg to an illegal type.Matt Arsenault2014-03-27
* Fix known typosAlp Toker2014-01-24
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-13
* R600: Move fabs/fneg/sel folding logic into PostProcessIselVincent Lejeune2013-09-12
* R600: Expand SELECT nodes rather than custom lowering themTom Stellard2013-09-05
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-09
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* R600: Swizzle texture/export instructionsVincent Lejeune2013-06-04
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsicsMichel Danzer2013-03-22
* R600: Change operation action from Custom to Expand for BR_CCTom Stellard2013-03-08
* R600: Change operation action from Custom to Expand for SETCCTom Stellard2013-03-08
* R600: Support for indirect addressing v4Tom Stellard2013-02-06
* R600: rework handling of the constantsTom Stellard2013-01-23
* Add R600 backendTom Stellard2012-12-11