ack.git
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 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 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-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.
2017-10-28 George KoehlerRemove old files: TakeAction config.pm
2017-10-26 David GivenMerge pull request #59 from kernigh/kernigh-ppc-regs
2017-10-19 George Koehlerlwzu writes to the register in the token.
2017-10-19 George KoehlerAdd a few more error checks and adjustments to reglap.
2017-10-18 George KoehlerRename RELOLIS to RELOPPC_LIS.
2017-10-18 George KoehlerEdit descr for linuxppc. Use powerpc.descr of ego.
2017-10-18 George KoehlerUse lwzu, stwu to tighten more loops.
2017-10-17 George KoehlerAdd more rules for single-precision reg_float.
2017-10-17 George KoehlerStop inlining code to convert integers to floats.
2017-10-17 George KoehlerUse my new regvar_w() and regvar_d() in PowerPC ncg.
2017-10-17 George KoehlerAdd regvar_w() and regvar_d() for use with reglap.
2017-10-16 George KoehlerDo a move when coercing FREG to FREG or FSREG to FSREG.
2017-10-15 George KoehlerPowerPC ncg never uses the rules to stack LOCAL or...
2017-10-15 George KoehlerFix reglap for procedures that use both sizes of reg_float.
2017-10-15 George KoehlerAdd function prototypes to mach/proto/ncg/regvar.c
2017-10-14 George KoehlerMerge branch 'default' into kernigh-linuxppc
2017-10-14 George KoehlerAdd reglap to ncg. Add 4-byte reg_float to PowerPC...
2017-08-06 David GivenMore ansification.
2017-08-06 David GivenDon't try to run the tests on Travis.
2017-08-06 David Givenmkstemp() is a bit more complex than it looks; because...
2017-08-06 David GivenDon't build mcg as part of linuxppc; it's not used...
2017-08-06 David GivenTurn of qemuppc for now; it's crashing on Travis builds.
2017-08-06 David GivenFix Travis syntax error...
2017-08-06 David GivenStop using mktemp() --- on Haiku, it always generates...
2017-08-06 David GivenAnsification, warning fixes, C89ification.
2017-08-06 David GivenTurn off OSX Travis builds --- this is going to be...
2017-08-06 David GivenAnsification and warning fixes.
2017-08-06 David GivenAttempt to correct file system case sensitivity.
2017-08-06 David GivenTry using trusty and non-sudo build environments.
2017-08-06 David GivenBuild with linux/clang; try building on osx/clang.
2017-08-06 David GivenMerge from trunk.
2017-08-05 David GivenMerge.
2017-08-05 David GivenAdd missing headers.
2017-08-01 David GivenUpdate man page not to mention the filename length...
2017-07-23 David GivenDon't define functions called itoa(), because this...
2017-02-18 George KoehlerReorder registers. Fix problem with ret 8.
2017-02-18 George KoehlerFix comparison of 4-byte floats.
2017-02-17 George KoehlerRemove .ret from libem and inline the code.
2017-02-17 George KoehlerFor PowerPC, never put a reg_float value in a reg_any.
2017-02-17 George KoehlerSwitch error() and fatal() in mach/proto/ncg to stdarg.
2017-02-17 George KoehlerIn ego, put both words and double-words in reg_float.
2017-02-16 George KoehlerAdd floating-point register variables to PowerPC ncg.
2017-02-15 David GivenMerge pull request #52 from kernigh/pr-relolis
2017-02-14 George KoehlerImplement lxl for PowerPC ncg.
2017-02-13 George KoehlerRemove REG_PAIR.
2017-02-13 George KoehlerSpeed up register allocation by removing some register...
2017-02-13 George KoehlerAdd pat cms !defined($1)
2017-02-13 George KoehlerAdd missing instances of "kills ALL" or "with STACK".
2017-02-13 George KoehlerUse .los4 in lar 4 and .sts4 in sar 4.
2017-02-12 George KoehlerChange .fef8 and .fif8 to pass values on the stack.
2017-02-12 George KoehlerExperiment with conversions between integers and floats.
2017-02-12 George KoehlerImplement blm and bls using an inline loop.
2017-02-11 George KoehlerEdit PowerPC assembly for .and, .cms, .ior, .xor, .zer
2017-02-10 George KoehlerDocument RELOLIS from commit 1bf58cf.
2017-02-10 George KoehlerUse "mr" and make a few other tweaks in PowerPC ncg...
2017-02-08 George KoehlerUse ha16/lo16 to load or store 1, 2, 8 bytes from labels.
2017-02-08 George KoehlerTrimming mach/powerpc/ncg/table
2017-02-08 George KoehlerIn PowerPC ncg, allocate register for ha16[label].
2017-02-08 George KoehlerUse ha16/lo16 to emit pairs of lis/stw, lis/lfs, lis...
2017-02-08 George KoehlerTweak some tokens in PowerPC ncg.
next