ack.git
2016-11-26 David GivenUse heaps to reduce memory usage a bit.
2016-11-26 David GivenSuppress spurious message when testdriver probes for...
2016-11-26 David GivenUpdated the README.
2016-11-26 David GivenMerge pull request #17 from davidgiven/dtrg-tests
2016-11-26 David GivenUse command -v rather than hash to detect commands...
2016-11-26 David GivenOSX doesn't work; let's not bother building it.
2016-11-26 David GivenPlats which use aelflod need to depend on it.
2016-11-26 David Givenqmu-system-x86 isn't in Travis' repository? Let's try...
2016-11-26 David GivenEnable tests for linux386 via qemu-i386.
2016-11-26 David GivenEnable tests for linuxppc via qemu-ppc.
2016-11-26 David GivenTravis only whitelists the -x86 version of qemu.
2016-11-26 David GivenRework the tests to run on pc86; lots of test fixes...
2016-11-25 David GivenRefactored the tests to make the generic across differe...
2016-11-25 David GivenMake pc86 echo console output to the serial port, so...
2016-11-25 David GivenAnsify Paranoia, because I was getting annoyed by all...
2016-11-24 David GivenMerge pull request #16 from davidgiven/dtrg-pascal...
2016-11-24 David GivenRemove the Mark() and Release() procedures from the...
2016-11-24 David GivenForgot to check in the change to qemuppc's brk() to...
2016-11-23 David GivenMerge pull request #15 from davidgiven/dtrg-allocs
2016-11-23 David GivenAdd a test for brk() and sbrk().
2016-11-23 David GivenAdd a test for calloc().
2016-11-23 David GivenImplement calloc() (accidentally got dropped with the...
2016-11-23 David GivenChange sbrk() to take an int rather than an intptr_t...
2016-11-23 David GivenCombine brk() with sbrk(); modify brk() to update the...
2016-11-23 David GivenMerge pull request #14 from davidgiven/dtrg-experimenta...
2016-11-23 David GivenDon't install qemu-system-ppc until openbios-ppc gets...
2016-11-20 David GivenAlso call .trp .trap, for ncg compatibility.
2016-11-20 David Giveninn on ncg now passes the CPU tests.
2016-11-20 David GivenFinally fix the build system issue where ackprogram...
2016-11-20 David Giveninn works now; add a helper for it.
2016-11-20 David Givenlxa now works, I hope; traps are better (and stubbed...
2016-11-20 David GivenBetter handling of float conversions; more tests; conve...
2016-11-20 David GivenAdd some more tests.
2016-11-20 David GivenNo, sudo doesn't get openbios-ppc installed. I added...
2016-11-20 David GivenNeed sudo to install openbios-ppc.
2016-11-20 David GivenInstall openbios on Travis (needed by qemu-system-ppc).
2016-11-19 David Givencif8 and cuf8 work now. More tests.
2016-11-19 David GivenFloats and doubles are now written out correctly.
2016-11-19 David GivenUse .hol0 as an additional name for hol0; mcg requires it.
2016-11-19 David GivenMade csa and csb work with mcg; adjust the libem functi...
2016-11-19 David GivenYet another OB1 stack format fix.
2016-11-17 David GivenBetterer timeout handling.
2016-11-17 David GivenRemember to push the result of lor onto the stack.
2016-11-16 David GivenNow _errsym and _erlsym are defined in the standard...
2016-11-16 David GivenTests can now specify (via a hacky filename suffix...
2016-11-16 David GivenAdd another test.
2016-11-16 David GivenA bb's regsin are no longer the same as those of its...
2016-11-16 David GivenCleanup; the test driver is now way more robust.
2016-11-15 David GivenReenable eviction of corrupted registers, which had...
2016-11-15 David GivenPut saved registers in *actually* the write place....
2016-11-15 David GivenGet subtractions the right way round.
2016-11-14 David GivenAdd a basic integer shift test.
2016-11-14 David GivenAdd basic integer comparison test.
2016-11-14 David GivenAllow values left on the stack at the end of the proced...
2016-11-13 David Givenaelflod and aslod now default to not showing the memory... dtrg-cgen
2016-11-13 David GivenPrecise's qemu package is qemu-system.
2016-11-13 David GivenTypo fix.
2016-11-13 David GivenAttempt to enable the qemuppc tests on Travis.
2016-11-13 David GivenFix buffer overrun: if LABEL_STARTER is seen but LABEL_...
2016-11-13 David GivenAdd a rather bodged test framework for the qemuppc...
2016-11-13 David GivenFix (or at least, work around) an issue with library...
2016-11-12 David GivenAdd just enough Open Firmware support for an output...
2016-11-12 David GivenAdd the very experimental qemuppc plat, intended to...
2016-11-11 David GivenUpdate the table to return call output values in the...
2016-11-11 David GivenRework the way stack frames are laid out to be simpler...
2016-11-11 David GivenMerge from default.
2016-11-11 David GivenRename addr_t to address_t to avoid clashes with the...
2016-11-11 David GivenDisable gethostid() in the build system Lua; it's unuse...
2016-11-10 David GivenMerge.
2016-11-10 David GivenAdd enough return types to the K&R C that the ACK build...
2016-11-09 David GivenRemove sys_time in favour of directly calling time().
2016-11-07 David GivenMerge pull request #9 from kernigh/fix-flt-trek
2016-11-07 George KoehlerEdit startrek.c so I can compile it with gcc and OpenBS...
2016-11-07 George KoehlerConvert 1 to 1.0, not 0.0, for machines with 64-bit...
2016-11-06 George KoehlerRemove unused defines from lang/cem/libcc.ansi/math...
2016-11-06 George KoehlerUndo commit bfeb736 for lang/cem/libcc.ansi/headers...
2016-11-06 George KoehlerSimplify flt_arith now that mantissa uses uint32_t.
2016-11-05 George KoehlerSwitch flt_mantissa fields from long to uint32_t.
2016-11-05 George KoehlerAssume ANSI C in modules/src/flt_arith
2016-11-05 David GivenEnsure the modules properly depend on their headers.
2016-11-05 David GivenMerge from default.
2016-11-05 David GivenProperly declare the library headers as dependencies.
2016-10-31 David GivenCorrectly mangle labels used in initialisers.
2016-10-31 David GivenTypo fix.
2016-10-31 David GivenAdd, I hope, patterns for fmsub, fnmadd, and fnmsub...
2016-10-31 David GivenAlso use fmadd for single-precision floats.
2016-10-31 David GivenUse fmadd for multiply-and-add instructions.
2016-10-30 David GivenFix a few c11isms.
2016-10-30 David GivenMerge from default.
2016-10-30 David GivenMerge pull request #7 from davidgiven/travis
2016-10-30 David GivenMerge from default. travis
2016-10-30 David GivenDon't allow parallel builds in the top-level makefile.
2016-10-30 David GivenOld versions of make don't support -r.
2016-10-29 David GivenProperly export symbols.
2016-10-29 David GivenGet top working with the PowerPC; use it to eliminate...
2016-10-29 David GivenMerge from default (merging in George Koehler's PowerPC...
2016-10-29 David GivenAdd support for preserved registers.
2016-10-29 David GivenMore opcodes.
2016-10-29 David GivenMore opcodes.
2016-10-29 David GivenEmit negative constants correctly.
next