Go to file
Jack Carter 5dc8ac92b9 [mips][msa] Direct Object Emission support for the MSA instruction set.
In more detail, this patch adds the ability to parse, encode and decode MSA registers ($w0-$w31). The format of 2RF instructions (MipsMSAInstrFormat.td) was updated so that we could attach a test case to this patch i.e., the test case parses, encodes and decodes 2 MSA instructions. Following patches will add the remainder of the instructions.

Note that DecodeMSA128BRegisterClass is missing from MipsDisassembler.td because it's not yet required at this stage and having it would cause a compiler warning (unused function).

Patch by Matheus Almeida

llvm-svn: 191412
2013-09-25 23:50:44 +00:00
clang Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.h 2013-09-25 22:34:03 +00:00
clang-tools-extra clang-apply-replacements: Clean up -help and -version 2013-09-24 18:14:54 +00:00
compiler-rt [sanitizer] A bunch of libc interceptors. 2013-09-25 14:47:43 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Make the guard for external ABI libraries include the guard for 2013-09-25 20:01:44 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [ELF] Fix use after free. 2013-09-25 22:12:14 +00:00
lldb Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
llvm [mips][msa] Direct Object Emission support for the MSA instruction set. 2013-09-25 23:50:44 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00