aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-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