ack.git
2016-12-12 David GivenAlways insert phis, even if we don't technically need...
2016-12-12 David GivenMove the dominance frontier calculation into graph...
2016-12-12 David GivenAdd standard functions for rewriting IRs (because we...
2016-12-12 David GivenFix warnings.
2016-12-12 David GivenIR imports are now analysed and split so that all IRs...
2016-12-05 David GivenAdd pmap_remove_either().
2016-12-05 David GivenAdd array_replace().
2016-12-01 David GivenMerge from default.
2016-12-01 David GivenMerge pull request #21 from davidgiven/dtrg-tests
2016-12-01 David GivenTypo fix.
2016-12-01 David GivenDon't fail to build if all tests are skipped.
2016-12-01 David GivenUI tweaks to the test summary.
2016-12-01 David GivenReport skipped, failed and timed out tests.
2016-12-01 David GivenMark skipped tests in the logs (so we can get stats...
2016-12-01 David GivenRun all tests, even the ones which fail, and emit a...
2016-12-01 David GivenMerge pull request #20 from davidgiven/dtrg-tests
2016-12-01 David GivenFix signal unsafety in testdriver.c.
2016-11-30 David GivenMerge from default.
2016-11-30 David GivenMerge pull request #18 from kernigh/pr-util-ack
2016-11-29 David GivenReplace the hacky and broken pipeline in testdriver...
2016-11-28 David GivenWhile fiddling with mcg, change qemuppc back to using...
2016-11-28 David GivenBasic building and initial coalescing of the interferen...
2016-11-28 David GivenAdd a routine for adding bidirectional edges to a graph.
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-15 George KoehlerStop trying to remove core dumps.
2016-11-15 George KoehlerLet ack(1) compile files with non-ASCII names.
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 George KoehlerDon't retry fork() in a loop.
2016-11-13 George KoehlerDon't print a string after possibly freeing it.
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-13 George KoehlerIn util/ack, add prototypes and static to functions.
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 George KoehlerDon't build mktables.c in the ack binary.
2016-11-11 George KoehlerPass DEFAULT_PLATFORM to ackbuilder so util/ack sees it.
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...
next