llvm-6502/test/MC
Saleem Abdulrasool ea3ab85c01 MC: fix text section characteristics for WoA
link.exe requires that the text section has the IMAGE_SCN_MEM_16BIT flag set.
Otherwise, it will treat the function as ARM.  If this occurs, then jumps to the
function will fail, switching from thumb to ARM mode execution.

With this change, it is possible to link using the MSVC linker as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210415 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-08 03:57:49 +00:00
..
AArch64 Fix typos 2014-06-07 21:23:09 +00:00
ARM MC: fix text section characteristics for WoA 2014-06-08 03:57:49 +00:00
AsmParser MC: remove unnecessary restriction on tests 2014-05-23 02:56:51 +00:00
COFF MC: prevent early DCE of empty sections 2014-06-06 21:40:16 +00:00
Disassembler Restore getInvertedCondCode() from the phased-out backend, fixing disassembly for NV 2014-05-29 11:34:50 +00:00
ELF Re-enable ARM ELF tests 2014-06-08 02:46:02 +00:00
MachO MachO: move test to ARM directory. 2014-05-30 16:01:29 +00:00
Markup
Mips [mips] Fix triple. 2014-06-05 12:07:14 +00:00
PowerPC
Sparc TableGen: fix operand counting for aliases 2014-05-16 09:42:04 +00:00
SystemZ
X86 TableGen: use PrintMethods to print more aliases 2014-05-12 18:04:06 +00:00