ack.git
2019-02-12 carlFix compilation issue on C90 compilers (gcc 4.8 was...
2019-02-12 David GivenReplace the non-working Z80 style signed comparison...
2019-02-11 David GivenMerge pull request #156 from davidgiven/dtrg-arraysizes
2019-02-11 David GivenApply Alan Cox's patch to add the 8085 extended instruc...
2019-02-11 David GivenMerge pull request #155 from davidgiven/dtrg-arraysizes
2019-02-11 David GivenSigned comparisons now work correctly; sadly, Star...
2019-02-11 carlFix compilation issue on C90 compilers (gcc 4.8 was...
2019-02-10 David GivenMerge from default.
2019-02-10 David GivenAdd tests for simple comparisons (which i80 fails).
2019-02-10 David GivenMerge pull request #153 from davidgiven/dtrg-i80
2019-02-10 David GivenImprove subtractions, using dad and inline constants...
2019-02-10 David GivenSimplify simple comparisons and use inlie constants...
2019-02-10 David GivenUse pop rather than inx;inx to retract the stack; consu...
2019-02-10 David GivenTeach the i80 code generator how to do left shifts...
2019-02-10 David GivenMerge pull request #152 from davidgiven/dtrg-osx
2019-02-10 David GivenReplace mkstemp() with the more modern and safer and...
2019-02-10 David Givenfreopen() appears to be problematic on OSX; as it's...
2019-02-10 David GivenBetter error reporting.
2019-02-10 David GivenMore common symbol removal.
2019-02-10 David GivenMore common symbol fixing.
2019-02-10 David GivenRemoved a whole bunch of old strcpy() prototypes in...
2019-02-10 David GivenSecond try at removing common symbols.
2019-02-10 David GivenChange the way external symbols are defined to avoid...
2019-02-10 David GivenAdd stray header.
2019-02-10 David GivenRemember that we need to update the generated file...
2019-02-10 David GivenWe don't need depth 10 in the travis checkout.
2019-02-10 David GivenDon't prototype strcpy as it makes OSX sad.
2019-02-10 David GivenMerge from default.
2019-02-09 David GivenAdd missing header.
2019-02-09 David GivenMerge pull request #150 from davidgiven/dtrg-windows
2019-02-09 David GivenDon't run the floating point tests on i80.
2019-02-09 David GivenMerge pull request #148 from davidgiven/dtrg-windows
2019-02-09 David GivenDon't run the tests in Appveyor.
2019-02-09 David GivenMore z80ex removal.
2019-02-09 David GivenMerge pull request #149 from davidgiven/dtrg-arraysizes
2019-02-09 David GivenRemove stray z80ex reference.
2019-02-09 David GivenAdd rst 3 to get the address of a frame variable; lots...
2019-02-09 David GivenUgh, typo fix.
2019-02-09 David GivenMaybe the setup script is somewhere else?
2019-02-09 David GivenTry to install cygwin packages.
2019-02-09 David GivenAnother try at an AppVeyor build script.
2019-02-08 David GivenAdd experimental appveyor file.
2019-02-08 David GivenRename all files called 'aux.*' to something else;...
2019-02-08 David GivenMerge pull request #147 from davidgiven/dtrg-arraysizes
2019-02-08 David GivenMake sign extension much less horrible.
2019-02-08 David GivenAdd tests for simple and, or, and xor; drastically...
2019-02-08 David GivenMerge pull request #145 from davidgiven/dtrg-arraysizes
2019-02-08 David GivenCP/M sbrk now handles overflow correctly.
2019-02-08 David GivenSomehow the implementation of rst 2 got lost, with...
2019-02-08 David GivenAdd a 'disassemble' command to the CP/M emulator.
2019-02-08 David GivenFix swapped bytes in probyte which was causing junk...
2019-02-07 David GivenMerge from default.
2019-02-07 David GivenMerge pull request #146 from davidgiven/dtrg-cpmemu
2019-02-07 David GivenBuild the CP/M tests (which got turned off accidentally...
2019-02-07 David GivenAdd missing file.
2019-02-07 David GivenAdd the cpm emulator from Cowgol, modified to work...
2019-02-07 David GivenAdd rst 1 to store frame variables. Reduces Star Trek...
2019-02-07 David GivenFix warnings.
2019-02-07 David Givenrst 1 now takes an eight-bit parameter, not a 16 bit...
2019-02-06 David GivenExperimentally use rst 1 to optimise frame variable...
2019-02-06 David GivenMerge pull request #144 from davidgiven/dtrg-arraysizes
2019-02-06 David GivenUse a helper function for cai --- only saves two bytes...
2019-02-06 David GivenMerge pull request #142 from davidgiven/dtrg-arraysizes
2019-02-06 David GivenCommon out boilerplate function prologue code; shrinks...
2019-02-06 David GivenRun through clang-format before editing.
2019-02-06 David GivenMerge pull request #141 from davidgiven/dtrg-stray
2019-02-06 David GivenMerge pull request #140 from davidgiven/dtrg-arraysizes
2019-02-06 David GivenMove the standard ret boilerplate into a helper procedu...
2018-12-22 David GivenInstall the cpp.ansi man page. #82.
2018-11-20 David GivenMerge pull request #136 from kernigh/kernigh-led-malloc
2018-11-14 George KoehlerRemove code to calculate memory usage with sbrk().
2018-11-14 George KoehlerSwitch led to malloc() and realloc().
2018-11-14 George KoehlerFix em_led -u name when memory allocator moves ALLOMODL.
2018-11-14 George KoehlerSwitch from long to size_t when allocating memory.
2018-11-05 David GivenMerge pull request #135 from kernigh/kernigh-mv-int
2018-11-05 George KoehlerMove int to $(INSDIR)/bin/int
2018-09-22 David GivenMerge pull request #133 from davidgiven/dtrg-mips
2018-09-22 David GivenWhen parsing constants which don't fit into an arith... dtrg-mips
2018-09-22 David GivenMerge pull request #132 from davidgiven/dtrg-mips
2018-09-22 David GivenTeach the code generator about the zero register and...
2018-09-22 David GivenTake hreg aliases into account when finding evicted...
2018-09-22 David GivenAdd the OPTIONS clause to the mcgg grammar; add an...
2018-09-20 David GivenMerge pull request #131 from davidgiven/dtrg-mips
2018-09-20 David GivenRemove some old, hopefully unused PowerPC code. Teach...
2018-09-20 David GivenFix subtle register corruption bug where aliases weren...
2018-09-19 David GivenCreate correctly sized csa descriptors in the Basic...
2018-09-19 David GivenA few more minor optimisations.
2018-09-19 David GivenThe approach I was taking to csa and csb turns out...
2018-09-19 David GivenFix incorrect ori encoding.
2018-09-18 David GivenRemember to save longs and doubles. Yikes.
2018-09-18 David GivenUpdated READMEs with the MIPS platform.
2018-09-18 David GivenMake the MIPS boot code produce correct code.
2018-09-18 David GivenLoads and stores (except longs, which are difficult...
2018-09-18 David GivenFixed some bad mcg ir code generation: only nodes which...
2018-09-17 David GivenAdd unsigned comparison rules.
2018-09-17 David GivenAdd extern declaration which I forget to check in.
2018-09-17 David GivenAdd specialist rules for signed integer comparisons...
2018-09-17 David GivenArray descriptor ranges are inclusive; adjust aar and...
2018-09-17 David GivenFix lar and sar, which were horribly, horribly broken...
2018-09-17 David GivenFix aar; add test.
next