llvm-6502/test/MC
Rafael Espindola 2bf6afc277 Relax alignment fragments.
With this we don't need the EffectiveSize field anymore. Without that field
LayoutFragment only updates offsets and we don't need to invalidate the
current fragment when it is relaxed (only the ones following it).

This is also a very small improvement in the accuracy of the layout info as
we now use the after relaxation size immediately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121857 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-15 08:45:53 +00:00
..
ARM Add some more MC tests for ARM arithmetic instructions that update or don't 2010-12-15 01:24:36 +00:00
AsmParser Rename temporary symbols if they conflict with artificial symbols created 2010-12-01 20:46:11 +00:00
COFF Don't use PadSectionToAlignment on windows. 2010-12-06 03:03:44 +00:00
Disassembler Second attempt at converting Thumb2's LDRpci, including updating the gazillion places that need to know about it. 2010-12-07 00:45:21 +00:00
ELF Fixed version of 121434 with no new memory leaks. 2010-12-10 07:39:47 +00:00
MachO Relax alignment fragments. 2010-12-15 08:45:53 +00:00
MBlaze 1. Adding test cases for MBlaze MC disassembler. 2010-11-13 02:37:59 +00:00
X86 Allow a slash, '/', as a prefix separator for X86. rdar://8741045 2010-12-08 23:57:59 +00:00