ack.git
2016-12-16 David GivenAdd a set-based hashtable; change the register allocato...
2016-12-16 David GivenSwitch completely away from pmap_bi to the new bigraph...
2016-12-15 David GivenEnsure that cflags is honoured when linking cprograms...
2016-12-15 David GivenArchival checkin: partial conversion to using bigraph...
2016-12-15 David GivenActually, let's not split phis on entry just yet; becau...
2016-12-15 David GivenAdd hashtable and work-in-progress bigraph modules.
2016-12-15 David GivenFix an embarrassing but safe mistake where 3x the space...
2016-12-14 David GivenEnsure we cover all vregs, even pathalogical cases...
2016-12-13 David GivenSpillable vregs now get simplified, if possible.
2016-12-13 David GivenMuch more aggressive splitting.
2016-12-12 David GivenMerge in warning fixes (properly, this time).
2016-12-12 David GivenMerge from trunk.
2016-12-12 David GivenAdd pmap_contains_bi() and pmap_remove_bi().
2016-12-12 David GivenFix warnings.
2016-12-12 David GivenCleanup for correctly assigning bbs when tinkering...
2016-12-12 David GivenWire up the new passes.
2016-12-12 David GivenAdd infrastructure for new, special move hops.
2016-12-12 David GivenFix warnings.
2016-12-12 David GivenGets much further at allocating registers now; the...
2016-12-12 David GivenNothing uses phi congruence any more (replaced by regis...
2016-12-12 David GivenDon't record use-def data; we have a pass now that...
2016-12-12 David GivenRename the locals SSA pass to be more clearly named.
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-12 David GivenMerge in warning fixes.
2016-12-12 David GivenMerge from default.
2016-12-12 David GivenFix a warning.
2016-12-12 David GivenRun lang/basic/lib through clang-format.
2016-12-12 David GivenAnsify function definitions.
2016-12-11 David GivenMerge pull request #27 from kernigh/pr-qemu-doze
2016-12-11 David GivenConvert the inn test to work with the test library...
2016-12-11 David GivenMerge pull request #28 from kernigh/pr-set-ppc
2016-12-10 George KoehlerAdd Modula-2 set operations to PowerPC ncg.
2016-12-10 George KoehlerAdd some missing clauses to los, sts, aar, inn, cmi...
2016-12-09 George KoehlerAdd a move from CONST smalls(%val) to GPR.
2016-12-09 George KoehlerFix ass to match the EM spec.
2016-12-09 George KoehlerRemove the bogus rules for 'lor 2' and 'str 2'.
2016-12-09 George KoehlerFill in a hint for enabling the COMMENT macro.
2016-12-09 George KoehlerRemove trailing whitespace in mach/powerpc/ncg/table
2016-12-09 George KoehlerFix typo: msr0 should be msr.
2016-12-07 George KoehlerTeach qemuppc to halt the cpu on _exit().
2016-12-07 George KoehlerAllow mfspr, mtspr with a register number.
2016-12-06 David GivenMerge pull request #25 from davidgiven/dtrg-inn
2016-12-06 David GivenAdd a test for #22.
2016-12-06 David GivenDisable qemuppc tests; turns out qemu-system-ppc won...
2016-12-06 David GivenFix redirection so stray stderr output from qemu doesn...
2016-12-06 David Giveninn was assuming that bitfields were arrays of bytes...
2016-12-06 David GivenMerge pull request #23 from kernigh/pr-osx
2016-12-06 George KoehlerDon't share as, ncg, top between Linux and Mac OS X. kernigh-osx
2016-12-05 David GivenAdd pmap_remove_either().
2016-12-05 David GivenAdd array_replace().
2016-12-05 David GivenFix some shell issues that would occasionally cause... kernigh-pr-osx
2016-12-05 David GivenClean up how the language libraries refer to plat heade...
2016-12-05 David GivenChange dependency from simplerule{} with a dependency...
2016-12-05 David GivenMerge branch 'pr-osx' of https://github.com/kernigh...
2016-12-03 George KoehlerCreate Mach-o files with mode 0777 to allow executing...
2016-12-03 George KoehlerWrite README files for osx386 and osxppc.
2016-12-03 George KoehlerRemove bad overflow check from plat/osx/libsys/brk.c
2016-12-02 George KoehlerWrite a manual page for cvmach(6).
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-30 George KoehlerWrite a powerpc.descr for ego and use it with osxppc.
2016-11-30 George KoehlerDeclare raise() for Mac OS X.
2016-11-29 David GivenReplace the hacky and broken pipeline in testdriver...
2016-11-29 George KoehlerEnable top and make other tweaks in plat/osxppc/descr
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-28 George KoehlerMerge branch 'default' into kernigh-osx
2016-11-28 George KoehlerAdd getdirentries() and stat() for Mac OS X.
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...
next