aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.Kevin Enderby2011-07-061-5/+5
* Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that aKevin Enderby2011-07-061-0/+6
* Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use...Eli Friedman2011-07-051-0/+16
* Recognize the xstorerng alias for VIA PadLock's xstore instruction.Joerg Sonnenberger2011-06-301-0/+4
* Asm parser range checking on .<size> <value> directives.Jim Grosbach2011-06-291-0/+6
* ARM Thumb2 asm syntax optional destination operand for binary operators.Jim Grosbach2011-06-281-0/+20
* ARM Assembly support for Thumb mov-immediate.Jim Grosbach2011-06-271-0/+16
* ARM assembler support for ldmfd/stmfd mnemonics.Jim Grosbach2011-06-271-0/+8
* ARM assembler support for vpush/vpop.Jim Grosbach2011-06-271-0/+19
* ARM Assembly syntax support for arithmetic implied dest operand.Jim Grosbach2011-06-271-0/+126
* Move ARM-specific test to ARM directory.Jim Grosbach2011-06-251-0/+0
* Testcase for r133818Jim Grosbach2011-06-241-0/+17
* Add support for movntil/movntiq mnemonics. Reported on llvmdev.Eli Friedman2011-06-232-12/+24
* Add support for assembling "movq" when it's correct to do so, while continuingNick Lewycky2011-06-211-0/+8
* Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson2011-06-212-11/+3
* Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky2011-06-202-3/+11
* MC: Allow .common as alias for .comm assembler directive. PR10116.Hans Wennborg2011-06-181-0/+2
* Improve the heuristic to emit the alias if the number of hard-coded registersBill Wendling2011-06-151-15/+15
* Heuristic: If the number of operands in the alias are more than the number ofBill Wendling2011-06-141-20/+20
* Test that ".byte 1, 2, 3, 4" does the right thing.Roman Divacky2011-06-071-0/+7
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-051-0/+10
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-041-0/+8
* Fix ssat and ssat16 encodings for ARM and Thumb. The bit position valueBruno Cardoso Lopes2011-05-312-0/+5
* Use %rbp on a 64 bit test.Rafael Espindola2011-05-291-1/+1
* Move ARM specific test into the ARM subdir.Benjamin Kramer2011-05-281-0/+0
* ARM asm parser wasn't able to parse a "mov" instruction while in ThumbBruno Cardoso Lopes2011-05-271-0/+3
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-271-0/+37
* Assorted fixes for Win64 EH unwind info emission:Charles Davis2011-05-271-4/+13
* Add a test for Win64 EH unwind information emission.Charles Davis2011-05-271-0/+51
* Add a test for the chained directives that I forgot last time.Charles Davis2011-05-261-0/+3
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-261-0/+3
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-251-0/+14
* Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis2011-05-251-0/+6
* Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis2011-05-251-0/+2
* Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis2011-05-251-4/+6
* Fix PR9762Bruno Cardoso Lopes2011-05-251-0/+3
* Test basic SEH directive-parsing functionality. Fix a latent bug exposed byCharles Davis2011-05-241-0/+18
* add test from PR9164Chris Lattner2011-05-221-0/+6
* testcase for PR9378Chris Lattner2011-05-221-0/+6
* Fix Bug 9386 - ARM disassembler failed to disassemble conditional bxJohnny Chen2011-05-221-0/+3
* adds some attributes to attribute section when cpu is "xscale"Rafael Espindola2011-05-201-0/+31
* fixes target address tBL and tBLX and sets relocation typeRafael Espindola2011-05-201-0/+37
* This fixes one divergence between LLVM and binutils for ARM in theJason W Kim2011-05-191-3/+3
* ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.Rafael Espindola2011-05-191-0/+7
* Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immedi...Johnny Chen2011-05-181-0/+3
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-161-0/+20
* Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan.Owen Anderson2011-05-111-0/+2
* On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.Rafael Espindola2011-05-101-0/+38
* In a debug_frame the cfi offset is to the start of the debug_frame section!Rafael Espindola2011-05-101-6/+2
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-101-0/+42