]> Shamusworld >> Repos - rmac/shortlog
rmac
2020-07-04 Shamus HammonsVersion bump for last commit; now at v2.0.14.
2020-07-04 ggnFix gcc10/clang link errors by adding "extern" to expor...
2020-05-08 Shamus HammonsVersion bump for latest patch. Now at v2.0.13.
2020-05-08 James JonesProperly advance past register bank specifier
2020-03-02 Shamus HammonsVersion bump for last commit; now at v2.0.12.
2020-03-02 ggnSupplementary fix for bug #140. Apparently bf4dbb286011...
2020-02-28 Shamus HammonsAdded check to see that include paths actually exist.
2020-01-17 Shamus HammonsVersion bump for last commits; now at v2.0.10.
2020-01-17 ggnAdd support for some missing ptestr/ptestrw/fsmove...
2020-01-17 ggnAdded new optimisation option "+op" which enforces...
2020-01-15 ggnForgotten file for the VS project
2020-01-15 Shamus HammonsFixes for bug #144 (unitialized code paths in 6502...
2020-01-10 Shamus HammonsVersion bump for previous commits; now at v2.0.8.
2020-01-10 Shamus HammonsFurther fix for bug #135 (added RISC error reporting).
2020-01-10 ggnIntroducing new switch -fr which outputs binaries assem...
2020-01-10 ggnFix for #145 - addressing mode mask was not restrictive...
2020-01-04 Shamus HammonsFix for bug #135 (RISC error reporting for immediate...
2020-01-03 Shamus HammonsVersion bump for last commits; now at v2.0.6.
2020-01-03 ggnActually implement ^^FILESIZE this time :)
2020-01-03 ggnUpdated VS2015 project files, it should now build out...
2020-01-03 Shamus HammonsEOY minor update.
2020-01-03 Shamus HammonsMinor changes and version bump for prior commit; now...
2020-01-03 ggnYet another fix for bug #77 - eval is now uint64_t...
2020-01-02 Shamus HammonsFix for bug #140 (unusual COFF writer case); now at...
2020-01-02 ggnLong forgotten helper script which is used to create...
2020-01-02 Shamus HammonsVersion bump for the last few commits. Now at v2.0.3.
2020-01-02 ggnAdded DSM directive for 56001 mode (and not only)....
2020-01-02 ggnUpdated documentation for v2.0.0
2020-01-02 ggnImplement ^^FILESIZE unary operator that returns the...
2020-01-01 ggnWhen expanding macro parameters ("\{param_name}") insid...
2020-01-01 ggnMore correct calculation of ^^ABSCOUNT. Also updated...
2019-08-09 Shamus HammonsMinor code cleanups. dsp56k
2019-08-09 Shamus HammonsFix a few minor problems with 030 mode PC relative...
2019-08-08 Shamus HammonsAdded missing d_ds handling, add kludge for 56K fixups.
2019-08-08 Shamus HammonsForgot to update the copyright in rmac.c. D'oh! :-P
2019-08-08 Shamus HammonsOne more minor fix: add back FP values for 56001 in...
2019-08-07 Shamus HammonsThe deed has been accomplished.
2019-08-06 Shamus HammonsAdded in DSP fixups to sect.c, misc. fixes for 6502...
2018-08-20 Shamus HammonsNow we're pretty sure that the codebase doesn't cause...
2018-06-23 Shamus HammonsCleanup of codebase and initial commit of 56K assembler...
2018-06-03 Shamus HammonsMinor fixups.
2018-05-16 Shamus HammonsVersion bump for last commit; now at version 1.13.5.
2018-05-16 ggnBug fix in flognp1. Better handling of cpbcc/fbcc/pbcc...
2018-05-16 Shamus HammonsVersion bump for last patch; now at v1.13.4.
2018-05-16 ggnFix for bug 120. AND can never accept an address regist...
2018-05-16 ggnDon't print bogus message about optimising long address...
2018-05-15 Shamus HammonsVersion bump for last commit. Now at version 1.13.2.
2018-05-15 ggnRemove hacky code that truncates absolute addresses...
2018-02-27 Shamus HammonsMinor tweak for OP data address fixups. Now at version...
2018-02-26 Shamus HammonsAdded Jaguar Object Processor assembler.
2018-02-24 Shamus HammonsFix for subtle bug in the expression analyzer.
2018-02-10 Shamus HammonsAdd fixup stubs for FU_FLOATfoo types. Now at version...
2018-02-10 Shamus HammonsCleanups for the RISC assembler. Now at version 1.12.3.
2018-02-10 Shamus HammonsMinor bugfix for FU_NUM15 fixups.
2018-02-10 Shamus HammonsFix for D_foo() macros.
2018-02-10 Shamus HammonsPartial fix for bug #108 (Fixup cleanups).
2018-01-24 Shamus HammonsVersion bump for last eight commits; cleanup of Alcyon...
2018-01-24 ggnWhen an error occurs inside a macro or rept, report...
2018-01-24 ggnVarious small fixes including:
2018-01-24 ggnAdded missing (d16,An,Dn[.size][*scale]) addressing...
2018-01-24 ggnFix for addressing mode base value getting clobbered...
2018-01-24 ggnFPU instructions debugged and stricter checks enforced
2018-01-24 ggndivu.l/divs.l/mulu.l/muls.l debugged and condensed...
2018-01-24 ggnAdd flag -px in alcyon mode which enables extended...
2018-01-24 ggnAdded optimisation switches -o8 and -o9
2018-01-22 Shamus HammonsFixes for slightly broken Motorola extended float gener...
2018-01-21 Shamus HammonsLots of fixes for floating point handling; version...
2017-11-30 Shamus HammonsSmall cleanups + version bump for last commit.
2017-11-30 ggnVarious small fixes and additions to the 680x0 parts:
2017-11-29 ggnModified IMACRO and IREPT to store line numbers during...
2017-11-29 Shamus HammonsRoll back TOKENPTR changes and most of the .u32 changes...
2017-11-21 Shamus HammonsFixes for last commit; version is now 1.10.0.
2017-11-18 ggnAdded floating point support to expression evaluator...
2017-10-13 Shamus HammonsSmall fix for spurious "out of range" errors (tied...
2017-10-08 Shamus HammonsAdd support for 64-bit evaluations.
2017-10-04 Shamus HammonsPatch to fix lack of WORD sized symbol relocations...
2017-08-29 Shamus HammonsMissed a few double parens in eagen0.c. :-P
2017-08-29 Shamus HammonsAdded a few more fixes piggybacked on the last one...
2017-08-29 ggnOn some occasions elf output would misplace symbols...
2017-08-29 Shamus HammonsFix for section alignment values in ELF objects.
2017-08-11 Shamus HammonsVersion bump (1.8.4) for last commit.
2017-08-10 ggnMultiple fixes for 020+ mode, including:
2017-08-10 ggnFix for reg keyword not working. Apparently it was...
2017-07-20 Shamus HammonsVersion bump (1.8.3) for last commit. :-P
2017-07-20 Shamus HammonsFix for bug #102. Thanks (blame!) go to ggn & dml for...
2017-07-20 Shamus HammonsVersion bump (1.8.2) for last commit.
2017-07-20 ggnVarious 020+ fixes. In brief, this commit fixes the...
2017-07-20 Shamus HammonsFix for bug #101 (bad macro handling).
2017-07-19 Shamus HammonsFixed IREPT blocks to not corrupt memory on 64-bit...
2017-06-24 Shamus HammonsMinor code cleanups.
2017-06-24 Shamus HammonsFixed bad char reporting, revamp of the error/warning...
2017-05-08 ggn(c) message in header files and doc mini adjustments.
2017-05-07 Shamus HammonsCode cleanup from last patch, also, version bump for...
2017-05-06 ggnIncrease line lengths for listing and line parser.
2017-05-06 ggnInitial commit for 68020/30/40/60/68881/68882/68851...
2017-05-05 Shamus HammonsVersion bump for last commit. :-)
2017-05-05 ggnFix for bug where in alcyon mode the tokenizer would...
2017-05-02 Shamus HammonsFix for bug #77 (ds with negative numbers).
2017-04-27 Shamus HammonsVersion bump for last commits. :-)
2017-04-27 ggnDoc fixes/updates.
next