ack.git
2019-02-17 David GivenSpend the last rst on cheap fp loading; Star Trek goes... dtrg-bcectomy
2019-02-17 David GivenMerge from default.
2019-02-17 David GivenMinor improvements to the way types are expanded (shoul...
2019-02-16 David GivenMerge pull request #171 from davidgiven/dtrg-comparisons
2019-02-16 David GivenAdd a few minor top optimisations.
2019-02-16 David GivenFix typo where I was confusing sbi and sui, with hilari...
2019-02-15 David GivenNot-working version of the code generator which uses...
2019-02-15 David GivenMerge from default.
2019-02-15 David GivenMerge pull request #170 from davidgiven/dtrg-i169
2019-02-15 David GivenFix memory corruption when using -R; the values being...
2019-02-15 David GivenReformat before editing.
2019-02-15 David GivenMerge pull request #168 from davidgiven/dtrg-i167
2019-02-15 David GivenLoading large constants now computes the stack offset...
2019-02-15 David GivenGenerate the proper function prologues for big stack...
2019-02-15 David GivenMerge pull request #166 from davidgiven/dtrg-comparisons
2019-02-15 David GivenCleanup.
2019-02-15 David GivenAdd rules for converting smallnconst2 and smallpconst2...
2019-02-15 David GivenUsing regpair instead of hl_or_de is not, in fact,...
2019-02-15 David GivenFix nearly all the comparisons, a lot of which were...
2019-02-14 David GivenCall cmps rather than cmpu for bge... make cmps and...
2019-02-14 David GivenUse nicely optimised helper tools to do signed comparis...
2019-02-14 David GivenMerge pull request #165 from davidgiven/dtrg-b164
2019-02-14 David GivenFix bad helper tool invocation for inl with faddrn.
2019-02-14 David GivenAdd failing test case.
2019-02-13 David GivenMerge pull request #163 from davidgiven/dtrg-regmoves
2019-02-13 David GivenTurns out that every time the compiler tried to do...
2019-02-13 David GivenMerge pull request #161 from davidgiven/dtrg-faststack
2019-02-13 David GivenMerge from default.
2019-02-13 David GivenInstead of using parameterised rsts for stack access...
2019-02-13 David GivenDon't do weird things if files starting with a hyphen...
2019-02-13 David GivenMerge pull request #160 from davidgiven/dtrg-b159
2019-02-13 David GivenFix issue with logical operations and small signed...
2019-02-13 David GivenUpdate test case to provoke bug.
2019-02-12 David GivenOops! Forgot to define bc_or_de, which meant anything...
2019-02-12 David GivenGo through the code generator telling it it's allowed...
2019-02-12 David GivenRework the code generator not to use BC for the frame...
2019-02-12 David GivenMerge pull request #158 from davidgiven/dtrg-b157
2019-02-12 David GivenFix bad code generation due to not correctly flushing...
2019-02-12 David GivenAdded a test case for #157.
2019-02-12 David GivenMerge pull request #154 from ccodere/buildfix
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...
next