aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m32r.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-18Changed command line switch from --m32rx-enable-special to --hiddenNick Clifton1-9/+12
1998-05-14Change command line switch fron --enable-special to --m32rx-enable-specialNick Clifton1-21/+29
1998-05-13 * config/tc-m32r.c (warn_unmatched_high): New static local.Doug Evans1-17/+52
1998-05-12Add --enable-special command line switch.Nick Clifton1-7/+52
1998-05-07 * cgen.h: New file.Doug Evans1-74/+184
1998-04-27 * cgen.c (cgen_asm_finish_insn): New arg relax_p. All callers updated.Doug Evans1-101/+67
1998-04-24Add initernationalisation macros to error stringsNick Clifton1-4/+4
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey1-44/+77
1998-02-25Fix bug detected by Michael snyder.Nick Clifton1-2/+3
1998-02-23 * cgen.c: #include symcat.h.Doug Evans1-17/+114
1998-02-18remove #ifdef HAVE_CPU_M32RX uses. tweak some commentsDoug Evans1-15/+4
1998-02-16Only parallelise instructions when assembling for the m32rx, and whenNick Clifton1-12/+13
1998-02-13Do not bother checking the operands of instructions which have no operands!Nick Clifton1-17/+32
1998-02-13Reverted writes_to_pc() back to old version of code until PC operands areNick Clifton1-2/+7
1998-02-13Parallelisation code changed to used cgen's new ins operands feature.Nick Clifton1-126/+68
1998-02-12(check_parallel_io_clash): Add #if 0'd out code that uses new operandDoug Evans1-19/+30
1998-02-04Add checks for side effects of instructions preventing their parallelisation.Nick Clifton1-16/+56
1998-02-03fix commentDoug Evans1-1/+1
1998-01-29 * config/tc-m32r.c (allow_m32rx): Must compile with K&R C.Doug Evans1-1/+15
1998-01-29Fuxed sanitization (again!)Nick Clifton1-5/+1
1998-01-29Sanitization fixes.Nick Clifton1-1/+7
1998-01-29Fix determination of when two instructions can be combined in parallel.Nick Clifton1-12/+10
1998-01-26Detect when explicltly parallel instructions have i/o conflicts andNick Clifton1-38/+41
1998-01-26Fixed infinite loop bug in can_make_parallel().Nick Clifton1-214/+321
1998-01-21Added opportunistic parallelisation of adjacent instructions.Nick Clifton1-76/+217
1998-01-16tweak m32rx sanitizationDoug Evans1-7/+4
1998-01-15Add support for parallel instructions.Nick Clifton1-136/+326
1998-01-12 * tc-m32r.c: Clean up pass over `struct foo' usage.Doug Evans1-10/+24
1997-12-15Add support for --m32rx command line option.Nick Clifton1-13/+62
1997-04-10 * config/tc-m32r.c (md_begin): Set cgen_asm_parse_operand_fn.David Edelsohn1-2/+13
1997-04-05 * write.c (relax_frag): Make non-static.David Edelsohn1-0/+1000