Age | Commit message (Expand) | Author | Files | Lines |
2001-06-11 | Merge insn decode tables, and generally tidy. | Alan Modra | 2 | -1989/+805 |
2001-06-10 | Branch hints for Pentium4 as insn modifiers, and some minor tweaks | Alan Modra | 4 | -79/+93 |
2001-06-09 | * sh-opc.h (sh_table): Don't use empty initializers. | Alexandre Oliva | 2 | -1/+5 |
2001-06-06 | Remove warnings building z8k port. | Nick Clifton | 2 | -34/+10 |
2001-06-06 | correct some 68k/ColdFire problems | Nick Clifton | 3 | -12/+22 |
2001-06-06 | * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define. | Alan Modra | 2 | -65/+126 |
2001-06-04 | * sh-opc.h (sh_table): Complete last element entry to avoid | Alexandre Oliva | 2 | -1/+6 |
2001-05-23 | Add MIPS r12k support | Nick Clifton | 2 | -0/+8 |
2001-05-23 | More whitespace fixes. | Alan Modra | 1 | -143/+143 |
2001-05-23 | * arc-opc.c: Whitespace changes. | Alan Modra | 2 | -19/+23 |
2001-05-20 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, | Alexandre Oliva | 1 | -170/+185 |
2001-05-18 | * cris-opc.c (cris_spec_regs): Add missing initializer field for | Hans-Peter Nilsson | 2 | -1/+6 |
2001-05-15 | * cgen disasm bug fix | Frank Ch. Eigler | 2 | -1/+5 |
2001-05-15 | Fix MIPS disassembler so that it produces reassemblable code. | Nick Clifton | 2 | -163/+199 |
2001-05-14 | * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of | J.T. Conklin | 2 | -19/+25 |
2001-05-12 | 2001-05-12 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -0/+11 |
2001-05-12 | Peter Targett's backwards compatibility and other arc fixes. | Alan Modra | 2 | -133/+139 |
2001-05-12 | * i386-dis.c (twobyte_has_modrm): Update table. | Alan Modra | 2 | -8/+27 |
2001-05-12 | Correct cvtps2dq, movdq2q, movq2dq, and movq problems. | Alan Modra | 2 | -3/+8 |
2001-05-07 | * cgen asm/disasm | Frank Ch. Eigler | 3 | -5/+21 |
2001-05-07 | * disassemble.c (disassembler_usage): Remove unused attribute. | Alan Modra | 2 | -1/+5 |
2001-05-04 | * typo fix | Frank Ch. Eigler | 1 | -1/+1 |
2001-05-04 | * m32r disasm bug fix | Frank Ch. Eigler | 5 | -14/+58 |
2001-05-04 | Assorted fixes to pinsrw, pextrw, pmovmskb, movmskp, maskmovq. | Alan Modra | 2 | -13/+35 |
2001-04-27 | Add openRISC support in opcodes | Nick Clifton | 16 | -278/+4469 |
2001-04-24 | z8k fixes | Nick Clifton | 7 | -396/+478 |
2001-04-06 | * i386-dis.c: Add ffreep instruction. | Andreas Jaeger | 2 | -30/+34 |
2001-03-30 | * ppc-opc.c (insert_mbe): Shift mask initializer as long. | Alexandre Oliva | 2 | -1/+5 |
2001-03-27 | * Comment tweak. | Ben Elliston | 1 | -4/+4 |
2001-03-24 | Small tweaks to sse2 instructions. | Alan Modra | 2 | -9/+38 |
2001-03-24 | Remove extraneous whitespace | Nick Clifton | 3 | -16/+21 |
2001-03-22 | 2001-03-22 Ben Elliston <bje@redhat.com> | Ben Elliston | 3 | -2/+9 |
2001-03-22 | paddq and psubq support. | Alan Modra | 2 | -6/+12 |
2001-03-20 | Add support for cgen machine determination. | Patrick Macdonald | 9 | -19/+43 |
2001-03-20 | 2001-03-20 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -200/+174 |
2001-03-20 | Fix 2 bugs with parsing the resource dependency tables. | Jim Wilson | 3 | -396/+437 |
2001-03-19 | Don't try to read past end of info buffer, and correct test results. | Alan Modra | 2 | -2/+18 |
2001-03-16 | Add new opcodes | Nick Clifton | 3 | -497/+536 |
2001-03-13 | Fix typos in ChangeLogs; fix dates in copyright notices | Nick Clifton | 102 | -183/+268 |
2001-03-13 | fix typos | Nick Clifton | 1 | -0/+6 |
2001-03-06 | Fix BLX(1) for Thumb | Nick Clifton | 2 | -4/+27 |
2001-03-06 | est of the changes for Coldfire V4 | Nick Clifton | 3 | -26/+53 |
2001-03-05 | Correct filenames from last commit. | Dave Brolley | 1 | -15/+15 |
2001-03-05 | 2001-03-05 Dave Brolley <brolley@redhat.co | Dave Brolley | 16 | -389/+327 |
2001-02-28 | new defines for Coldfire V4. | Nick Clifton | 2 | -115/+137 |
2001-02-27 | Bump version to 2.11.90, fix missing dependencies in bfd/, | Alan Modra | 5 | -37/+44 |
2001-02-23 | 2001-02-23 David Mosberger <davidm@hpl.hp.com> | H.J. Lu | 3 | -3423/+3600 |
2001-02-22 | Improve gas error messages for invalid instructions. | Jim Wilson | 3 | -3902/+3912 |
2001-02-21 | * cgen-opc.c (cgen_get_insn_value): Add missing `return'. | Greg McGary | 2 | -2/+6 |
2001-02-21 | 2001-02-20 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -21/+11 |