aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-14A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton1-1/+10
2019-05-02i386: Issue a warning to IRET without suffix for .code16gccH.J. Lu1-7/+13
2019-04-26i386: Don't add 0x66 prefix to IRET for .code16gccH.J. Lu1-0/+6
2019-04-10Disable R_X86_64_PLT32 generation as branch marker on Solaris/x86Rainer Orth1-0/+6
2019-04-08x86: Define GNU_PROPERTY_X86_ISA_1_AVX512_BF16H.J. Lu1-0/+2
2019-04-05x86: Support Intel AVX512 BF16Xuepeng Guo1-0/+3
2019-03-19x86: Correct EVEX vector load/store optimizationH.J. Lu1-13/+30
2019-03-19x86: Correct EVEX to 128-bit EVEX optimizationH.J. Lu1-9/+2
2019-03-18x86: Optimize EVEX vector load/store instructionsH.J. Lu1-0/+50
2019-03-18x86: Encode 256-bit/512-bit VEX/EVEX insns with 128-bit VEXH.J. Lu1-11/+11
2019-03-17x86: Set optimize to INT_MAX for -OsH.J. Lu1-1/+12
2019-03-17x86: Correctly optimize EVEX to 128-bit VEX/EVEXH.J. Lu1-5/+13
2019-03-15Fix a potential illegal memory access whilt parsing an x86 insn.Li Hao1-32/+36
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-19x86: Properly handle PLT expression in directiveH.J. Lu1-3/+14
2018-12-14elf: Add PT_GNU_PROPERTY segment typeH.J. Lu1-1/+0
2018-11-06x86: adjust {,E}VEX.W handling outside of 64-bit modeJan Beulich1-2/+2
2018-11-05x86: Disable GOT relaxation with data prefixH.J. Lu1-6/+7
2018-10-10x86: fold Size{16,32,64} template attributesJan Beulich1-6/+6
2018-09-17x86: Add -mvexwig=[0|1] option to assemblerH.J. Lu1-11/+34
2018-09-14x86: Support VEX/EVEX WIG encodingH.J. Lu1-17/+14
2018-09-14x86: fold CRC32 templatesJan Beulich1-11/+7
2018-09-13x86: Swap destination/source to encode VEX only if possibleH.J. Lu1-3/+4
2018-09-13x86: also allow D on 3-operand insnsJan Beulich1-19/+22
2018-09-13x86: use D attribute also for SIMD templatesJan Beulich1-9/+25
2018-09-13x86: improve operand reversalJan Beulich1-7/+33
2018-09-13x86: add code comment on deprecated status of pseudo-suffixesJan Beulich1-1/+2
2018-08-31x86: Extend assembler to generate GNU property notesH.J. Lu1-12/+291
2018-08-11x86: Add CpuCMOV and CpuFXSRH.J. Lu1-0/+6
2018-08-10x86: Don't display --32/--64/--x32 without BFD64H.J. Lu1-2/+2
2018-08-09x86: Display default x86-specific options for "as --help"H.J. Lu1-12/+27
2018-08-06x86: fold RegEip/RegRip and RegEiz/RegRizJan Beulich1-26/+15
2018-08-03x86: drop "mem" operand type attributeJan Beulich1-6/+13
2018-07-31x86: also optimize KXOR{D,Q} and KANDN{D,Q}Jan Beulich1-1/+16
2018-07-31x86: fold various AVX512 templates with so far differing Masking attributesJan Beulich1-6/+32
2018-07-31x86: don't abort() upon DATA16 prefix on (E)VEX encoded insnJan Beulich1-5/+19
2018-07-31x86: drop CpuVREXJan Beulich1-1/+1
2018-07-30x86: don't mistakenly scale non-8-bit displacementsJan Beulich1-1/+2
2018-07-27x86: Check for more than 2 memory referencesH.J. Lu1-0/+7
2018-07-26x86: Initialize broadcast_op.bytes to 0H.J. Lu1-0/+1
2018-07-25x86: Expand Broadcast to 3 bitsH.J. Lu1-11/+33
2018-07-24x86: Use unsigned int to iterate through vector operandsH.J. Lu1-5/+5
2018-07-24x86-64: correct AVX512F vcvtsi2s{d,s} handlingJan Beulich1-4/+7
2018-07-23x86: Remove broadcast_not_on_src_operandH.J. Lu1-4/+0
2018-07-22x86: Determine vector length from the last vector operandH.J. Lu1-10/+25
2018-07-21gas/config/tc-i386.c: Break long lineH.J. Lu1-4/+6
2018-07-20x86: Rename match_reg_size to match_operand_sizeH.J. Lu1-11/+12
2018-07-19x86: fold VFPCLASSP{D,S} templatesJan Beulich1-1/+19
2018-07-19x86: fold various AVX512VL templates into their AVX512F counterpartsJan Beulich1-2/+43
2018-07-16x86: fix operand size checkingJan Beulich1-54/+61