llvm-6502/test/MC/MachO/ARM
Jim Grosbach 3e96531186 Refactor data-in-code annotations.
Use a dedicated MachO load command to annotate data-in-code regions.
This is the same format the linker produces for final executable images,
allowing consistency of representation and use of introspection tools
for both object and executable files.

Data-in-code regions are annotated via ".data_region"/".end_data_region"
directive pairs, with an optional region type.

data_region_directive := ".data_region" { region_type }
region_type := "jt8" | "jt16" | "jt32" | "jta32"
end_data_region_directive := ".end_data_region"

The previous handling of ARM-style "$d.*" labels was broken and has
been removed. Specifically, it didn't handle ARM vs. Thumb mode when
marking the end of the section.

rdar://11459456

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157062 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-18 19:12:01 +00:00
..
darwin-ARM-reloc.s MC tweak symbol difference resolution for non-local symbols. 2012-01-17 22:14:39 +00:00
darwin-Thumb-reloc.s
data-in-code.s Refactor data-in-code annotations. 2012-05-18 19:12:01 +00:00
empty-function-nop.ll Fix flags for test in MC/MachO/ARM/empty-function-nop.ll 2012-03-01 00:29:09 +00:00
lit.local.cfg Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu 2012-03-25 09:02:19 +00:00
llvm-objdump-macho-stripped.s Fixed a bug in llvm-objdump when disassembling using -macho option for a binary 2012-05-18 00:13:56 +00:00
llvm-objdump-macho.s Add a test case for r156840, a fix to llvm-objdump when disassembling using 2012-05-15 20:20:50 +00:00
no-subsections-reloc.s ARM Darwin symbol ref differences w/o subsection-via-symbols. 2012-01-24 21:45:25 +00:00
nop-armv4-padding.s
nop-armv6t2-padding.s
nop-thumb2-padding.s
nop-thumb-padding.s
relax-thumb2-branches.s
relax-thumb-ldr-literal.s Thumb2 relaxation for LDR(literal). 2012-01-18 21:54:16 +00:00
static-movt-relocs.s ARM non-scattered MachO relocations for movw/movt. 2012-03-20 17:25:45 +00:00
thumb2-function-relative-load.s Add testcase. 2012-01-19 01:36:59 +00:00
thumb2-movt-fixup.s
thumb-bl-jbits.s Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits 2012-05-03 22:41:56 +00:00