summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* [mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka2012-12-21
* Change Lit error redirection to FileCheck to a more common syntax since itEli Bendersky2012-12-20
* Add a largish auto-generated test for the aligned bundling feature, along withEli Bendersky2012-12-20
* Tests for the aligned bundling support added in r170718Eli Bendersky2012-12-20
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.NAKAMURA Takumi2012-12-18
* Add a triple to this test -- it has to be an ELF platform...Chandler Carruth2012-12-17
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* Add instruction encodings / disassembly support for l2r instructions.Richard Osborne2012-12-17
* Add instruction encodings for PEEK and ENDIN.Richard Osborne2012-12-17
* Add instruction encodings / disassembly support for rus instructions.Richard Osborne2012-12-17
* Add instruction encodings for ZEXT and SEXT.Richard Osborne2012-12-17
* Add instruction encodings / disassembly support for 2r instructions.Richard Osborne2012-12-17
* Add instruction encodings / disassembly support for 0r instructions.Richard Osborne2012-12-17
* Add tests for disassembly of 1r XCore instructions.Richard Osborne2012-12-16
* Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby2012-12-14
* Make this Lit config file a bit slimmerEli Bendersky2012-12-13
* revert the test changeHao Liu2012-12-11
* A newbie try a test commitHao Liu2012-12-11
* Add a test for explicitly exercising the mc-relax-all flag.Eli Bendersky2012-12-10
* Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky2012-12-07
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07
* Correct ARM NOP encodingDavid Sehr2012-12-05
* Test commit.David Sehr2012-12-05
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky2012-12-04
* Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInstKevin Enderby2012-11-29
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-28
* The section is .debug_line.Eric Christopher2012-11-27
* 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