Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -303/+0 |
* | Reduce dyn_cast<> to isa<> or cast<> where possible. | Benjamin Kramer | 2015-04-10 | 1 | -2/+2 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -4/+4 |
* | [Layering] Move InstVisitor.h into the IR library as it is pretty | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
* | R600: Coding style | Tom Stellard | 2013-09-05 | 1 | -6/+4 |
* | R600: Fix segfault in R600TextureIntrinsicReplacer | Tom Stellard | 2013-09-05 | 1 | -0/+3 |
* | R600: Fix possible use of an uninitialized variable | Tom Stellard | 2013-08-17 | 1 | -0/+1 |
* | Fix spelling | Matt Arsenault | 2013-08-15 | 1 | -7/+7 |
* | Move passes from namespace llvm into anonymous namespaces. Sort includes whil... | Benjamin Kramer | 2013-05-23 | 1 | -3/+3 |
* | Fix use after free (pr16103). | Rafael Espindola | 2013-05-22 | 1 | -7/+22 |
* | R600: Fix bug detected by GCC warning. | Benjamin Kramer | 2013-05-20 | 1 | -2/+2 |
* | R600: Improve texture handling | Vincent Lejeune | 2013-05-17 | 1 | -0/+286 |