MIPS: Add CRC ASE support
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
2018-06-13  Scott EgertonMIPS: Add CRC ASE support
2018-06-11  Maciej W. RozyckiMIPS/GAS: Correct `-O0' and `-O' option help, add ...
2018-02-22  A. WilcoxFix memory access violation when attempting to shorten...
2018-02-13  Nick CliftonFix compile time warning messages from gcc version...
2018-01-23  Maciej W. RozyckiMIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option...
2018-01-23  Maciej W. RozyckiMIPS/GAS: Correct `as --help' always reporting `o32...
2018-01-23  Maciej W. RozyckiMIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2'...
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-10-23  Maciej W. RozyckiMIPS: Preset EF_MIPS_ABI2 with n32 ELF objects
2017-09-21  James CowgillPR gas/21762: MIPS: Fix .stabs directive marking labels...
2017-08-30  Maciej W. RozyckiMIPS/GAS: Also respect `-mignore-branch-isa' with MIPS1...
2017-07-18  Yuri ChornovianFix spelling typos.
2017-06-30  Maciej W. RozyckiMIPS/GAS: Use a switch on relaxation type in microMIPS...
2017-06-30  Maciej W. RozyckiMIPS/GAS: Use frag symbol/offset directly in fixup...
2017-06-30  Maciej W. RozyckiMIPS/GAS: Use non-zero frag offset directly in PIC...
2017-06-30  Maciej W. RozyckiMIPS/GAS: Update `match_float_constant' and `match_oper...
2017-06-30  Maciej W. RozyckiMIPS: Add microMIPS XPA support
2017-06-30  Maciej W. RozyckiMIPS: Fix XPA base and Virtualization ASE instruction...
2017-06-29  Maciej W. RozyckiMIPS/GAS: Clear the ASE_MIPS16E2_MT flag for recalculation
2017-06-28  Maciej W. RozyckiMIPS: Add Imagination interAptiv MR2 MIPS32r3 processor...
2017-05-18  Alan ModraDon't compare boolean values against TRUE or FALSE
2017-05-15  Maciej W. RozyckiMIPS16e2: Add MIPS16e2 ASE support
2017-05-15  Maciej W. RozyckiMIPS16/GAS: Improve [32768,65535] out-of-range operand...
2017-05-15  Maciej W. RozyckiMIPS16/GAS: Improve non-constant operand error diagnostics
2017-05-15  Maciej W. RozyckiMIPS/GAS: Improve bignum operand error diagnostics
2017-05-15  Maciej W. RozyckiMIPS16/GAS: Improve non-immediate operand error diagnostics
2017-05-15  Maciej W. RozyckiMIPS16/GAS: Improve disallowed relocation operand error...
2017-05-15  Maciej W. RozyckiMIPS/GAS: Update `match_const_int' description
2017-05-12  Maciej W. RozyckiMIPS/GAS: Unify GP-relative percent-ops
2017-05-03  Maciej W. RozyckiMIPS16/GAS: Relax 32-bit non-PIC PC-relative synthetic...
2017-05-02  Maciej W. RozyckiMIPS16/GAS: Fix absolute references with PC-relative...
2017-04-27  Maciej W. RozyckiMIPS16/GAS: Factor out duplicate symbol value conversio...
2017-04-27  Maciej W. RozyckiMIPS16/GAS: Rename the LONG_BRANCH relaxation flag
2017-04-26  Maciej W. RozyckiMIPS/GAS: Fix `.option picX' handling with relaxation
2017-04-25  Maciej W. RozyckiMIPS/GAS: Correct BFD_RELOC_MIPS16_16_PCREL_S1 fixup...
2017-04-04  H.J. LuSupport ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX
2017-02-22  Maciej W. RozyckiGAS: Consistently fix labels at the `.end' pseudo-op
2017-01-30  Maciej W. RozyckiMIPS: Add options to control branch ISA checks
2017-01-23  Nick CliftonFix spelling mistakes and typos in the GAS sources.
2017-01-18  Maciej W. RozyckiPR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with...
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-12-23  Maciej W. RozyckiMIPS16: Simplify extended operand handling
2016-12-23  Maciej W. RozyckiMIPS16/GAS: Clean up invalid unextended operand handling
2016-12-23  Maciej W. RozyckiMIPS16: Reassign `0' and `4' operand codes
2016-12-23  Maciej W. RozyckiMIPS16: Handle non-extensible instructions correctly
2016-12-23  Maciej W. RozyckiMIPS16: Remove "extended" BREAK/SDBBP handling
2016-12-23  Maciej W. RozyckiMIPS16/GAS: Fix forced size suffixes with argumentless...
2016-12-20  Maciej W. RozyckiMIPS16: Switch to 32-bit opcode table interpretation
2016-12-14  Maciej W. RozyckiMIPS16/GAS: Fix assertion failures with relocations...
2016-12-09  Maciej W. RozyckiMIPS16: Remove unused `>' operand code
2016-12-07  Maciej W. RozyckiMIPS/GAS: Use local `isa' consistently in `is_opcode_valid'
2016-11-27  Ambrogino ModiglianiFix spelling in comments in C source files (gas)
2016-10-05  Alan Modra-Wimplicit-fallthrough warning fixes
2016-07-27  Maciej W. RozyckiMIPS/GAS: Implement microMIPS branch/jump compaction
2016-07-26  Maciej W. RozyckiMIPS/GAS: Respect the `insn32' mode in branch relaxation
2016-07-20  Maciej W. RozyckiMIPS/GAS: Remove erroneous ELF relocation references
2016-07-19  Maciej W. RozyckiMIPS: Convert cross-mode BAL to JALX
2016-07-19  Maciej W. RozyckiMIPS: Verify the ISA mode and alignment of branch and...
2016-07-14  Maciej W. RozyckiMIPS/GAS: Don't convert PC-relative REL relocs against...
2016-07-14  Maciej W. RozyckiMIPS/GAS: Keep the ISA bit in the addend of branch...
2016-07-08  Maciej W. RozyckiMIPS/GAS: Remove extraneous `install_insn' call from...
2016-06-30  Maciej W. RozyckiMIPS/GAS: Fix a comment typo in `get_append_method'
2016-06-30  Matthew FortuneMIPS16/GAS: Fix delay slot filling across frags
2016-06-30  Maciej W. RozyckiMIPS/GAS: Simplify non-MIPS16 branch swapping sequence
2016-06-28  Maciej W. RozyckiMIPS16: Add R_MIPS16_PC16_S1 branch relocation support
2016-06-24  Maciej W. RozyckiMIPS16/GAS: Restore unsupported relocation diagnostics
2016-06-23  Maciej W. RozyckiMIPS/GAS: Keep the original microMIPS symbol reference...
2016-06-21  Maciej W. RozyckiMIPS/GAS: Handle resolved R6 PC-relative relocations
2016-06-21  Maciej W. RozyckiMIPS/GAS: Fix null pointer dereferences in R6 PC-relati...
2016-06-21  Maciej W. RozyckiMIPS/GAS: Correct BFD_RELOC_MIPS_18_PCREL_S3 calculation
2016-06-21  Maciej W. RozyckiMIPS/GAS: Use the module level ISA setting for R6 relax...
2016-06-20  Maciej W. RozyckiMIPS/GAS: Update comment on jump reloc conversion
2016-06-13  Maciej W. RozyckiMIPS/GAS: Don't convert RELA JALR relocations on R6
2016-05-24  Maciej W. RozyckiMIPS/GAS: Treat local jump relocs the same no matter...
2016-05-24  Maciej W. RozyckiMIPS/GAS: Cut TLS reloc dead code path in `md_apply_fix'
2016-05-20  Matthew FortuneMIPS: Add support for P6600
2016-05-20  Maciej W. RozyckiMIPS: Fix the encoding of immediates with microMIPS...
2016-05-20  Maciej W. RozyckiMIPS/GAS: Correct tab-after-space formatting mistakes
2016-05-11  Matthew FortuneAdd MIPS32 DSPr3 support.
2016-04-22  Maciej W. RozyckiMIPS/GAS: Fix an ISA override not lifting ABI restrictions
2016-04-16  Trevor Saundersremove pointless assignment
2016-04-13  Maciej W. RozyckiMIPS/GAS: Correct branch relaxation for weak symbols
2016-04-13  Maciej W. RozyckiMIPS/GAS: Relax branches to symbols resolved at link...
2016-04-09  Maciej W. RozyckiMIPS/GAS: Sanitize `.option picX' pseudo-op
2016-04-09  Maciej W. RozyckiMIPS/GAS: Disallow `.option picX' with VxWorks PIC
2016-04-09  Maciej W. RozyckiMIPS/GAS: Correct call formatting in `can_swap_branch_p'
2016-04-09  Maciej W. RozyckiMIPS/GAS: Unify messages in `mips_check_options'
2016-04-09  Maciej W. RozyckiMIPS/GAS: Use `opts->isa' consistently in `mips_check_o...
2016-04-04  Trevor Saundersuse XNEW and related macros more
2016-04-01  Alan ModraConstify more
2016-03-30  Trevor Saundersuse xstrdup and friends more
2016-03-29  Trevor Saundersmake md_parse_option () take a const char *
2016-03-21  Nick CliftonRemove use of alloca.
2016-02-25  Trevor SaundersConvert more variables to a constant form.
2016-02-22  Trevor SaundersAdd more const type qualifiers to GAS sources.
2016-01-25  Catherine MooreAvoid the use of gp-relative addressing when abicalls...
2016-01-18  Maciej W. RozyckiMIPS: Remove remnants of 48-bit microMIPS instruction...
2016-01-01  Alan ModraCopyright update for binutils
2015-11-09  Dominik Vogtgas: Fix left shift of negative value.
2015-08-21  Nick CliftonAllow symbol and label names to be enclosed in double...
next
This page took 0.389781 seconds and 107 git commands to generate.