llvm-6502/test/MC/MachO
Daniel Dunbar da3e9f760c MC/Mach-O: PCrel relocations weren't using the right base address, they are
relative to the fragment address, not its offset. This was masked by the text
section normally being at address 0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98420 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-13 02:38:00 +00:00
..
Darwin This is a patch to the assembler frontend to detect when aligning a text 2010-02-25 18:46:04 +00:00
absolutize.s MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the assembly time value of variables. 2010-03-11 05:53:37 +00:00
comm-1.s llvm-mc: Support .comm emission. 2009-08-28 07:08:35 +00:00
data.s Force triple for these tests. 2009-08-22 09:45:43 +00:00
dg.exp For now, only run MC tests if X86 is configured. 2009-08-27 06:11:15 +00:00
lcomm-attributes.s llvm-mc: Support .zerofill emission. 2009-08-28 05:49:21 +00:00
relax-jumps.s MC/Mach-O: Implement initial support for relaxation. 2010-03-12 22:07:14 +00:00
relax-recompute-align.s MC/Mach-O: Implement initial support for relaxation. 2010-03-12 22:07:14 +00:00
reloc-diff.s MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is external. 2010-03-10 00:58:25 +00:00
reloc-pcrel-offset.s MC/Mach-O: PCrel relocations weren't using the right base address, they are 2010-03-13 02:38:00 +00:00
reloc-pcrel.s MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustment when determining if we need a scattered relocation. 2010-03-09 21:27:58 +00:00
reloc.s llvm-mc/Mach-O: Add support for relocations. 2009-08-26 13:58:10 +00:00
section-align-1.s llvm-mc/Mach-O: Add section padding where needed (to align the next section). 2009-08-26 04:13:32 +00:00
section-align-2.s llvm-mc/Mach-O: Add section padding where needed (to align the next section). 2009-08-26 04:13:32 +00:00
section-flags.s MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. 2010-02-02 21:44:01 +00:00
sections.s Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so 2009-10-07 20:57:20 +00:00
symbol-flags.s llvm-mc/Mach-O: Support symbol attributes. 2009-08-24 08:40:12 +00:00
symbol-indirect.s llvm-mc: Fix tests for python variations in int printing, sigh. 2009-08-26 04:28:45 +00:00
symbols-1.s llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. 2009-08-26 22:13:22 +00:00
values.s llvm-mc/Mach-O: Set addresses for symbols. 2009-08-26 02:48:04 +00:00
zerofill-1.s llvm-mc: Support .zerofill emission. 2009-08-28 05:49:21 +00:00
zerofill-2.s llvm-mc: Support .zerofill emission. 2009-08-28 05:49:21 +00:00
zerofill-3.s llvm-mc: Support .zerofill emission. 2009-08-28 05:49:21 +00:00
zerofill-4.s MC/Macho-O: Align the zerofill section itself to the maximum alignment. 2010-03-08 22:03:42 +00:00
zerofill-sect-align.s MC/Macho-O: Align the zerofill section itself to the maximum alignment. 2010-03-08 22:03:42 +00:00