ack.git
2019-03-13 David GivenTurn lol; loc 1; adu w; stl into inl. (And for subtract... dtrg-8080
2019-03-13 David GivenIn certain common operations, don't leave values in...
2019-03-12 David GivenOptimise the case when a 8-bit value is being written...
2019-03-11 David GivenMerge pull request #177 from davidgiven/dtrg-8080
2019-03-11 David GivenDon't buffer overflow when trying to process source...
2019-03-08 David GivenAdd a 'kill' pseudoinstruction to the 8080 assembler...
2019-03-07 David GivenMerge pull request #174 from ccodere/carl-ansi-part1
2019-03-01 carl+ Better type checking in function tables.
2019-03-01 carl+ M2 Compiler ISO C90 compatibility
2019-03-01 carlCPP ISO C90 compatibility and conversion.
2019-03-01 carlBasic compiler is now ISO C90 compliant.
2019-02-25 David GivenMerge pull request #173 from ccodere/carl-ansi-part1
2019-02-25 carlFix issue again with wrong macro on error.
2019-02-25 carl* Fix more tabs.
2019-02-23 carl* Convert spaces -> tabs to keep consistency with exist...
2019-02-23 carl* Remove some more compiler warnings.
2019-02-23 carlBugfix of fprint using correct output redirection ...
2019-02-23 carlPascal compiler better type checking and function decla...
2019-02-20 David GivenMerge pull request #172 from ccodere/carl-ansi-part1
2019-02-20 carlRemove unused variable.
2019-02-20 carlRemove CMake changes and generic sed scripts so they...
2019-02-19 carl* Was trying to use the new system API which is not...
2019-02-19 carl+ Add missing files.
2019-02-18 carl+ Add topgen
2019-02-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carl+ Addition of scripts to generate compiler include...
2019-02-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carlBetter ANSI C compatibility and portability:
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Initial support of CMake
2019-02-18 carl* Initial support of CMake
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Initial support of CMake
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Add missing header file.
2019-02-18 carl* Initial support of CMake
2019-02-18 carl* Adapt to new sys_filesize prototype.
2019-02-18 carl* Initial support of CMake
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Initial support of CMake
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carl* Initial support of CMake
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 carlBetter ANSI C compatibility and portability - part 1:
2019-02-18 David GivenFix typo.
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 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 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...
next