ARM tests for EOR instruction parsing and encoding.
[oota-llvm.git] / test / MC /
2011-07-14 Jim GrosbachARM tests for EOR instruction parsing and encoding.
2011-07-14 Jim GrosbachRemove duplicate tests.
2011-07-14 Jim GrosbachARM Assembler support for DSB instruction.
2011-07-13 Jim GrosbachARM Assembler support for DMB instruction.
2011-07-13 Jim GrosbachARM Assembler support for DBG instruction.
2011-07-13 Jim GrosbachARM parsing and encoding tests for CMN/CMP.
2011-07-13 Jim GrosbachShuffle ARM assembly tests a bit.
2011-07-13 Jim GrosbachRange checking for CDP[2] immediates.
2011-07-13 Jim GrosbachFix predicates for Thumb co-processor instructions.
2011-07-13 Jim GrosbachTestcases for ARM assembly BX/BXJ instructions.
2011-07-13 Jim GrosbachTestcases for ARM assembly BLX/BL instructions.
2011-07-13 Jim GrosbachRange checking for 16-bit immediates in ARM assembly.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BKPT' instruction.
2011-07-13 Jim GrosbachFix copy-pasto.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BIC' instruction.
2011-07-13 Jim GrosbachAdd some FIXMEs.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'AND' instruction.
2011-07-13 Jim GrosbachImprove ARM assembly parsing diagnostics a bit.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'ADD' instruction
2011-07-13 Jim GrosbachDestination register operand is optional for ADC and...
2011-07-13 Jim GrosbachFlesh out ARM Parser support for shifted-register operands.
2011-07-12 Jim GrosbachAdd check for predicate w/o S bit.
2011-07-11 Jim GrosbachFix recognition of ARM 'adcs' mnemonic.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-08 Evan ChengAdd support for ARM / Thumb mode switching with .code...
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-06 Kevin EnderbyUpdate MC/ELF/relocation.s with change to X86 PUSH64i8...
2011-07-06 Kevin EnderbyChanged the X86 PUSH64i8 record to use the i64i8imm...
2011-07-05 Eli FriedmanAdd assembler/disassembler support for non-AVX pclmulqd...
2011-06-30 Joerg SonnenbergerRecognize the xstorerng alias for VIA PadLock's xstore...
2011-06-29 Jim GrosbachAsm parser range checking on .<size> <value> directives.
2011-06-28 Jim GrosbachARM Thumb2 asm syntax optional destination operand...
2011-06-27 Jim GrosbachARM Assembly support for Thumb mov-immediate.
2011-06-27 Jim GrosbachARM assembler support for ldmfd/stmfd mnemonics.
2011-06-27 Jim GrosbachARM assembler support for vpush/vpop.
2011-06-27 Jim GrosbachARM Assembly syntax support for arithmetic implied...
2011-06-25 Jim GrosbachMove ARM-specific test to ARM directory.
2011-06-24 Jim GrosbachTestcase for r133818
2011-06-23 Eli FriedmanAdd support for movntil/movntiq mnemonics. Reported...
2011-06-21 Nick LewyckyAdd support for assembling "movq" when it's correct...
2011-06-21 Bob WilsonRevert r133452: "Emit movq for 64-bit register to XMM...
2011-06-20 Nick LewyckyEmit movq for 64-bit register to XMM register moves...
2011-06-18 Hans WennborgMC: Allow .common as alias for .comm assembler directiv...
2011-06-15 Bill WendlingImprove the heuristic to emit the alias if the number...
2011-06-14 Bill WendlingHeuristic: If the number of operands in the alias are...
2011-06-07 Roman DivackyTest that ".byte 1, 2, 3, 4" does the right thing.
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-06-04 Nick LewyckyAdd support for @GOTPTOFF in i386 mode.
2011-05-31 Bruno Cardoso LopesFix ssat and ssat16 encodings for ARM and Thumb. The...
2011-05-29 Rafael EspindolaUse %rbp on a 64 bit test.
2011-05-28 Benjamin KramerMove ARM specific test into the ARM subdir.
2011-05-27 Bruno Cardoso LopesARM asm parser wasn't able to parse a "mov" instruction...
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-27 Charles DavisAssorted fixes for Win64 EH unwind info emission:
2011-05-27 Charles DavisAdd a test for Win64 EH unwind information emission.
2011-05-26 Charles DavisAdd a test for the chained directives that I forgot...
2011-05-26 Charles DavisTest .seh_startchained and .seh_endchained parsing.
2011-05-25 Charles DavisAdd tests for .seh_setframe and .seh_handlerdata parsin...
2011-05-25 Charles DavisAdd tests for .seh_savereg and .seh_savexmm parsing...
2011-05-25 Charles DavisAdd a test for .seh_pushframe parsing. Fix the bug...
2011-05-25 Charles DavisAdd a test for the .seh_handler directive. Fix problems...
2011-05-25 Bruno Cardoso LopesFix PR9762
2011-05-24 Charles DavisTest basic SEH directive-parsing functionality. Fix...
2011-05-22 Chris Lattneradd test from PR9164
2011-05-22 Chris Lattnertestcase for PR9378
2011-05-22 Johnny ChenFix Bug 9386 - ARM disassembler failed to disassemble...
2011-05-20 Rafael Espindolaadds some attributes to attribute section when cpu...
2011-05-20 Rafael Espindolafixes target address tBL and tBLX and sets relocation...
2011-05-19 Jason W KimThis fixes one divergence between LLVM and binutils...
2011-05-19 Rafael EspindolaADD64ri32 sign extends its argument, so we need to...
2011-05-18 Johnny ChenDisassembly of tBcc was wrongly adding 4 to the SignExt...
2011-05-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-11 Owen AndersonFix encoding of Thumb BLX register instructions. Patch...
2011-05-10 Rafael EspindolaOn MachO, unlike ELF, there should be no relocation...
2011-05-10 Rafael EspindolaIn a debug_frame the cfi offset is to the start of...
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-04 Jakob Stoklund OlesenExplicitly request -join-physregs for some tests that...
2011-05-04 Eric ChristopherRemove some random comments that snuck in from somewhere.
2011-05-03 Eric Christopherxmm0 is an implicit parameter in this and so shouldn...
2011-04-29 Daniel DunbarMCAsmLayout: Add support for computing the symbol offse...
2011-04-29 Daniel DunbarMC: Change variable symbols to be recognized as defined...
2011-04-27 Johnny ChenAdd tests for A8.6.110 NOP.
2011-04-25 Chandler CarruthRemove some hard coded CR-LFs. Some of these were the...
2011-04-22 Johnny ChenDisassembly of A8.6.59 LDR (literal) Encoding T1 (16...
2011-04-21 Rafael EspindolaFix relative relocations. This is sufficient for runnin...
2011-04-20 Rafael EspindolaBehave like gnu as when a relocation crosses sections.
2011-04-15 Johnny ChenThumb2 BFC was insufficiently encoded.
2011-04-15 Johnny ChenA8.6.315 VLD3 (single 3-element structure to all lanes)
2011-04-15 Joerg SonnenbergerAdd encoding tests for flds/filds
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-15 Johnny ChenThe ARM disassembler did not handle the alignment corre...
2011-04-14 Johnny ChenAdd sanity checkings for Thumb2 Load/Store Register...
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-13 Johnny ChenThumb disassembler did not handle tBRIND (indirect...
2011-04-13 Johnny ChenCheck for unallocated instruction encodings when disass...
2011-04-13 Johnny ChenThe LDR*T/STR*T (unpriviledged load/store) operations...
2011-04-13 Johnny ChenCheck the corner cases for t2LDRSHi12 correctly and...
2011-04-13 Johnny ChenFix a bug where for t2MOVCCi disassembly, the TIED_TO...
next