summaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)AuthorFilesLines
2016-05-19[llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.George Rimar1-5/+11
2016-05-19[AMDGPU][llvm-mc] Fixes to support buffer atomics.Artem Tamazov3-1/+325
2016-05-19ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocationZoran Jovanovic2-0/+20
2016-05-19[mips][microMIPS] Implement BC1EQZC, BC1NEZC, BC2EQZC and BC2NEZC instructionsZlatko Buljan6-0/+56
2016-05-18[x86] add test for immediate comment formattingSanjay Patel1-0/+26
2016-05-18Add new flag and intrinsic support for MWAITX and MONITORX instructionsAshutosh Nema2-0/+12
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola6-21/+21
2016-05-18[mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions and add CodeGe...Zlatko Buljan9-0/+96
2016-05-18Don't pass relocation-model= to tests that don't need it.Rafael Espindola7-11/+11
2016-05-17[ARM] ARM mov InstAlias for MOVW lacks HasV6T2Renato Golin1-0/+5
2016-05-17[mips][microMIPS] Implement BEQZC and BNEZC instructionsZoran Jovanovic2-0/+4
2016-05-17[mips][microMIPS][DSP] Implement BALIGN, BITREV, BPOSGE32, CMP*, CMPGDU*, CMP...Zlatko Buljan10-0/+65
2016-05-16[SystemZ] Support LRVH and STRVH opcodesBryan Chan2-0/+104
2016-05-16[Sparc][LEON] Add LEON-specific CASA instruction.Chris Dewhurst1-2/+10
2016-05-16[mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate symbol for R_MICRO...Daniel Sanders1-1/+80
2016-05-16[mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.Daniel Sanders2-1/+17
2016-05-16[mips] Addition of a third operand to the instructions [d]div, [d]divuZoran Jovanovic8-34/+192
2016-05-13add support for -print-imm-hex for AArch64Paul Osmialowski9-330/+330
2016-05-13[mips][ias] Work around yet another incorrect microMIPS relocation evaluation...Daniel Sanders1-1/+3
2016-05-13[mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...Hrvoje Varga7-0/+21
2016-05-12[ARM] Support and tests for transform of LDR rt, = to MOVRenato Golin5-8/+325
2016-05-12[ARM] Fixup tests to take into account mov translation. NFC.Renato Golin5-54/+54
2016-05-12[mips][ias] Fix O32 .cprestore directive when inside .set noat region and off...Daniel Sanders1-1/+20
2016-05-12[mips][ias] Work around incorrect another microMIPS relocation evaluation exp...Daniel Sanders1-0/+9
2016-05-12Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"Hrvoje Varga6-26/+7
2016-05-12[mips][ias] Correct ELF eflags when Octeon is the target.Daniel Sanders2-12/+31
2016-05-12[mips][ias] Handle N64 compound relocations and R_MIPS_SUB in needsRelocateWi...Daniel Sanders2-10/+45
2016-05-11[mips][ias] Work around incorrect microMIPS relocation evaluation exposed by ...Daniel Sanders1-0/+20
2016-05-11[mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region.Daniel Sanders1-0/+36
2016-05-11[mips][microMIPS] Implement CFC*, CTC* and LDC* instructionsHrvoje Varga6-7/+26
2016-05-11[mips][micromips] Implement DSBH, DSHD, DSLL, DSLL32, DSLLV, DSRA, DSRA32 and...Hrvoje Varga3-0/+23
2016-05-10ARM: report an error when attempting to target a misalgined BLXTim Northover2-0/+74
2016-05-10[SystemZ] Add support for additional branch extended mnemonicsKit Barton2-0/+108
2016-05-10[mips][ias] Make the default path unreachable in needsRelocateWithSymbol() (e...Daniel Sanders1-6/+6
2016-05-09[Hexagon] Treat all conditional branches as predicted (not-taken by default)Krzysztof Parzyszek2-2/+16
2016-05-09[Sparc][LEON] Add UMAC and SMAC instruction support for Sparc LEON subtargetsChris Dewhurst1-0/+12
2016-05-09[mips][ias] R_MIPS_(GOT|HI|LO|PC)16 and R_MIPS_GPREL32 do not need symbols.Daniel Sanders3-43/+101
2016-05-09[mips][microMIPS] Implement LWP and SWP instructionsZlatko Buljan7-0/+32
2016-05-06[AMDGPU][llvm-mc] Add support for sendmsg(...) syntax.Artem Tamazov3-4/+175
2016-05-06[mips] Fix inconsistent .cprestore behaviour between direct object emission a...Daniel Sanders1-0/+12
2016-05-06[mips] Correct the ordering of HI/LO pairs in the relocation table.Daniel Sanders1-109/+382
2016-05-06[mips][microMIPS] Add CodeGen support for MUL* and DMUL* instructionsZlatko Buljan2-0/+16
2016-05-05[Hexagon] Add aliases for vector loads/stores with no explicit offsetKrzysztof Parzyszek1-0/+61
2016-05-05AMDGPU/SI: Add support for AMD code object version 2.Tom Stellard2-23/+14
2016-05-05Fix Mips Parser error reportingNirav Dave1-1/+8
2016-05-04[mips][ias] Only round section sizes when explicitly requested.Daniel Sanders1-2/+2
2016-05-04[mips][microMIPS] Add CodeGen support for microMIPSr6 ROTR and ROTRV and add ...Zlatko Buljan12-0/+111
2016-05-03[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders12-134/+134
2016-05-02[MC] Create unique .pdata sections for every .text sectionReid Kleckner2-5/+157
2016-05-01[AVX512] VPACKUSWB/VPACKSSWB should not be encoded with EVEX.W=1. While there...Craig Topper2-198/+198