| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 239657
|
|
|
|
|
|
| |
No functional change intended.
llvm-svn: 234586
|
|
|
|
|
|
| |
'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. R600 edition
llvm-svn: 207503
|
|
|
|
|
|
| |
obviously coupled to the IR.
llvm-svn: 203064
|
|
|
|
| |
llvm-svn: 190110
|
|
|
|
|
|
|
|
|
|
| |
This pass was segfaulting when it ran into a non-intrinsic function
call. Function calls are not supported, so now instead of segfaulting,
we will get an assertion failure with a nice error message.
I'm not sure how to test this using lit.
llvm-svn: 190076
|
|
|
|
|
|
| |
Spotted by Nick Lewycky!
llvm-svn: 188599
|
|
|
|
| |
llvm-svn: 188506
|
|
|
|
|
|
| |
while there.
llvm-svn: 182594
|
|
|
|
| |
llvm-svn: 182482
|
|
|
|
|
|
|
|
|
| |
R600TextureIntrinsicsReplacer.cpp:232: warning: the address of ‘ArgsType’ will always evaluate as ‘true’
This doesn't have any effect on the output as a vararg intrinsic behaves the
same way as a non-vararg one.
llvm-svn: 182293
|
|
llvm-svn: 182125
|