History log of /external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dce4a407a24b04eebc6a376f8e62b41aaa7b071f 29-May-2014 Stephen Hines <srhines@google.com> Update LLVM for 3.5 rebase (r209712).

Change-Id: I149556c940fb7dc92d075273c87ff584f400941f
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
c3b5c042a4e63f8aa464734248881139cbd1694d 06-Sep-2013 Tom Stellard <thomas.stellard@amd.com> R600: Coding style

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190110 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
791cdd5fe08162f982e013057b587c9a8ff0bd03 05-Sep-2013 Tom Stellard <thomas.stellard@amd.com> R600: Fix segfault in R600TextureIntrinsicReplacer

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190076 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
913da2b7b32daa5c018ec1b7422cf76c3d01649b 17-Aug-2013 Tom Stellard <thomas.stellard@amd.com> R600: Fix possible use of an uninitialized variable

Spotted by Nick Lewycky!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188599 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
c34540aa861105d515ed73eb2ae614d9453016b6 16-Aug-2013 Matt Arsenault <Matthew.Arsenault@amd.com> Fix spelling

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188506 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
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