aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2024-08-16gas: don't open-code LEX_*NAMEJan Beulich6-7/+8
2024-08-15Revert "Arm: correct macro use in gas testsuite"H.J. Lu2-2/+2
2024-08-15Revert "bfin: correct macro use in gas testsuite"H.J. Lu1-4/+4
2024-08-15Revert "ia64: correct macro use in gas testsuite"H.J. Lu1-6/+6
2024-08-15Revert "MIPS: correct macro use in gas and ld testsuites"H.J. Lu16-32/+32
2024-08-15gas: pru: Fix trailing whitespace handlingDimitar Dimitrov3-0/+25
2024-08-14gas: correct .irpc handling with empty stringJan Beulich2-2/+3
2024-08-14x86: correct .insn with opcode extension and VEX/XOP/EVEX encodingJan Beulich3-5/+15
2024-08-13gas macro arg1 testAlan Modra2-4/+7
2024-08-12gas: Add macro tests for PR gas/32073H.J. Lu6-0/+43
2024-08-12Revert "gas: have scrubber retain more whitespace"H.J. Lu12-173/+171
2024-08-12Revert "gas: drop scrubber states 14 and 15"H.J. Lu3-0/+34
2024-08-09gas: drop scrubber states 14 and 15Jan Beulich3-34/+0
2024-08-09gas: have scrubber retain more whitespaceJan Beulich12-171/+173
2024-08-09MIPS: relax gas testsuite whitespace expectationsJan Beulich10-32/+32
2024-08-09aarch64: relax gas testsuite whitespace expectationsJan Beulich108-8976/+8976
2024-08-09Arm: relax gas testsuite whitespace expectationsJan Beulich12-171/+171
2024-08-09m32r: move scrubber override to target headerJan Beulich2-3/+3
2024-08-09Arm: respect line separators for .symver scrubber special caseJan Beulich1-1/+1
2024-08-09gas: respect CR_EOL also for scrubbingJan Beulich1-1/+7
2024-08-09gas: have scrubber also respect quoted labelsJan Beulich4-0/+16
2024-08-09RISC-V: PR32014, .option directives shuoldn't affect elf attribute.Nelson Chu11-66/+60
2024-08-09gas: sparc: Fix faligndatai assembly and disassemblyRichard Henderson3-10/+11
2024-08-07score: drop TC_ALPHA codeJan Beulich2-24/+0
2024-08-07gas: drop dead VMS code from command line handlingJan Beulich1-23/+6
2024-08-07VAX: drop OBJ_VMS leftoversJan Beulich2-55/+7
2024-08-07gas: improve unrecognized command line option diagnosticJan Beulich4-4/+8
2024-08-07gas/NEWS: Moved RISC-V Zimop/Zcmop changes into 2.43 section due to backport.Nelson Chu1-2/+2
2024-08-06gas: scfi: replace verbose expressions with local varsIndu Bhagat1-84/+112
2024-08-06RISC-V: map zext.h to pack/packw if Zbkb is enabledHau Hsu3-0/+24
2024-08-06RISC-V: Add support for XCvBitmanip extension in CV32E40PMary Bennett9-8/+385
2024-08-06RISC-V: Add support for Zcmop extensionXiao Zeng6-1/+30
2024-08-06RISC-V: Add support for Zimop extensionXiao Zeng4-0/+94
2024-08-05gas: maintain line numbers correctly after #APP / #NO_APPJan Beulich6-9/+48
2024-08-05gas: generalize / tighten #APP / #NO_APP recognitionJan Beulich2-11/+40
2024-08-05gas: recognize #APP at start-of-physical-line onlyJan Beulich1-46/+60
2024-08-02gas: drop unnecessary use of tc_comment_charsJan Beulich8-22/+5
2024-08-02gas: correctly deal with line comments when not preprocessingJan Beulich8-5/+56
2024-08-01gas: ginsn: minor improvements in ginsn_dst_print and ginsn_src_printIndu Bhagat1-18/+28
2024-08-01gas: ginsn: do not emit an unnecessary trailing comma in textual dumpIndu Bhagat3-13/+19
2024-08-01gas: x86: ginsn: handle previously missed indirect call and jmp opsIndu Bhagat3-60/+95
2024-07-31x86: move ginsn stuffJan Beulich2-1102/+1123
2024-07-31gas/doc: adjust an @xrefJan Beulich1-1/+1
2024-07-30gas/NEWS, ld/NEWS: Announce LoongArch changes in 2.43Lulu Cai1-0/+3
2024-07-29Updated translations for the bfd, binutils, gas, ld and opcodes directoriesNick Clifton3-6623/+7615
2024-07-26microMIPS: Add MT ASE instruction set supportYunQiang Su7-21/+656
2024-07-26gas: correct sb_add_char() 2nd parameter typeJan Beulich2-2/+2
2024-07-26gas: drop scrubber state -2Jan Beulich4-48/+50
2024-07-26x86: accept whitespace around prefix separatorJan Beulich4-19/+99
2024-07-26x86/APX: optimize certain {nf}-form insns to BMI2 onesJan Beulich8-10/+1503