Go to file
Tom Stellard 538ceeb6e0 R600/SI: Add basic support for more integer vector types.
v1i32, v2i32, v8i32 and v16i32.

Only add VGPR register classes for integer vector types, to avoid attempts
copying from VGPR to SGPR registers, which is not possible.

Patch By: Michel Dänzer

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
llvm-svn: 174632
2013-02-07 17:02:09 +00:00
clang Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions. 2013-02-07 16:05:33 +00:00
clang-tools-extra Remove superseeded option. 2013-02-06 14:22:17 +00:00
compiler-rt [ASan] Remove the replace_cfallocator flag, which is used no more. 2013-02-07 15:59:37 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Revert accidental check-in. These changes are probably good, but premature at this point. 2013-02-07 15:31:44 +00:00
libcxxabi Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. 2013-02-06 19:29:55 +00:00
lld [docs] lld self hosts. 2013-02-07 07:26:45 +00:00
lldb Address sanitizer found an issue which we filed a bug for: <rdar://problem/13168967> 2013-02-07 03:41:30 +00:00
llvm R600/SI: Add basic support for more integer vector types. 2013-02-07 17:02:09 +00:00
polly CodeGen: clang-format goodness 2013-02-05 18:01:29 +00:00