SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
[oota-llvm.git] / test / MC /
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Jack CarterThis patch produces the correct pointer size
2013-01-07 Eli BenderskyAdd some additional tests for the .bundle_lock align_to...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-06 Craig TopperFix suffix handling for parsing and printing of cvtsi2s...
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-02 Kevin EnderbyAdds missing aliases for fcom and fcomp instructions...
2012-12-21 Akira Hatanaka[mips] Fix encoding of BAL instruction. Also, fix assem...
2012-12-20 Eli BenderskyChange Lit error redirection to FileCheck to a more...
2012-12-20 Eli BenderskyAdd a largish auto-generated test for the aligned bundl...
2012-12-20 Eli BenderskyTests for the aligned bundling support added in r170718
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-18 NAKAMURA Takumillvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
2012-12-17 Chandler CarruthAdd a triple to this test -- it has to be an ELF platfo...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings for PEEK and ENDIN.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings for ZEXT and SEXT.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-16 Richard OsborneAdd tests for disassembly of 1r XCore instructions.
2012-12-14 Kevin EnderbyMake sure the alternate PC+imm syntax of LDR instructio...
2012-12-13 Eli BenderskyMake this Lit config file a bit slimmer
2012-12-11 Hao Liurevert the test change
2012-12-11 Hao LiuA newbie try a test commit
2012-12-10 Eli BenderskyAdd a test for explicitly exercising the mc-relax-all...
2012-12-07 Eli BenderskyAdd separate statistics for Data and Inst fragments...
2012-12-07 Tim NorthoverAdded Mapping Symbols for ARM ELF
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-05 David SehrTest commit.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-04 Eli BenderskyA test in thid directory was not being run because...
2012-11-29 Kevin EnderbyFixed the arm disassembly of invalid BFI instructions...
2012-11-28 Ulrich WeigandFix initial frame state on powerpc64.
2012-11-27 Eric ChristopherThe section is .debug_line.
2012-11-26 Eli BenderskyMake this test less sensitive.
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-11-21 Jack CarterMips direct object xgot support
2012-11-14 Bill SchmidtThis patch is in preparation for adding medium code...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-14 Jim GrosbachX86: Better diagnostics for 32-bit vs. 64-bit mode...
2012-11-14 Alexey SamsonovEmit relocations from .debug_aranges to .debug_info...
2012-11-13 Michael J. Spencer[MC][COFF] Emit weak symbols to the correct section...
2012-11-13 Ulrich WeigandAdd test case to verify correct relocs being generated for
2012-11-10 Evan ChengConvert an improper CodeGen test to a MC test.
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-11-05 Kevin EnderbyFix for PR14264 cause by commit r167237 which did not...
2012-11-03 Akira Hatanaka[mips] Stop reserving register AT and use register...
2012-11-02 Akira Hatanaka[mips] Fix disassembler test cases.
2012-11-01 Kevin EnderbyAdd support for generating dwarf debugging info with...
2012-10-31 Jim GrosbachMC: Simple example parser for MC assembly markup.
2012-10-30 Jim GrosbachARM: Better disassembly for pc-relative LDR.
2012-10-29 Kevin EnderbyFix ARM's b.w instruction for thumb 2 and the encoding...
2012-10-29 Chad Rosier[ms-inline asm] Add support for the [] operator. Essen...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-24 Chad RosierTell llvm-mc we're using intel syntax, so we don't...
2012-10-24 Chad Rosier[ms-inline asm] Add back-end test case for r166632...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-13 Benjamin KramerX86: Depending on the local semantics of .align this...
2012-10-13 Benjamin KramerX86: Disable long nops for all cpus prior to pentiumpro...
2012-10-11 David ChisnallAdd test cases for correct parsing of register names...
2012-10-11 David ChisnallExpose move to/from coprocessor instructions in MIPS64...
2012-10-10 Craig TopperTest case for r165480.
2012-10-09 Jack CarterInitial assembler implementation of Mips load address...
2012-10-06 Jack CarterAdding support for instructions mfc0, mfc2, mtc0, mtc2
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Jack CarterThis patch is a partial implementation of mips .set...
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-09-26 Jim GrosbachX86_32: Large Symbol+Offset relocations.
2012-09-25 Jim GrosbachARM: Darwin BL/BLX relocations to out-of-range symbols.
2012-09-25 Jim GrosbachARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
2012-09-23 Anton KorobeynikovEmit dtors into proper section while compiling in vcpp...
2012-09-22 Tim NorthoverFix edge cases of ARM shift operands in arith instructions.
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-19 Preston GurdSupport default parameters/arguments for assembler...
2012-09-19 Preston GurdEnhance unmatched '.endr' directive error message in...
2012-09-19 NAKAMURA Takumillvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when...
2012-09-18 Roman DivackyAdd test for r164132.
2012-09-13 Jim GrosbachAssembler: Darwin variables defined via .set are no...
2012-09-10 Chad RosierAdd newline.
2012-09-10 Chad Rosier[ms-inline asm] Add support for .att_syntax directive.
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Jack CarterInitial relocations test for the Mips standalone assembler.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-07 Benjamin KramerPR13754: llvm-mc/x86 crashes on .cfi directives without...
2012-09-07 Jack CarterThe Mips standalone assembler aliased instruction support.
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 Jack CarterThe Mips standalone assembler memory instruction support.
2012-09-06 Tim NorthoverDiagnose invalid alignments on duplicating VLDn instruc...
2012-09-06 Tim NorthoverCheck for invalid alignment values when decoding VLDn...
2012-09-06 Tim NorthoverUse correct part of complex operand to encode VST1...
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
2012-09-05 Jack CarterMips specific llvm assembler support for ALU instructio...
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-31 Jim GrosbachX86: Fix encoding of 'movd %xmm0, %rax'
next