1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/MC
Daniel Dunbar 7670f69e42 MC/Mach-O x86_64: Switch to using fragment atom symbol.
- This eliminates getAtomForAddress() (which was a linear search) and
   simplifies getAtom().
 - This also fixes some correctness problems where local labels at the same
   address as non-local labels could be assigned to the wrong atom.

llvm-svn: 103480
2010-05-11 17:22:50 +00:00
..
AsmParser MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemAsmOperand. 2010-05-06 22:39:14 +00:00
Disassembler Eliminated the classification of control registers into %ecr_ 2010-05-06 20:59:00 +00:00
MachO MC/Mach-O x86_64: Switch to using fragment atom symbol. 2010-05-11 17:22:50 +00:00