summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-303/+0
* Reduce dyn_cast<> to isa<> or cast<> where possible.Benjamin Kramer2015-04-101-2/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-4/+4
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-061-1/+1
* R600: Coding styleTom Stellard2013-09-051-6/+4
* R600: Fix segfault in R600TextureIntrinsicReplacerTom Stellard2013-09-051-0/+3
* R600: Fix possible use of an uninitialized variableTom Stellard2013-08-171-0/+1
* Fix spellingMatt Arsenault2013-08-151-7/+7
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-231-3/+3
* Fix use after free (pr16103).Rafael Espindola2013-05-221-7/+22
* R600: Fix bug detected by GCC warning.Benjamin Kramer2013-05-201-2/+2
* R600: Improve texture handlingVincent Lejeune2013-05-171-0/+286
OpenPOWER on IntegriCloud