aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Add support for the haiku operating system. These are the os support patches...Alexander von Gluck IV1-0/+1
2021-08-16x86: Don't pad .tfloat directive outputH.J. Lu1-13/+0
2021-08-11x86: introduce .bfloat16 directiveJan Beulich1-1/+2
2021-08-11x86: introduce .hfloat directiveJan Beulich1-1/+2
2021-08-11x86/ELF: fix .tfloat outputJan Beulich1-0/+13
2021-08-05[PATCH 1/2] Enable Intel AVX512_FP16 instructionsCui,Lili1-3/+42
2021-07-28x86: Simplify check for distinct TMM register operandsH.J. Lu1-15/+10
2021-07-07Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton1-4/+15
2021-06-15x86: bring "gas --help" output for --32 etc in sync with realityJan Beulich1-3/+7
2021-06-15x86: simplify .dispNN settingJan Beulich1-51/+17
2021-06-15x86: slightly simplify offset_in_range()Jan Beulich1-2/+2
2021-06-15x86: harmonize disp with imm handlingJan Beulich1-23/+28
2021-06-15x86: make offset_in_range()'s warning contents useful (again)Jan Beulich1-6/+2
2021-06-15x86: off-by-1 in offset_in_range()Jan Beulich1-1/+1
2021-06-15x86: permit parenthesized expressions again as addressing scale factorJan Beulich1-2/+6
2021-06-11x86: Always define TC_PARSE_CONS_EXPRESSIONH.J. Lu1-0/+6
2021-06-10x86: suppress LEA optimization in a specific 16-bit caseJan Beulich1-0/+7
2021-06-08x86: minor improvements to optimize_imm() (part II)Jan Beulich1-3/+2
2021-06-08x86: minor improvements to optimize_disp() (part II)Jan Beulich1-7/+5
2021-06-08x86-64: avoid bogus warnings with 32-bit addressingJan Beulich1-0/+2
2021-06-08x86: minor improvements to optimize_disp() (part I)Jan Beulich1-11/+13
2021-06-07x86: honor quoted figure braces in i386_att_operand()Jan Beulich1-8/+32
2021-06-07x86: better respect quotes in parse_operands()Jan Beulich1-14/+23
2021-06-07x86: allow unary operators to start a memory operandJan Beulich1-14/+3
2021-06-07x86: make symbol quotation check consistent in i386_att_operand()Jan Beulich1-7/+10
2021-06-07x86: correct absolute branch check with segment overrideJan Beulich1-9/+9
2021-06-07x86/Intel: drop unnecessary bracket matching from parse_operands()Jan Beulich1-13/+3
2021-06-07x86: remove pointless 2nd parameter from check_VecOperations()Jan Beulich1-5/+4
2021-06-07x86: immediate operands don't allow for vector operationsJan Beulich1-10/+0
2021-06-07ix86: wrap constantsJan Beulich1-6/+28
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu1-37/+18
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu1-18/+37
2021-05-07x86: don't mix disp and imm processingJan Beulich1-1/+1
2021-05-07x86: move register check in immediate operand parsingJan Beulich1-7/+7
2021-05-07x86: minor improvements to optimize_imm()Jan Beulich1-8/+6
2021-05-03x86: fold both instances of lex_got()Jan Beulich1-106/+9
2021-04-29x86: relax when/how @size can be usedJan Beulich1-7/+43
2021-04-29x86: allow @size to also (sensibly) apply to sectionsJan Beulich1-1/+5
2021-04-28x86: honor signedness of PC-relative relocationsJan Beulich1-18/+46
2021-04-27x86: Add () to silence GCC 5H.J. Lu1-1/+3
2021-04-26x86: add IS_ELF to check whether to resolve @size relocJan Beulich1-1/+2
2021-04-26x86: limit 32-bit @size overflow checks to 64-bit objectsJan Beulich1-0/+1
2021-04-26x86: optimize LEAJan Beulich1-1/+141
2021-04-26x86-64: have value properly checked when resolving fixupJan Beulich1-1/+12
2021-04-23x86-64: special case LEA when determining signedness of displacementJan Beulich1-8/+17
2021-04-23x86-64: defer 32-bit signed displacement checkJan Beulich1-19/+28
2021-04-23x86: re-order optimize_disp()Jan Beulich1-16/+18
2021-04-23x86: don't truncate values in diagnostics and alikeJan Beulich1-4/+4
2021-04-19gas: drop sprint_value()Jan Beulich1-2/+2
2021-04-05C99 gas configuryAlan Modra1-10/+0