aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2024-05-16s390: Update SFrame test cases for FP without RAJens Remus7-32/+46
2024-05-16sframe: Represent FP without RA on stackJens Remus1-27/+23
2024-05-16s390: SFrame track FP/RA saved in registerJens Remus6-18/+60
2024-05-16s390: Initial support to generate .sframe from CFI directives in assemblerJens Remus23-2/+475
2024-05-16gas: Validate SFrame RA tracking and fixed RA offsetJens Remus1-0/+12
2024-05-16gas: Test predicate whether SFrame RA tracking is usedJens Remus1-2/+4
2024-05-16gas: Don't skip SFrame FDE if .cfi_register specifies SP registerJens Remus1-3/+5
2024-05-16gas: Don't skip SFrame FDE if .cfi_register specifies RA w/o trackingJens Remus1-1/+1
2024-05-16gas: Skip SFrame FDE if .cfi_window_saveJens Remus1-3/+22
2024-05-16gas: Skip SFrame FDE if FP without RA on stackJens Remus1-0/+19
2024-05-16gas: User readable warnings if SFrame FDE is not generatedJens Remus5-28/+75
2024-05-16gas: Refactor SFrame CFI opcode DW_CFA_register processingJens Remus1-11/+26
2024-05-16gas: Warn if SFrame FDE is skipped due to non-default return columnJens Remus2-3/+8
2024-05-16gas: Skip SFrame FDE if CFI specifies non-FP/SP base registerJens Remus1-2/+11
2024-05-16gas: Print DWARF call frame insn name in SFrame warning messageJens Remus3-3/+50
2024-05-16readelf/objdump: Display SFrame fixed RA offset as 'f' in dumpJens Remus8-23/+23
2024-05-16readelf/objdump: Dump SFrame CFA fixed FP and RA offsetsJens Remus14-0/+25
2024-05-16gas: Enhance arch-specific SFrame configuration descriptionsJens Remus4-14/+19
2024-05-16x86: Remove unused SFrame CFI RA register variableJens Remus1-1/+0
2024-04-25bpf: fix calculation when deciding to relax branchDavid Faust7-43/+95
2024-04-25LoongArch: gas: Simplify relocations in sections without code flagJinyang He3-3/+19
2024-04-23arm: Fix MVE vmla encodingClaudio Bantaloukas3-1355/+2041
2024-04-22x86/APX: Add invalid check for APX EVEX.X4.Cui, Lili3-1/+9
2024-04-20LoongArch: Add -mignore-start-align optionmengqinggang3-21/+51
2024-04-16x86: Fix a memory leak in md_assembleH.J. Lu1-5/+8
2024-04-16gas: Free unused memory in scfi_ops_cleanupH.J. Lu1-0/+3
2024-04-16Gas Doc: Update example of how .altmacro affects the interpretation of macro ...Nick Clifton1-8/+3
2024-04-12Update description of macro keyword argument assignment in assembler document...Nick Clifton1-1/+34
2024-04-12gas: Fix memory leaks in gen-sframe.cH.J. Lu1-0/+4
2024-04-11gas: Fix a CFI label name memory leak in scfi.cH.J. Lu2-2/+3
2024-04-11gas: Fix memory leaks in ginsn.cH.J. Lu1-3/+11
2024-04-10x86-64: Use long NOPs for Intel Core processorsH.J. Lu5-9/+397
2024-04-10gas: scfi: bugfixes for SCFI state propagationIndu Bhagat5-8/+87
2024-04-10gas: gcfg: add_bb_at_ginsn must return root_bbIndu Bhagat5-26/+164
2024-04-09arm: Fix disassembly of MVE vq[r]shr[u]nAlex Coplan3-1808/+1875
2024-04-09arm: Fix encoding of MVE vqshr[u]nAlex Coplan1-4/+4
2024-04-09RISC-V: Support Zcmp push/pop instructions.Jiawei8-0/+525
2024-04-09Support {evex} pseudo prefix for decode evex promoted insns without egpr32.Hu, Lin110-0/+1426
2024-04-07Support APX NFCui, Lili10-10/+4212
2024-04-06Revert "x86: Restore APX shift-double instructions with omitted shift count"H.J. Lu3-18/+0
2024-04-05Add missing install-dvi and install-ps Makefie targets.Christophe Lyon1-0/+2
2024-04-04x86: Restore APX shift-double instructions with omitted shift countH.J. Lu3-0/+18
2024-04-03x86/APX: Remove KEYLOCKER and SHA promotions from EVEX MAP4Cui, Lili10-169/+9
2024-04-01LoongArch: gas: Ignore .align if it is at the start of a sectionmengqinggang3-25/+128
2024-03-31BFD: Fix the bug of R_LARCH_AGLIN caused by discard sectionmengqinggang2-7/+4
2024-03-28gas: gcfg: fix handling of non-local direct jmps in gcfgIndu Bhagat5-19/+104
2024-03-28x86/SSE2AVX: move checkingJan Beulich1-11/+10
2024-03-28x86/SSE2AVX: respect prefixesJan Beulich3-2/+21
2024-03-28gas: drop integer_constant()'s maxdigJan Beulich1-8/+4
2024-03-28gas: drop dead check for double quoteJan Beulich1-3/+0