History log of /external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c35290fa35ae234fed02496404cb0fc37e1c8a5 23-May-2013 Benjamin Kramer <benny.kra@googlemail.com> Move passes from namespace llvm into anonymous namespaces. Sort includes while there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182594 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
812789dd3d496420b31e3ee61d5d52303e385101 22-May-2013 Rafael Espindola <rafael.espindola@gmail.com> Fix use after free (pr16103).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182482 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
d54bf7ceefd2d6ba89fd800700a5ff201861861c 20-May-2013 Benjamin Kramer <benny.kra@googlemail.com> R600: Fix bug detected by GCC warning.

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182293 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
d3293b49f9c7af741d2edd3062499fb50db0e89b 17-May-2013 Vincent Lejeune <vljn@ovi.com> R600: Improve texture handling

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182125 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp