aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2013-05-29Apply LLVM upstream: r181801 - Fix ARM FastISel tests, as a first step to ena...JF Bastien
2013-05-10LLVM: Add ELF Note section to NaCl object files identifying them as such to goldDerek Schuff
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-27ARM: permit full range of valid ADR immediates.Tim Northover
2013-02-26AsmParser: More generic support for integer type suffices.Jim Grosbach
2013-02-25[ms-inline asm] Add support for the pushad/popad mnemonics.Chad Rosier
2013-02-25'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay
2013-02-23ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach
2013-02-22Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls
2013-02-21Mips specific standalone assembler addressing mode %hi and %lo.Jack Carter
2013-02-20ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-17[XCore] Add missing 2r instructions.Richard Osborne
2013-02-17[XCore] Add TSETR instruction.Richard Osborne
2013-02-17[XCore] Add missing u10 / lu10 instructions.Richard Osborne
2013-02-17[XCore] Add missing u6 / lu6 instructions.Richard Osborne
2013-02-16MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer
2013-02-16Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger
2013-02-15Cherry-pick r175316 from upstreamDerek Schuff
2013-02-15If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff
2013-02-14The ARM NEON vector compare instructions take three arguments. However, the Joel Jones
2013-02-14death to extra whitespaceKay Tiong Khoo
2013-02-14added basic support for Intel ADX instructionsKay Tiong Khoo
2013-02-14Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola
2013-02-14Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls
2013-02-12[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier
2013-02-12added test cases for r174920 (prefetch disassembly)Kay Tiong Khoo
2013-02-12[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.Chad Rosier
2013-02-11*fixed disassembly of some i386 system insts with intel syntaxKay Tiong Khoo
2013-02-11AArch64: Undo change to how test was runTim Northover
2013-02-11Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover
2013-02-07[mips] Add definition of JALR instruction which has two register operands. Ch...Akira Hatanaka
2013-02-06Add AArch64 CRC32 instructionsTim Northover
2013-02-06Add icache prefetch operations to AArch64Tim Northover
2013-02-05[MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter
2013-02-05This patch that sets the EmitAlias flag in td files Jack Carter
2013-02-04Cherry-pick not-yet-committed upstream change to fix relaxation at bundle endDerek Schuff
2013-02-01Add explicit triples to AArch64 testsTim Northover
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-31[MC] bundle alignment: prevent padding instructions from crossing bundle boun...Derek Schuff
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky
2013-01-30This patch implements runtime ARM specificJack Carter
2013-01-30This patch implements runtime Mips specificJack Carter
2013-01-30This patch reworks how llvm targets set Jack Carter
2013-01-29[MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer
2013-01-29Merge SSE and AVX shuffle instructions in the comment printer.Craig Topper