aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* revert the test changeHao Liu2012-12-111-1/+0
* A newbie try a test commitHao Liu2012-12-111-0/+1
* Add a test for explicitly exercising the mc-relax-all flag.Eli Bendersky2012-12-101-0/+19
* Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky2012-12-071-4/+1
* Added Mapping Symbols for ARM ELFTim Northover2012-12-0710-17/+272
* Correct ARM NOP encodingDavid Sehr2012-12-051-1/+1
* Test commit.David Sehr2012-12-051-1/+1
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-052-0/+15
* A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky2012-12-041-1/+1
* Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby2012-11-291-0/+11
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-281-0/+41
* The section is .debug_line.Eric Christopher2012-11-271-1/+1
* Make this test less sensitive.Eli Bendersky2012-11-261-4/+4
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-0/+42
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-231-0/+41
* Mips direct object xgot supportJack Carter2012-11-211-0/+42
* This patch is in preparation for adding medium code model support to theBill Schmidt2012-11-141-1/+1
* Remove DOS line endings.Jakub Staszak2012-11-144-316/+316
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-141-1/+1
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-141-2/+42
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-131-0/+23
* Add test case to verify correct relocs being generated forUlrich Weigand2012-11-131-0/+28
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-101-0/+9
* Add support of RTM from TSX extensionMichael Liao2012-11-081-0/+13
* Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby2012-11-051-0/+17
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-031-2/+2
* [mips] Fix disassembler test cases.Akira Hatanaka2012-11-024-24/+24
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-011-0/+22
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-312-0/+18
* ARM: Better disassembly for pc-relative LDR.Jim Grosbach2012-10-305-7/+9
* Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch targetKevin Enderby2012-10-292-0/+15
* [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier2012-10-291-0/+50
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-252-0/+71
* Tell llvm-mc we're using intel syntax, so we don't have to use directives.Chad Rosier2012-10-241-8/+6
* [ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier2012-10-241-0/+12
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-222-0/+13
* X86: Depending on the local semantics of .align this test can also emit a nop...Benjamin Kramer2012-10-131-1/+1
* X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer2012-10-131-2/+8
* Add test cases for correct parsing of register names in 32- and 64-bit modes.David Chisnall2012-10-112-0/+141
* Expose move to/from coprocessor instructions in MIPS64 mode.David Chisnall2012-10-111-0/+37
* Test case for r165480.Craig Topper2012-10-101-0/+10
* Initial assembler implementation of Mips load address macroJack Carter2012-10-091-0/+13
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-061-0/+16
* Implement methods that enable expansion of load immediate Jack Carter2012-10-041-0/+14
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-041-1/+7
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-012-1/+109
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-261-0/+36
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-251-0/+43
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-251-0/+4
* Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2012-09-231-6/+17