summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600ExpandSpecialInstrs.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* R600: Fix input modifiers lost for CaymanVincent Lejeune2013-12-10
* R600: Remove orphaned declarationsVincent Lejeune2013-12-07
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-15
* R600: Remove predicated_break instVincent Lejeune2013-07-31
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-25
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* R600: Const/Neg/Abs can be folded to dot4Vincent Lejeune2013-06-04
* Fix warning in non-assert build.Rafael Espindola2013-05-22
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-17
* R600: improve inputs/interpolation handlingTom Stellard2013-02-05
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Avoid setIsInsideBundle in Target/R600.Jakob Stoklund Olesen2012-12-13
* Add R600 backendTom Stellard2012-12-11