aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/AMDILISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make some arrays 'static const'Craig Topper2013-07-151-4/+4
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-4/+4
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-16/+13
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-7/+7
* R600: Swap the legality of rotl and rotrTom Stellard2013-05-201-2/+0
* R600/SI: add proper formal parameter handling for SIChristian Konig2013-03-071-5/+0
* R600: Update for name changes from r175667.Jim Grosbach2013-02-201-3/+3
* R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune2013-02-181-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* R600: remove nonsense setPrefLoopAlignmentTom Stellard2012-12-171-1/+0
* Add R600 backendTom Stellard2012-12-111-0/+652