ack.git
2018-03-08 George KoehlerSolve some gcc warnings in ego. kernigh-linuxppc kernigh-pr
2018-03-08 George KoehlerRead from new, not old, buffer after realloc.
2018-03-08 George KoehlerFix wr_ranlib() for big-endian machines.
2018-03-07 George KoehlerAdd instructions like "lwarx". Extend manual.
2018-03-05 George KoehlerOptimize procedures that do both a / b and a % b.
2018-03-02 George KoehlerCheck AAR earlier to prevent LOI/STI unknown size.
2018-03-01 George KoehlerFixes for compiling ego with -DTRACE
2018-02-05 George KoehlerUse prototypes in ego/cs, ego/sp.
2018-02-05 George KoehlerDon't use '-' in option string to getopt().
2018-02-01 George KoehlerOnly lower "addi sp, sp, X" if X > 0.
2018-02-01 George KoehlerTeach mcg to pass our tests.
2018-01-28 George KoehlerSync qemuppc with linuxppc.
2018-01-28 George KoehlerAdd tests for clearing BSS, copying C structs.
2018-01-27 George KoehlerFor osxppc, change size 8 to alignment 4.
2018-01-27 George KoehlerUse subfic (val - reg) and mulli (reg * val).
2018-01-27 George KoehlerGet `ack -mosxppc -g` to partly work with gdb.
2018-01-24 George KoehlerAdd some comments before I forget how this stuff works.
2018-01-23 George KoehlerAllow sp and fp on the fake stack.
2018-01-23 George KoehlerMake osx386 and osxppc use _hol0.s like the other platf...
2018-01-22 George KoehlerAdd fef 4, fif 4. Improve fef 8, fif 8. Other float...
2018-01-12 George KoehlerUse extended mnemonics and ha16/lo16.
2018-01-11 George KoehlerRewrite sigaction() to prevent another race.
2018-01-09 George KoehlerThese are EM trap numbers.
2018-01-09 George KoehlerHide some i386 stuff from linux68k, linuxppc.
2018-01-07 George KoehlerShrink .cfu8
2018-01-05 George KoehlerTeach top to merge or delete "addi sp, sp, X".
2018-01-05 George KoehlerFix lim. Improve lxl, lxa, lor, str, procs with no...
2018-01-03 George KoehlerAdd tests for C <setjmp.h> and Modula-2 Semaphores.
2017-12-25 George KoehlerAdd test for EM _rck_. Fix traps in PowerPC ncg.
2017-12-23 George KoehlerOptimize `mr. X, X` after some instructions.
2017-12-23 George KoehlerRemove INT32 and such. Adjust indentation.
2017-12-23 George KoehlerGenerate shorter code for ret 4 and ret 8.
2017-12-23 George KoehlerRemove two obsolete patterns.
2017-12-22 George KoehlerAdd FRAME_V tokens for local variables.
2017-12-21 George KoehlerRevise the comments in the EM tests.
2017-12-21 George KoehlerAdd some tests for Modula-2.
2017-12-19 George KoehlerPass 4 bytes to fail(uint32_t)
2017-12-19 George KoehlerSimplify code by using cms EM_WSIZE to compare bytes.
2017-12-19 George KoehlerRemove '\0' from output. Fix a compiler warning.
2017-12-19 George KoehlerAdd splitting coercions for IND_ALL_D.
2017-12-19 George KoehlerEnable conditional expressions in splitting coercions.
2017-12-18 George KoehlerRename two tokens. CONST_HZ was not hertz (Hz).
2017-12-17 George KoehlerIn coercions, try to reuse a register with the same...
2017-12-17 George KoehlerRename ANY_BHW to INT_W; add FLOAT_W, FLOAT_D.
2017-12-12 George KoehlerDelete rules for sti 8 with REG IND_RC_D, with REG...
2017-12-10 George KoehlerThese instructions write to the CR.
2017-12-09 George KoehlerRevise stack shuffles and integer conversions in PowerP...
2017-12-08 George KoehlerAdd more chances to put results in register variables.
2017-12-08 George KoehlerSplit C from CONST.
2017-12-07 George KoehlerAdd test for EM rol, ror. Fix i80, i86, powerpc.
2017-12-07 George KoehlerCorrect the stack pointer when i80 shrinks an integer.
2017-12-07 George KoehlerKill registers a, de, when i80 ncg does Call libem.
2017-12-06 George KoehlerUse <stdarg.h> in util/misc/convert.c
2017-11-19 David GivenMerge pull request #69 from kernigh/kernigh-stdc
2017-11-19 David GivenMerge pull request #66 from davidgiven/dtrg-warnings
2017-11-17 George KoehlerFix build with gcc. kernigh-stdc
2017-11-17 George KoehlerFix my typo from commit 5bbbaf4.
2017-11-16 George KoehlerSwitch ego to libc <assert.h>
2017-11-15 George KoehlerAdd prototypes, void in util/ego/share
2017-11-15 David GivenLLgen won't update the output file timestamp if the...
2017-11-15 George KoehlerUse size_t and void with memory allocation in ego.
2017-11-14 George Koehlerstrcmp, strncmp are in <string.h>
2017-11-14 George KoehlerFree buf in GetFile().
2017-11-14 George KoehlerCheck each format string in tabgen.c
2017-11-14 George KoehlerSilence warning about pointer cast to int.
2017-11-13 George Koehlerstrcpy() is in <string.h>
2017-11-13 George KoehlerDeclare machine-dependent functions in mach/proto/ncg
2017-11-13 George KoehlerMore prototypes, less register in mach/proto/ncg
2017-11-12 George KoehlerAdd prototypes to functions in subr.c
2017-11-12 George KoehlerPrototypes for string functions. More static.
2017-11-12 George KoehlerRemove old "assert.h" in mach/proto/ncg
2017-11-11 George KoehlerUse libc assert(); fix dependencies; unbreak isduo().
2017-11-11 David GivenMerge pull request #65 from kernigh/kernigh-qemu
2017-11-11 George KoehlerAdd more const in <object.h>.
2017-11-11 George KoehlerAdd more prototypes in mach/proto/as
2017-11-10 George Koehlerbts2str(), long2str() are in <ack_string.h>
2017-11-10 George KoehlerAdjust dependencies in modules/src{print,string,system}
2017-11-10 George KoehlerRemove functions that also exist in libc.
2017-11-10 George KoehlerDelete old "assert.h" files; use libc <assert.h>.
2017-11-08 George KoehlerIncrease time-out from 5 to 15 seconds.
2017-11-08 George KoehlerShow tests that @@TIMEDOUT.
2017-11-08 George KoehlerRestore an assignment deleted in commit 789f79b.
2017-10-31 David GivenMerge pull request #63 from kernigh/kernigh-rm-fix
2017-10-31 George KoehlerUpdate comment after commit 9a965ef.
2017-10-30 George KoehlerImprove how Makefile handles multiple goals.
2017-10-30 George KoehlerDon't use '-' in option string to getopt().
2017-10-29 George KoehlerUse (arith) 1 << ... when getting the sign bit.
2017-10-29 George KoehlerRemove UNSIGNED_ARITH from a few more files.
2017-10-29 George KoehlerAlways use unsigned long in lang/cem
2017-10-29 George KoehlerFix pattern that was rewriting func(! var, var) as...
2017-10-29 George KoehlerFor DIAGOPT, change outshort(patno) to outshort(lino...
2017-10-29 George Koehlermktab depends on some of the *.h files.
2017-10-28 George KoehlerGet correct sign of a MOD b when (a > 0) and (b < 0).
2017-10-28 George KoehlerAlways use unsigned long.
2017-10-28 George KoehlerTerminal now writes to fd 1, not fd 0.
2017-10-28 George KoehlerDon't check ferror(fp) when reading fp.
2017-10-28 George KoehlerDelete unused misc/getpw.c from libc.
2017-10-28 George KoehlerDelete malloc.h and tgmath.h from libc.
2017-10-28 George KoehlerBuild fdopen(), hypot(), putenv() in libc.
2017-10-28 George KoehlerAdd .pas as a Pascal suffix.
next