aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2013-01-04PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella
2013-01-02Adds missing aliases for fcom and fcomp instructions without arguments.Kevin Enderby
2012-12-21[mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka
2012-12-20Change Lit error redirection to FileCheck to a more common syntax since itEli Bendersky
2012-12-20Add a largish auto-generated test for the aligned bundling feature, along withEli Bendersky
2012-12-20Tests for the aligned bundling support added in r170718Eli Bendersky
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-18llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.NAKAMURA Takumi
2012-12-17Add a triple to this test -- it has to be an ELF platform...Chandler Carruth
2012-12-17Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth
2012-12-17Add instruction encodings / disassembly support for l2r instructions.Richard Osborne
2012-12-17Add instruction encodings for PEEK and ENDIN.Richard Osborne
2012-12-17Add instruction encodings / disassembly support for rus instructions.Richard Osborne
2012-12-17Add instruction encodings for ZEXT and SEXT.Richard Osborne
2012-12-17Add instruction encodings / disassembly support for 2r instructions.Richard Osborne
2012-12-17Add instruction encodings / disassembly support for 0r instructions.Richard Osborne
2012-12-16Add tests for disassembly of 1r XCore instructions.Richard Osborne
2012-12-14Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby
2012-12-13Make this Lit config file a bit slimmerEli Bendersky
2012-12-11revert the test changeHao Liu
2012-12-11A newbie try a test commitHao Liu
2012-12-10Add a test for explicitly exercising the mc-relax-all flag.Eli Bendersky
2012-12-07Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky
2012-12-07Added Mapping Symbols for ARM ELFTim Northover
2012-12-05Correct ARM NOP encodingDavid Sehr
2012-12-05Test commit.David Sehr
2012-12-05Added a option to the disassembler to print immediates as hex.Kevin Enderby
2012-12-04A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky
2012-11-29Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby
2012-11-28Fix initial frame state on powerpc64.Ulrich Weigand
2012-11-27The section is .debug_line.Eric Christopher
2012-11-26Make this test less sensitive.Eli Bendersky
2012-11-25Add support for .cfi_register now that it is easy to extent the representationRafael Espindola
2012-11-23Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola
2012-11-21Mips direct object xgot supportJack Carter
2012-11-14This patch is in preparation for adding medium code model support to theBill Schmidt
2012-11-14Remove DOS line endings.Jakub Staszak
2012-11-14X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach
2012-11-14Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov
2012-11-13[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer
2012-11-13Add test case to verify correct relocs being generated forUlrich Weigand
2012-11-10Convert an improper CodeGen test to a MC test.Evan Cheng
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-11-05Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby
2012-11-03[mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka
2012-11-02[mips] Fix disassembler test cases.Akira Hatanaka
2012-11-01Add support for generating dwarf debugging info with assembly filesKevin Enderby
2012-10-31MC: Simple example parser for MC assembly markup.Jim Grosbach
2012-10-30ARM: Better disassembly for pc-relative LDR.Jim Grosbach
2012-10-29Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch targetKevin Enderby