Small cleanups.
[oota-llvm.git] / test / MC /
2013-04-03 Rafael EspindolaImplement the "mips endian" for r_info.
2013-04-03 Richard Osborne[XCore] Check disassembly of the st8 instruction.
2013-04-03 Richard Osborne[XCore] Update disassembler test to improve coverage...
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-04-03 Tim NorthoverAArch64: implement ETMv4 trace system registers.
2013-04-03 Rafael EspindolaFix the fde encoding used by mips to match gas.
2013-04-01 Jack CarterMips direct object exception handling regression
2013-03-28 Jack Carter[Mips Assembler] Add support for OR macro with imediate...
2013-03-28 Michael LiaoAdd support of RDSEED defined in AVX2 extension
2013-03-28 Jack Carter[Mips Assembler] Add alias definitions for jal
2013-03-28 Gordon KeiserFix issue with disassembler decoding CBZ/CBNZ immediate...
2013-03-28 Rafael EspindolaMove test since it depends on the X86 backend.
2013-03-28 Tim NorthoverAArch64: implement GICv3 system registers
2013-03-28 Michael GottesmanRevert "Updated ELF relocation test for .eh_frame section"
2013-03-27 Jack CarterUpdated ELF relocation test for .eh_frame section
2013-03-27 Chad Rosier[ms-inline asm] Add support of imm displacement before...
2013-03-27 Jack Cartertest file name change to correct typo
2013-03-26 Joe AbbeyPatch by Gordon Keiser!
2013-03-25 Dave Zarzyckix86 -- add the XTEST instruction
2013-03-25 Dave Zarzyckix86 -- disassemble the REP/REPNE prefix when needed
2013-03-22 Jack CarterFix the invalid opcode for Mips branch instructions...
2013-03-22 Jack CarterThis patch that enables the Mips assembler to use symbo...
2013-03-21 Jack CarterThis patch enables the Mips .set directive to define...
2013-03-19 Chad RosierFix pr13145 - Naming a function like a register name...
2013-03-18 Craig TopperPost process ADC/SBB and use a shorter encoding if...
2013-03-18 Craig TopperRefactor some duplicated code into helper functions.
2013-03-15 Rafael EspindolaFix the FDE encoding to be relative on ELF.
2013-03-14 Craig TopperFix a bug in the calculation of the VEX.B bit for FMA4...
2013-03-11 Kevin EnderbyFixes disassembler crashes on 2013 Haswell RTM instruct...
2013-03-09 Nick LewyckyWe need a shndx if the number of sections breaks SHN_LO...
2013-03-05 Eli BenderskyFixes a test by replacing .align by .p2align and settin...
2013-03-05 David SehrAdd a test that .align directives on capable processors...
2013-03-05 David SehrThe current X86 NOP padding uses one long NOP followed...
2013-03-01 Eli BenderskyRewrite a test to check actual output rather than inter...
2013-02-28 Tim NorthoverAArch64: remove post-encoder method from FCMP (immediat...
2013-02-27 Tim NorthoverARM: permit full range of valid ADR immediates.
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-25 Chad Rosier[ms-inline asm] Add support for the pushad/popad mnemonics.
2013-02-25 Matt Beaumont-Gay'Hexadecimal' has two 'a's and only one 'i'.
2013-02-23 Jim GrosbachARM: Convenience aliases for 'srs*' instructions.
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2013-02-21 Jack CarterMips specific standalone assembler addressing mode...
2013-02-20 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-17 Richard Osborne[XCore] Add missing 2r instructions.
2013-02-17 Richard Osborne[XCore] Add TSETR instruction.
2013-02-17 Richard Osborne[XCore] Add missing u10 / lu10 instructions.
2013-02-17 Richard Osborne[XCore] Add missing u6 / lu6 instructions.
2013-02-16 Benjamin KramerMCParser: Reject .balign with non-pow2 alignments.
2013-02-16 Joerg SonnenbergerDerive ELF section type from the name in some cases...
2013-02-15 Derek SchuffIf bundle alignment is enabled, do not add data to...
2013-02-14 Joel JonesThe ARM NEON vector compare instructions take three...
2013-02-14 Kay Tiong Khoodeath to extra whitespace
2013-02-14 Kay Tiong Khooadded basic support for Intel ADX instructions
2013-02-14 Rafael EspindolaRevert r15266. This fixes llvm.org/pr15266.
2013-02-14 Kristof BeylsMake ARMAsmParser accept the correct alignment specifie...
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing binary integers...
2013-02-12 Kay Tiong Khooadded test cases for r174920 (prefetch disassembly)
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing hexidecimal...
2013-02-11 Kay Tiong Khoo*fixed disassembly of some i386 system insts with intel...
2013-02-11 Tim NorthoverAArch64: Undo change to how test was run
2013-02-11 Tim NorthoverMake use of DiagnosticType to provide better AArch64...
2013-02-07 Akira Hatanaka[mips] Add definition of JALR instruction which has...
2013-02-06 Tim NorthoverAdd AArch64 CRC32 instructions
2013-02-06 Tim NorthoverAdd icache prefetch operations to AArch64
2013-02-05 Derek Schuff[MC] Bundle alignment: Invalidate relaxed fragments
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-02-01 Tim NorthoverAdd explicit triples to AArch64 tests
2013-01-31 Derek Schuff[MC] bundle alignment: prevent padding instructions...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-29 Michael J. Spencer[MC][COFF] Delay handling symbol aliases when writing
2013-01-29 Craig TopperMerge SSE and AVX shuffle instructions in the comment...
2013-01-28 Craig TopperFix 256-bit PALIGNR comment decoding to understand...
2013-01-27 Richard Osborne[XCore] Add missing l2rus instructions.
2013-01-27 Richard Osborne[XCore] Add missing l2r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 1r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 0r instructions.
2013-01-26 Benjamin KramerX86: Decode PALIGN operands so I don't have to do it...
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Jack CarterThis patch implements parsing the .word
2013-01-23 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-22 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-22 Kevin EnderbyAdd a warning when there is a macro defintion that...
2013-01-22 Kevin EnderbyHave the integrated assembler give an error if $1 is...
2013-01-22 Eli BenderskyAdd forgotten test case for the x32 commit
2013-01-22 Benjamin KramerX86: Make sure we account for the FMA4 register immedia...
2013-01-22 Daniel Dunbar[MC/Mach-O] Load commands are supposed to 8-byte aligne...
2013-01-21 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-21 Richard OsborneAdd instruction encoding / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembler support for...
next