[PowerPC] Support symbolic u16imm operands
[oota-llvm.git] / test / MC /
2013-06-26 Ulrich Weigand[PowerPC] Support symbolic u16imm operands
2013-06-26 Amaury de la VieuvilleARM: operands should be explicit when disassembled
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-25 Ulrich Weigand[PowerPC] Add extended rotate/shift mnemonics
2013-06-25 Ulrich Weigand[PowerPC] Add rldcr/rldic instructions
2013-06-25 Ulrich Weigand[PowerPC] Add extended subtract mnemonics
2013-06-24 Ulrich Weigand[PowerPC] Support some miscellaneous mnemonics in the...
2013-06-24 Ulrich Weigand[PowerPC] Add some FIXMEs
2013-06-24 Ulrich Weigand[PowerPC] Add predicted forms of branches
2013-06-24 Ulrich Weigand[PowerPC] Add t/f branch mnemonics to asm parser
2013-06-24 Ulrich Weigand[PowerPC] Support generic conditional branches in asm...
2013-06-24 Ulrich Weigand[PowerPC] Support absolute branches
2013-06-24 Ulrich Weigand[PowerPC] Support bd(n)zl and bd(n)zlrl
2013-06-24 Ulrich Weigand[PowerPC] Support b(cond)l in the asm parser
2013-06-24 Ulrich Weigand[PowerPC] Support blrl and variants in the asm parser
2013-06-24 Amaury de la VieuvilleARM: check predicate bits for thumb instructions
2013-06-24 Amaury de la VieuvilleARM: rGPR is meant to be unpredictable, not undefined
2013-06-24 Amaury de la VieuvilleARM: fix thumb1 nop decoding
2013-06-24 Amaury de la VieuvilleARM: fix IT decoding
2013-06-24 Amaury de la VieuvilleARM: enable decoding of pc-relative PLD/PLI
2013-06-23 Tim NorthoverAArch64: fix overzealous NEXTing for Windows testing.
2013-06-21 Ulrich Weigand[PowerPC] Support R_PPC_REL16 family of relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-21 Ulrich Weigand[PowerPC] Support @h modifier
2013-06-20 Kevin EnderbyUpdate the X86 disassembler to use xacquire and xreleas...
2013-06-20 Joey GoulyThis reverts r155000.
2013-06-20 Ulrich Weigand[MC] Support @ variants with directional labels
2013-06-20 Ulrich Weigand[PowerPC] Optimize @ha/@l constructs
2013-06-20 Ulrich Weigand[PowerPC] Support compare mnemonics with implied CR0
2013-06-20 Vladimir MedicOptimize register parsing for MipsAsmParser. Allow...
2013-06-19 Ulrich Weigand[MC/DWARF] Generate multiple .debug_line entries for...
2013-06-18 Jim GrosbachARM: Add optional datatype suffix to NEON mvn asm syntax.
2013-06-18 Kevin EnderbyChange the arm assembler to support this from the v7c...
2013-06-18 Jack CarterMips ELF: Mark object file as ABI compliant
2013-06-18 Stefanus Du ToitAdd support for encoding the HLE XACQUIRE and XRELEASE...
2013-06-18 Amaury de la VieuvilleARM: fix literal load with positive offset encoding
2013-06-18 Amaury de la VieuvilleARM: add operands pre-writeback variants when needed
2013-06-18 Amaury de la VieuvilleARM: fix thumb literal loads decoding
2013-06-18 Amaury de la VieuvilleARM: thumb stores cannot use PC as dest register
2013-06-17 Tim NorthoverAArch64: print relocation addends if present on AArch64
2013-06-14 Amaury de la VieuvilleARM: fix thumb coprocessor instruction with pre-writeba...
2013-06-13 Amaury de la VieuvilleARM: fix B decoding
2013-06-13 Amaury de la VieuvilleARM: fix t2am_imm8_offset operand printing for imm=#-0
2013-06-13 Benjamin KramerX86: Make the cmov aliases work with intel syntax too.
2013-06-12 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
2013-06-12 Ulrich Weigand[PowerPC] Use assembler source in MC tests
2013-06-11 NAKAMURA TakumiRework r183728, suppress assert(0) for now. Its behavio...
2013-06-11 Mihai PopaIt adds support for negative zero offsets for loads...
2013-06-11 Mihai PopaThis patch adds support for FPINST/FPINST2 as operands...
2013-06-11 Amaury de la VieuvilleARM: Enforce decoding rules for VLDn instructions
2013-06-11 Amaury de la VieuvilleARM: Fix STREX/LDREX reecoding
2013-06-11 NAKAMURA TakumiTweak a couple of tests on win32 hosts with +Asserts.
2013-06-10 Tim NorthoverARM: diagnose ARM/Thumb assembly switches on CPUs only...
2013-06-10 Ulrich Weigand[PowerPC] Support extended sc mnemonic
2013-06-10 Ulrich Weigand[PowerPC] Support branch mnemonics with implied CR0
2013-06-10 Amaury de la VieuvilleARM: ISB cannot be passed the same options as DMB
2013-06-09 Logan ChienFix ARM unwind opcode assembler in several cases.
2013-06-08 Amaury de la VieuvilleARM: fix VMOVvnf32 decoding when ambiguous with VCVT
2013-06-08 Amaury de la VieuvilleARM: enforce SRS decoding constraints
2013-06-08 Amaury de la VieuvilleARM: fix CPS decoding when ambiguous with QADD
2013-06-08 Amaury de la VieuvilleARM: fix VCVT decoding
2013-06-05 Rafael EspindolaDon't hide the first ELF symbol.
2013-06-05 Mihai PopaThis is a simple patch that changes RRX and RRXS to...
2013-05-31 Tim NorthoverARM: permit upper-case BE/LE on setend instruction
2013-05-31 Tim NorthoverARM: add fstmx and fldmx instructions for assembly
2013-05-31 Tim NorthoverARM: fix VEXT encoding corner case
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-29 Richard Sandiford[SystemZ] Immediate compare-and-branch support
2013-05-28 Jack CarterMips assembler: Improve set register alias handling
2013-05-28 Richard Sandiford[SystemZ] Register compare-and-branch support
2013-05-25 Cameron ZwarichAdd support for DWARF line number table entries for...
2013-05-24 Richard Sandiford[SystemZ] Improve AsmParser handling of invalid instruc...
2013-05-24 Richard Sandiford[SystemZ] Improve AsmParser register parsing
2013-05-20 Mihai PopaVSTn instructions have a number of encoding constraints...
2013-05-20 Mihai PopaQ registers are encoded in fields of the same length...
2013-05-17 Ulrich Weigand[PowerPC] Merge/rename PPC fixup types
2013-05-17 Ulrich Weigand[PowerPC] Fix processing of ha16/lo16 fixups
2013-05-16 Jack CarterMips assembler: Add TwoOperandConstraint definitions
2013-05-16 Jack CarterMips assembler: Add branch macro definitions
2013-05-15 Ulrich Weigand[PowerPC] Remove need for adjustFixupOffst hack
2013-05-15 Richard Sandiford[SystemZ] Make use of SUBTRACT HALFWORD
2013-05-15 Ulrich Weigand[PowerPC] Add test case for r181891
2013-05-15 Richard Sandiford[SystemZ] Consolidate disassembler tests for valid...
2013-05-15 Richard Sandiford[SystemZ] Consolidate assembler tests into 4 big tests
2013-05-14 Bill SchmidtImplement the PowerPC system call (sc) instruction.
2013-05-14 Derek SchuffFix ARM FastISel tests, as a first step to enabling...
2013-05-14 Richard Sandiford[SystemZ] Add disassembler support
2013-05-14 Richard Sandiford[SystemZ] Add extra testscases for r181773
2013-05-14 Richard Sandiford[SystemZ] Rework handling of constant PC-relative operands
2013-05-13 Jack CarterMips assembler: Assembler macro ADDIU $rs,imm
2013-05-13 Mihai PopaThe purpose of the patch is to fix the syntax of ARM...
2013-05-10 Chad Rosier[ms-inline asm] Fix a crasher when we fail on a direct...
2013-05-10 Logan ChienImplement AsmParser for ARM unwind directives.
2013-05-09 Chad Rosier[x86AsmParser] It's valid to stop parsing an operand...
2013-05-08 Ulrich Weigand[PowerPC] Add ELF relocation tests
2013-05-08 Mihai PopaThis patch fixes two tests marked as XFAIL among the...
2013-05-07 Kevin EnderbyFix a bug in the MC asm parser evaluating expressions...
2013-05-06 Ulrich Weigand[SystemZ] Add MC test cases
next