1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/MC
Rui Ueyama 0acac7750e Object/COFF: change data type of SymbolNumber from int16 to uint16.
Microsoft PE/COFF Spec clearly states that the field is of signed interger
type. However, in reality, it's unsigned. If cl.exe needs to create a large
number of sections for COMDAT sections, it will just create more than 32768
sections. Handling large section number as negative number is not correct.
I think this is a spec bug.

Differential Revision: http://llvm-reviews.chandlerc.com/D3088

llvm-svn: 203986
2014-03-15 00:04:08 +00:00
..
AArch64 [AArch64]Fix improper diagnostics about offset range of load/store instructions. 2014-03-04 02:05:13 +00:00
ARM Generalise assembly tests to not rely on anonymous symbol names 2014-03-14 09:10:26 +00:00
AsmParser AsmParser: add missed tests 2014-03-03 06:35:00 +00:00
COFF Object/COFF: change data type of SymbolNumber from int16 to uint16. 2014-03-15 00:04:08 +00:00
Disassembler [PowerPC] Initial support for the VSX instruction set 2014-03-13 07:58:58 +00:00
ELF Correctly handle an ELF symbol defined with "a = b + expr". 2014-03-14 20:09:04 +00:00
MachO Support DWARF discriminators in object streamer. 2014-02-14 19:27:53 +00:00
Markup
Mips [mips] Implement NaCl sandboxing of function calls: 2014-03-11 21:23:40 +00:00
PowerPC [PowerPC] Initial support for the VSX instruction set 2014-03-13 07:58:58 +00:00
Sparc [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc backend. 2014-03-02 23:39:07 +00:00
SystemZ
X86 Use printable names to implement directional labels. 2014-03-13 18:09:26 +00:00