aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUTargetMachine.cpp
AgeCommit message (Expand)Author
2014-04-30R600/SI: Use VALU instructions for copying i1 valuesTom Stellard
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-21Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie
2014-03-21R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()Tom Stellard
2014-02-24R600: Make check clearer.Matt Arsenault
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-12-28Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick
2013-12-19Small simplification, p0 is the same as p.Rafael Espindola
2013-12-19R600/SI: Make private pointers be 32-bit.Matt Arsenault
2013-12-16One last cleanup of LLVM's DataLayout strings.Rafael Espindola
2013-12-16Structure R600's computeDataLayout more like every other target.Rafael Espindola
2013-12-16The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola
2013-12-16Don't duplicate the DataLayout defaults for integer, floats and vectors.Rafael Espindola
2013-12-16On DataLayout, omit the default of p:64:64:64.Rafael Espindola
2013-12-14Turn AMDGPUSubtarget::getDataLayout into a static function.Rafael Espindola
2013-12-11R600: Register AMDGPUCFGStructurizer passTom Stellard
2013-12-11R600: Register R600EmitClauseMarkers passTom Stellard
2013-12-07Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune
2013-11-18R600: Enable the IR structurizer by defaultTom Stellard
2013-11-18R600: Add a SubtargetFeatture for disabling the ifcvt pass.Tom Stellard
2013-10-23R600: Fix handling of vector kernel argumentsTom Stellard
2013-10-22R600: Simplify handling of private address spaceTom Stellard
2013-10-13R600/SI: Add SinkingPass before ISelVincent Lejeune
2013-10-10R600: Use StructurizeCFGPass for non SI targetsTom Stellard
2013-10-01R600: add a pass that merges clauses.Vincent Lejeune
2013-09-20Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick
2013-08-14R600/SI: Convert v16i8 resource descriptors to i128Tom Stellard
2013-08-06R600/SI: Use VSrc_* register classes as the default classes for typesTom Stellard
2013-08-06Factor FlattenCFG out from SimplifyCFGTom Stellard
2013-07-27SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard
2013-07-19R600: Simplify AMDILCFGStructurize by removing templates and assuming single ...Vincent Lejeune
2013-07-09R600: Do not predicated basic block with multiple alu clauseVincent Lejeune
2013-06-19Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault
2013-06-07R600: Rework subtarget info and remove AMDILDevice classesTom Stellard
2013-06-05R600: Add a pass that merge Vector RegisterVincent Lejeune
2013-06-05Revert "R600: Add a pass that merge Vector Register"Rafael Espindola
2013-06-04R600: Add a pass that merge Vector RegisterVincent Lejeune
2013-05-23Fix a leak on the r600 backend.Rafael Espindola
2013-05-17R600: Improve texture handlingVincent Lejeune
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-10R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard
2013-04-30R600: Packetize instructionsVincent Lejeune
2013-04-01R600: Add support for native control flowVincent Lejeune
2013-04-01R600: Emit CF_ALU and use true kcache register.Vincent Lejeune
2013-03-07R600/SI: rework input interpolation v2Christian Konig
2013-03-05R600: initial scheduler codeVincent Lejeune
2013-03-05R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.Vincent Lejeune
2013-02-16R600/SI: cleanup literal handling v3Christian Konig
2013-02-06R600: Support for indirect addressing v4Tom Stellard