summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/SITypeRewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-161/+0
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* R600: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-2/+1
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-2/+1
* IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()Duncan P. N. Exon Smith2014-11-031-1/+2
* Use cast<> instead of dyn_cast + assertMatt Arsenault2014-07-051-2/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-3/+3
* R600/SI: Stop using i128 as the resource descriptor typeTom Stellard2014-04-171-8/+10
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-061-1/+1
* R600/SI: Completely Disable TypeRewriter on computeTom Stellard2014-02-131-3/+3
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* R600/SI: Replace v1i32 type with i32 in imageload and sample intrinsicsTom Stellard2013-08-141-0/+16
* R600/SI: Convert v16i8 resource descriptors to i128Tom Stellard2013-08-141-0/+146
OpenPOWER on IntegriCloud