llvm-6502/test/MC/MachO
Daniel Dunbar f08fde41f3 MC/Mach-O: Implement initial support for relaxation.
- The implementation is currently very brain dead and inefficient, but I have a
   clear plan on how to fix it.

 - The good news is, it works and correctly assembles 403.gcc (when built with
   Clang, at '-Os', '-Os -g', and '-O3'). Even better, at '-Os' and '-Os -g',
   the resulting binary is exactly equivalent to that when built with the system
   assembler. So it probably works! :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98396 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-12 22:07:14 +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.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