summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Make this test less sensitive.Eli Bendersky2012-11-26
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-25
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-23
* Mips direct object xgot supportJack Carter2012-11-21
* This patch is in preparation for adding medium code model support to theBill Schmidt2012-11-14
* Remove DOS line endings.Jakub Staszak2012-11-14
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-14
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-14
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-13
* Add test case to verify correct relocs being generated forUlrich Weigand2012-11-13
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-10
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby2012-11-05
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* [mips] Fix disassembler test cases.Akira Hatanaka2012-11-02
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-01
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-31
* ARM: Better disassembly for pc-relative LDR.Jim Grosbach2012-10-30
* Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch targetKevin Enderby2012-10-29
* [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier2012-10-29
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* Tell llvm-mc we're using intel syntax, so we don't have to use directives.Chad Rosier2012-10-24
* [ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier2012-10-24
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* X86: Depending on the local semantics of .align this test can also emit a nop...Benjamin Kramer2012-10-13
* X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer2012-10-13
* Add test cases for correct parsing of register names in 32- and 64-bit modes.David Chisnall2012-10-11
* Expose move to/from coprocessor instructions in MIPS64 mode.David Chisnall2012-10-11
* Test case for r165480.Craig Topper2012-10-10
* Initial assembler implementation of Mips load address macroJack Carter2012-10-09
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-06
* Implement methods that enable expansion of load immediate Jack Carter2012-10-04
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-04
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-26
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-25
* Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2012-09-23
* Fix edge cases of ARM shift operands in arith instructions.Tim Northover2012-09-22
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-22
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-19
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-19
* llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.NAKAMURA Takumi2012-09-19
* Add test for r164132.Roman Divacky2012-09-18
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-13
* Add newline.Chad Rosier2012-09-10
* [ms-inline asm] Add support for .att_syntax directive.Chad Rosier2012-09-10
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-07
* Initial relocations test for the Mips standalone assembler.Jack Carter2012-09-07