llvm-6502/test/MC
Rafael Espindola 76e71bd66e Write sections mostly in one pass.
During ELF writing, there is no need to further relax the sections, so we
should not be creating fragments. This patch avoids doing so in all cases
but debug section compression (that is next).

Also, the ELF format is fairly simple to write. We can do a single pass over
the sections to write them out and compute the section header table.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236235 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-30 14:21:49 +00:00
..
AArch64 [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin. 2015-04-28 01:37:11 +00:00
ARM Write sections mostly in one pass. 2015-04-30 14:21:49 +00:00
AsmParser [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin. 2015-04-28 01:37:11 +00:00
COFF Add a proper fix for pr23025. 2015-04-17 11:27:13 +00:00
Disassembler [mips] Sorted instructions in mips64r6 disassembly tests. NFC. 2015-04-30 10:52:42 +00:00
ELF Write sections mostly in one pass. 2015-04-30 14:21:49 +00:00
Hexagon
MachO MC: For variable symbols, maintain MCSymbol::Section as a cache. 2015-04-03 01:46:11 +00:00
Markup
Mips [mips][mips64r6] Sorted instructions in test. NFC. 2015-04-30 10:23:48 +00:00
PowerPC Use CIE version 1 for .eh_frame. 2015-04-27 22:04:24 +00:00
R600 R600/SI: Add missing -mcpu=SI to assembler test 2015-04-23 19:33:55 +00:00
Sparc Make Sparc assembler accept parenthesized constant expressions. 2015-04-29 18:48:29 +00:00
SystemZ
X86 IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00