Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-02-11 | Add r5900 | Gavin Romig-Koch | 2 | -0/+34 | |
1997-02-10 | * tic80.h (tic80_symbol_to_value): Change prototype to match | Fred Fish | 2 | -1/+6 | |
change in function, added class parameter. | |||||
1997-02-07 | * tic80.h (TIC80_OPERAND_ENDMASK): Add for flagging TIc80 | Fred Fish | 2 | -0/+15 | |
endmask fields, which are somewhat weird in that 0 and 32 are treated exactly the same. | |||||
1997-01-30 | One minor fix I forgot in last checkin. | Fred Fish | 1 | -1/+1 | |
1997-01-30 | * tic80.h: Change all the OPERAND defines to use the form (1 << X) | Fred Fish | 2 | -31/+113 | |
rather than a constant that is 2**X. Reorder them to put bits for operands that have symbolic names in the upper bits, so they can be packed into an int where the lower bits contain the value that corresponds to that symbolic name. (predefined_symbo): Add struct. (tic80_predefined_symbols): Declare array of translations. (tic80_num_predefined_symbols): Declare size of that array. (tic80_value_to_symbol): Declare function. (tic80_symbol_to_value): Declare function. | |||||
1997-01-29 | * mn10200.h (MN10200_OPERAND_RELAX): Define. | Jeff Law | 1 | -0/+4 | |
Checking in some of the assembler branch relaxing code. | |||||
1997-01-27 | * internal.h (R_IPRMED, R_OPTCALL, R_OPTCALLX): Move definitions | Ian Lance Taylor | 2 | -9/+18 | |
from here... * i960.h (R_IPRMED, R_OPTCALL, R_OPTCALLX): ...to here. | |||||
1997-01-23 | * tic80.h (TIC80MAGIC): Renamed to TIC80_AOUTHDR_MAGIC. | Fred Fish | 1 | -0/+10 | |
1997-01-19 | * tic80.h (TIC80_NO_R0_DEST): Add for opcodes where r0 cannot | Fred Fish | 2 | -1/+7 | |
be the destination register. | |||||
1997-01-17 | * tic80.h (struct tic80_opcode): Change "format" field to "flags". | Fred Fish | 2 | -13/+28 | |
(FMT_UNUSED, FMT_SI, FMT_LI, FMT_REG): Delete. (TIC80_VECTOR): Define a flag bit for the flags. This one means that the opcode can have two vector instructions in a single 32 bit word and we have to encode/decode both. | |||||
1997-01-13 | * tic80.h (TIC80_OPERAND_FLOAT): Add for floating point operands. | Fred Fish | 2 | -0/+7 | |
1997-01-06 | * tic80.h (TIC80_OPERAND_SCALED): Operand may have optional | Fred Fish | 2 | -0/+9 | |
":s" modifier for scaling. | |||||
1997-01-05 | * tic80.h (TIC80_OPERAND_M_SI): Add operand modifier for ":m". | Fred Fish | 2 | -0/+13 | |
(TIC80_OPERAND_M_LI): Ditto | |||||
1997-01-05 | * tic80.h (TIC80_OPERAND_BITNUM): Renamed from TIC80_OPERAND_CC_SZ. | Fred Fish | 2 | -4/+17 | |
(TIC80_OPERAND_CC): New define for condition code operand. (TIC80_OPERAND_CR): New define for control register operand. | |||||
1997-01-03 | * tic80.h (struct tic80_opcode): Name changed. | Fred Fish | 2 | -46/+119 | |
(struct tic80_opcode): Remove format field. (struct tic80_operand): Add insertion and extraction functions. (TIC80_OPERAND_*): Remove old bogus values, start adding new correct ones. (FMT_*): Ditto. | |||||
1997-01-03 | Add new st_other bits; Remove v850 section indexes | Michael Meissner | 2 | -11/+10 | |
1997-01-03 | Add v850.h | Michael Meissner | 3 | -0/+56 | |
1996-12-31 | Add V850_OPERAND_ADJUST_SHORT_MEMORY | Michael Meissner | 1 | -0/+7 | |
1996-12-31 | * common.h (DT_AUXILIARY): Define. | Ian Lance Taylor | 1 | -3/+26 | |
(DT_FILTER): Define. | |||||
1996-12-28 | (Laying some groundwork (that will be incrementally fleshed out) for | Fred Fish | 1 | -0/+28 | |
TIc80) * dis-asm.h (print_insn_tic80): Declare. | |||||
1996-12-28 | (Laying the groundwork (that will be incrementally fleshed out) for | Fred Fish | 3 | -0/+152 | |
TIc80 support) * tic80.h: New file. | |||||
1996-12-28 | (Laying the groundwork (that will be incrementally fleshed out) for | Fred Fish | 2 | -0/+264 | |
TIc80 support) * tic80.h: New file for TIc80 support. | |||||
1996-12-19 | * arm.h (_LIT): Define. | Ian Lance Taylor | 1 | -2/+8 | |
PR 11329. | |||||
1996-12-18 | * mn10200.h (MN10200_OPERAND_NOCHECK): Define. | Jeff Law | 1 | -0/+4 | |
1996-12-14 | * mn10200.h: Fix comment, mn10200_operand not powerpc_operand. | Fred Fish | 3 | -1/+136 | |
* mn10300.h: Fix comment, mn10300_operand not powerpc_operand. * v850.h: Fix comment, v850_operand not powerpc_operand. | |||||
1996-12-09 | * callback.h (host_callback): New member `error'. | David Edelsohn | 1 | -2/+6 | |
1996-12-02 | comment fix | Ian Lance Taylor | 1 | -0/+266 | |
1996-11-26 | * m68k.h: Document new <, >, m, n, o and p operand specifiers. | J.T. Conklin | 1 | -0/+9 | |
1996-11-21 | Removed d10v.h. | Martin Hunt | 1 | -8/+0 | |
1996-11-20 | * callback.h: New file, moved here from gdb. | David Edelsohn | 2 | -0/+57 | |
1996-11-19 | * mn10300.h (MN10300_OPERAND_REG_LIST): Define. | Jeff Law | 2 | -0/+12 | |
1996-11-18 | * libiberty.h: Checkin again; last checkin failed due to sticky tag. | Dawn Perchik | 1 | -0/+14 | |
1996-11-05 | * mn10300.h (MN10300_OPERAND_EXTENDED): Define. | Jeff Law | 2 | -0/+6 | |
[ For operands inserted into the extended part of the opcode. ] | |||||
1996-11-04 | * mn10300.h (MN10300_OPERAND_REPEATED): Define. | Jeff Law | 2 | -0/+19 | |
Matsushita. | |||||
1996-11-01 | Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu> | Ian Lance Taylor | 1 | -0/+8 | |
* alpha.h: Don't include "bfd.h"; private relocation types are now negative to minimize problems with shared libraries. Organize instruction subsets by AMASK extensions and PALcode implementation. (struct alpha_operand): Move flags slot for better packing. | |||||
1996-10-31 | * ansidecl.h (VPARAMS,VA_START): Define. | David Edelsohn | 1 | -0/+14 | |
1996-10-29 | * v850.h (V850_OPERAND_RELAX): New operand flag. | Jeff Law | 1 | -0/+11 | |
1996-10-17 | * dis-asm.h (print_insn_m32r): Declare. | David Edelsohn | 3 | -0/+37 | |
1996-10-15 | * libiberty.h: Declare parameter types for xmalloc and xrealloc. | Ian Lance Taylor | 1 | -0/+4 | |
1996-10-08 | * mn10300.h (MN10300_OPERAND_PAREN): Define. | Jeff Law | 2 | -0/+6 | |
Matsushita. | |||||
1996-10-07 | * mn10300.h (mn10300_opcode): Add "format" field. | Jeff Law | 2 | -0/+20 | |
(MN10300_OPERAND_*): Define. Checkpointing today's Matsushita work. | |||||
1996-10-03 | * fnmatch.h: New file. | Ian Lance Taylor | 3 | -0/+74 | |
1996-10-03 | Grrr. The mn10200 and mn10300 are _not_ similar enough to easily support | Jeff Law | 6 | -14/+30 | |
with a single generic configuration. So break them up into two different configurations. See the individual ChangeLogs for additional detail. | |||||
1996-10-03 | * mn10x00.h: New file. | Jeff Law | 3 | -0/+102 | |
Matsushita. | |||||
1996-10-03 | * common.h (EM_CYGNUS_MN10x00): Define. | Jeff Law | 2 | -1/+31 | |
Matsushita. | |||||
1996-10-03 | * dis-asm.h (print_insn_mn10x00): Declare. | Jeff Law | 2 | -2/+12 | |
Getting started on Matsushita. | |||||
1996-10-01 | * libiberty.h: Remove #ifndef PRIVATE_XMALLOC. | Fred Fish | 2 | -2/+32 | |
1996-09-23 | m32r.h: new file | David Edelsohn | 1 | -0/+8 | |
1996-08-31 | * dis-asm.h (print_insn_v850): Declare. | Jeff Law | 1 | -0/+28 | |
1996-08-22 | * v850.h (v850_operands): Add insert and extract fields, pointers | J.T. Conklin | 2 | -2/+56 | |
to functions used to handle unusual operand encoding. (V850_OPERAND_REG, V850_OPERAND_SRG, V850_OPERAND_CC, V850_OPERAND_SIGNED): Defined. |