summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/R600ExpandSpecialInstrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* R600: Fix input modifiers lost for CaymanVincent Lejeune2013-12-101-0/+18
* R600: Remove orphaned declarationsVincent Lejeune2013-12-071-3/+0
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-151-0/+17
* 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
OpenPOWER on IntegriCloud