Age | Commit message (Expand) | Author | Files | Lines |
1998-01-13 | * Makefile.am: Add cgen support. | Doug Evans | 10 | -39/+1059 |
1998-01-13 | * cgen-asm.c (build_asm_hash_table): Traverse compiled in table using | Doug Evans | 2 | -28/+39 |
1998-01-06 | * txvu-dis.c (print_insn_txvu): Handle no separator between | Doug Evans | 2 | -0/+12 |
1998-01-05 | snapshot | Doug Evans | 1 | -24/+95 |
1998-01-05 | one |, not 2 | Doug Evans | 1 | -1/+1 |
1998-01-05 | Enable txvu disassembly. | Doug Evans | 1 | -1/+1 |
1998-01-05 | * txvu-dis.c, txvu-opc.c: New files. | Doug Evans | 8 | -2/+847 |
1997-12-24 | rebuild | Ian Lance Taylor | 1 | -33/+65 |
1997-12-22 | * configure.in: Add txvu support. | Doug Evans | 5 | -99/+94 |
1997-12-22 | rebuild with devo tools | Ian Lance Taylor | 3 | -361/+548 |
1997-12-22 | * mips-opc.c: Add FP_D to s.d instruction flags. | Ian Lance Taylor | 2 | -1/+32 |
1997-12-16 | * tic80-opc.c (tic80_opcodes): Revert change that put the 32 bit | Fred Fish | 1 | -0/+8 |
1997-12-16 | note that the fix for --enable-shared is not the real way it needs to | Brendan Kehoe | 1 | -0/+3 |
1997-12-16 | * mips-opc.c: Add many missing r5900 instructions. | Jeff Law | 1 | -0/+6 |
1997-12-16 | fix tab problem | Michael Meissner | 1 | -1/+1 |
1997-12-16 | Set new d30v opcode flag bits in appropriate instructions. | Michael Meissner | 1 | -0/+7 |
1997-12-15 | * configure: Only build libopcodes shared if --enable-shared's value | Brendan Kehoe | 1 | -0/+6 |
1997-12-15 | * mips-opc.c (mtpc, mfpc, mtps, mfps): Add r5900 variants. | Jeff Law | 2 | -191/+214 |
1997-12-13 | * tic80-opc.c (OFF_SL_PC, OFF_SL_BR): Minor formatting change. | Fred Fish | 2 | -72/+82 |
1997-12-12 | Renamed v850eq -> v850ea | Nick Clifton | 2 | -165/+169 |
1997-12-12 | * alpha-opc.c (cvttq/*u*): Remove, as that suffix is invalid. | Richard Henderson | 1 | -0/+4 |
1997-12-11 | sanitization fixes. (files not mentioned, fences misspelled) | Felix Lee | 1 | -1/+8 |
1997-12-09 | Test/fix d10v RTE instruction. | Andrew Cagney | 1 | -0/+4 |
1997-12-08 | Removed disasm_symaddr() function and switched detection of Arm vs Thumb | Nick Clifton | 2 | -16/+48 |
1997-12-02 | Add support for displaying disassembled Thumb instrucitons. | Nick Clifton | 3 | -9/+847 |
1997-12-02 | Display nop pseudo ops alongside equivalent disassembly. | Nick Clifton | 2 | -3/+140 |
1997-12-01 | Mon Dec 1 12:25:57 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ian Lance Taylor | 1 | -0/+7 |
1997-12-01 | * m68k-opc.c: Add argument for lpstop. From Olivier Carmona | Ian Lance Taylor | 3 | -34/+65 |
1997-11-20 | * sh-dis.c (print_insn_shx): Recognize all sh4 additions. | Richard Henderson | 1 | -0/+8 |
1997-11-18 | * d10v-dis.c (print_operand): | Joern Rennecke | 1 | -0/+5 |
1997-11-18 | * include/opcode/d10v.h (OPERAND_FLAG): Split into: | Joern Rennecke | 1 | -0/+13 |
1997-11-12 | mips-opc.c (sync,cache): These are 3900 insns. | Gavin Romig-Koch | 2 | -2/+6 |
1997-11-12 | sh-opc.h (sh_table): Remove ftst/nan. | Joern Rennecke | 1 | -0/+4 |
1997-11-03 | make vr5400 disassembly work; fix bugs in some vr5400 insns | Ken Raeburn | 3 | -11/+21 |
1997-11-02 | Correct tx49 sanitation. | Gavin Romig-Koch | 1 | -1/+10 |
1997-10-29 | * mips-opc.c (deret,dmult,dmultu,madd,maddu,pref,sdbbp): | Gavin Romig-Koch | 3 | -14/+59 |
1997-10-28 | * mips-opc.c (ffc, ffs): Fix mask. | Ken Raeburn | 2 | -2/+6 |
1997-10-28 | Add eit_vb, int_s, and int_m control registers | Michael Meissner | 1 | -0/+7 |
1997-10-28 | Duh. Check in the vr5400 stuff from the directory that doesn't have | Ken Raeburn | 3 | -0/+167 |
1997-10-28 | added vr5400 stuff, fixed "not" mask | Ken Raeburn | 2 | -2/+7 |
1997-10-23 | Removed C++ ism | Nick Clifton | 1 | -0/+4 |
1997-10-23 | * sparc-opc.c: Add wr & rd for v9a asr's. | Richard Henderson | 2 | -1/+32 |
1997-10-23 | * sparc-opc.c (v9notv9a): New insn type. | Richard Henderson | 2 | -16/+24 |
1997-10-17 | opcodes/mips-opc.c (bnezl,beqzl): Mark these as also tx39. | Gavin Romig-Koch | 2 | -2/+6 |
1997-10-16 | opcodes/mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1. | Gavin Romig-Koch | 2 | -1/+7 |
1997-10-14 | New dummy function for symbol_at_address_func field of disassemble_info | Nick Clifton | 2 | -5/+39 |
1997-10-10 | Fixed bug extracting displacement from a JR instruction. | Nick Clifton | 1 | -0/+4 |
1997-10-08 | opcodes/mips-opc.c: Three op mult is not an ISA insn. | Gavin Romig-Koch | 2 | -2/+11 |
1997-10-08 | opcodes/mips-opc.c: Fix formatting. | Gavin Romig-Koch | 2 | -8/+22 |
1997-10-02 | Use symbolic names rather than numbers for higher value system registers. | Nick Clifton | 1 | -0/+7 |