1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-31 16:02:52 +01:00
llvm-mirror/test/MC
Rafael Espindola f6c0121c93 Fix PR8565.
This moves most of the isUsed logic to the MCSymbol itself. With this we
get a bit more relaxed about allowing definitions after uses: uses that
don't evaluate their argument immediately (jmp foo) are accepted.

ddunbar, this was the smallest compromise I could think of that lets us
accept gcc (and clang!) assembly.

llvm-svn: 119144
2010-11-15 14:40:36 +00:00
..
ARM First stab at providing correct Thumb2 encodings, start with adc. 2010-11-12 21:12:40 +00:00
AsmParser Parse and remember discriminators in .loc line. I try to output them with 2010-11-13 03:18:27 +00:00
COFF Unbreak test on non-COFF targets. 2010-10-16 11:27:13 +00:00
Disassembler Segregate tests by target. 2010-11-14 18:14:32 +00:00
ELF Fix PR8565. 2010-11-15 14:40:36 +00:00
MachO MC/Mach-O/i386: Fix a crash in relocation handling. 2010-09-17 15:21:50 +00:00
MBlaze 1. Adding test cases for MBlaze MC disassembler. 2010-11-13 02:37:59 +00:00
X86 accept lret as an alias for lretl, fixing the reopened part of PR8592 2010-11-12 18:54:56 +00:00