Age | Commit message (Expand) | Author | Files | Lines |
2006-04-30 | [ gas/ChangeLog ] | Thiemo Seufer | 1 | -0/+48 |
2006-04-23 | * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c, | Kazu Hirata | 1 | -2/+2 |
2006-03-22 | Richard Sandiford <richard@codesourcery.com> | Richard Sandiford | 1 | -39/+53 |
2005-11-23 | bfd/ | Daniel Jacobowitz | 1 | -101/+43 |
2005-11-14 | * mips.h: Assign 'm'/'M' codes to MIPS16e save/restore | Thiemo Seufer | 1 | -0/+180 |
2005-11-01 | * config/tc-mips.c (md_parse_option): Fix typo in comment. | Thiemo Seufer | 1 | -2/+2 |
2005-10-19 | * config/tc-mips.c (append_insn): Convert MIPS16 jr/jalr jumps | David Ung | 1 | -6/+23 |
2005-10-11 | This adjusts equate handling by | Nick Clifton | 1 | -2/+1 |
2005-09-20 | * dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs | Richard Henderson | 1 | -0/+4 |
2005-09-07 | * config/tc-mips.c (append_insn): Undo last change. Instead add | David Ung | 1 | -20/+8 |
2005-09-06 | * config/tc-mips.c (mips_set_options): Add ase_mt for MT instructions. | Chao-ying Fu | 1 | -3/+135 |
2005-09-01 | * config/tc-mips.c (append_insn): Correctly handle mips16 case | David Ung | 1 | -3/+16 |
2005-08-25 | * config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions. | Chao-ying Fu | 1 | -2/+217 |
2005-08-23 | * config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of | David Ung | 1 | -0/+1 |
2005-07-30 | * config/tc-mips.c (s_mips_globl): Allow multiple symbols per .globl. | Thiemo Seufer | 1 | -23/+38 |
2005-06-07 | gas: | Zack Weinberg | 1 | -2/+2 |
2005-06-07 | * config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k, | Maciej W. Rozycki | 1 | -0/+7 |
2005-06-01 | gas/: | Maciej W. Rozycki | 1 | -3/+3 |
2005-05-05 | Update the address and phone number of the FSF | Nick Clifton | 1 | -2/+2 |
2005-04-20 | (macro): Use sprintf_vma to convert a > 32 bit number into a readable string. | Nick Clifton | 1 | -9/+16 |
2005-04-18 | * config/tc-mips.c (normalize_constant_expr): Don't check for | Maciej W. Rozycki | 1 | -5/+9 |
2005-04-15 | * config/tc-mips.c (normalize_constant_expr): Fix formatting. | Maciej W. Rozycki | 1 | -1/+1 |
2005-04-14 | * config/tc-mips.c (macro) [ldd_std]: Don't attempt the GP | Maciej W. Rozycki | 1 | -1/+2 |
2005-04-13 | gas/: | Maciej W. Rozycki | 1 | -33/+54 |
2005-04-10 | 2005-04-10 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -2/+2 |
2005-03-21 | * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16 | Maciej W. Rozycki | 1 | -2/+5 |
2005-03-15 | ==> ChangeLog <== | Eric Christopher | 1 | -0/+9 |
2005-03-09 | * config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp' | Richard Sandiford | 1 | -1/+1 |
2005-03-09 | * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros. | Richard Sandiford | 1 | -5/+76 |
2005-03-09 | * config/tc-mips.c (append_insn): Remove cop_interlocks test from | Richard Sandiford | 1 | -11/+0 |
2005-03-09 | * config/tc-mips.h (mips_flush_pending_output): Delete. | Richard Sandiford | 1 | -116/+97 |
2005-03-09 | * config/tc-mips.c (mips_move_labels): New function, taken from... | Richard Sandiford | 1 | -27/+22 |
2005-03-09 | * config/tc-mips.c (MAX_NOPS): New macro. | Richard Sandiford | 1 | -411/+331 |
2005-03-09 | * config/tc-mips.c (append_insn): Remove now-redundant nops != 0 | Richard Sandiford | 1 | -8/+0 |
2005-03-09 | * config/tc-mips.c (dummy_opcode): Delete. | Richard Sandiford | 1 | -312/+252 |
2005-03-09 | * config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND) | Richard Sandiford | 1 | -203/+168 |
2005-03-09 | * config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p | Richard Sandiford | 1 | -40/+13 |
2005-03-09 | * config/tc-mips.c (mips_cl_insn): Replace reloc_type array with | Richard Sandiford | 1 | -20/+11 |
2005-03-09 | * config/tc-mips.h (mips_cl_insn): Move definition to... | Richard Sandiford | 1 | -189/+224 |
2005-03-05 | bfd/ChangeLog | Thiemo Seufer | 1 | -8/+12 |
2005-03-04 | * config/tc-mips.c (mips_set_options): Add sym32 field. | Richard Sandiford | 1 | -85/+56 |
2005-03-03 | * config/tc-mips.c (load_address): Implement GP optimization | Thiemo Seufer | 1 | -42/+80 |
2005-03-02 | * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi, | Daniel Jacobowitz | 1 | -0/+22 |
2005-02-23 | * cgen.c: Warning fixes. | Alan Modra | 1 | -19/+19 |
2005-02-22 | 2005-02-22 Eric Christopher <echristo@redhat.com> | Eric Christopher | 1 | -3/+19 |
2005-02-22 | gas/: | Maciej W. Rozycki | 1 | -17/+10 |
2005-02-18 | /gas/ChangeLog | Thiemo Seufer | 1 | -150/+150 |
2005-02-17 | * tc.h (struct relax_type, relax_typeS): Move from here.. | Alan Modra | 1 | -10/+8 |
2005-02-16 | * config/tc-mips.c (load_address): Fix formatting. | Thiemo Seufer | 1 | -21/+37 |
2005-02-15 | bfd/: | Maciej W. Rozycki | 1 | -32/+84 |