aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600ExpandSpecialInstrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600: Remove predicated_break instVincent Lejeune2013-07-311-15/+0
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-8/+8
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-1/+2
* R600: Const/Neg/Abs can be folded to dot4Vincent Lejeune2013-06-041-1/+3
* Fix warning in non-assert build.Rafael Espindola2013-05-221-0/+2
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-171-6/+35
* R600: improve inputs/interpolation handlingTom Stellard2013-02-051-118/+81
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Avoid setIsInsideBundle in Target/R600.Jakob Stoklund Olesen2012-12-131-1/+2
* Add R600 backendTom Stellard2012-12-111-0/+333