ack.git
2017-02-05 David GivenFix a horrifying bug where bogus data was being recorde...
2017-02-05 David GivenForgot about function calls which return floats or...
2017-02-04 David GivenAdd a routine to count the number of set bits in a...
2017-02-04 David GivenCalculate the worst-case weight of a register in a...
2017-02-04 David GivenRename 'aliases' in the table to 'uses', because that...
2017-02-02 David GivenAdd a couple of passes to collapse and prune moves...
2017-02-02 David GivenTuples can be removed from a map by index.
2017-01-31 David GivenFix bug in the copy-to-move code where some copies...
2017-01-31 David GivenRender vreg movelists properly.
2017-01-30 David GivenFix buffer overrun; str_ptyp data blocks are raw byte...
2017-01-26 David GivenVreg usage is now stored separately to value usage...
2017-01-26 David GivenReport the number of registers in the output table.
2017-01-24 David GivenDon't crash trying to dump move hops (with no output...
2017-01-23 David GivenTurns out that my coalescion algorithm was way too...
2017-01-23 David GivenBetter hop rendering.
2017-01-23 David GivenRemove the pseudo stuff in favour of modified is_move...
2017-01-22 David GivenAdd a fairly clunky pass which converts @copy pseudos...
2017-01-22 David GivenFix header name typo.
2017-01-22 David GivenProperly propagate the registers returned by stmt:reg...
2017-01-21 David GivenWire up REG and NOP properly (so they actually import...
2017-01-21 David GivenAdd basic freezing code. Rework the actual allocation...
2017-01-21 David GivenFix bug where pop would return the wrong value.
2017-01-21 David GivenLoading longs might corrupt the input register (if...
2017-01-21 David GivenWe now allocate fake registers! Although it's broken...
2017-01-21 David GivenAdd a function for finding the first unset bit.
2017-01-21 David GivenThe degree of missing vertices is now always 0.
2017-01-20 David GivenMerge from default.
2017-01-20 David GivenKeep track of which vregs need to be in real registers...
2017-01-19 David GivenMerge pull request #46 from kernigh/kernigh-pr-man
2017-01-19 David GivenEnough of the new allocator works to construct interfer...
2017-01-19 David GivenFix a horrible bug where removing edges wouldn't work...
2017-01-19 David GivenAdd set_get_any() to return a random item in the set...
2017-01-19 George KoehlerTune the installed manual pages.
2017-01-18 David GivenMerge pull request #44 from kernigh/kernigh-pr-as
2017-01-18 David GivenMerge from default.
2017-01-18 David GivenMerge pull request #45 from davidgiven/dtrg-fixups
2017-01-18 David GivenAdd a man page for the PowerPC assembler (not used...
2017-01-18 David GivenClean up the led includes.
2017-01-18 George KoehlerAllow more tokens in the assembler.
2017-01-17 David GivenApply kernigh@'s fix to broken symbol tables in aelflod...
2017-01-17 David GivenMerge from default.
2017-01-17 George KoehlerUse prototypes in mach/proto/as/comm5.c
2017-01-17 David GivenAdd a bunch more set operations to the PowerPC backends... dtrg-pas
2017-01-17 George KoehlerDelay inclusion of <stdint.h> when compiling comm2.y
2017-01-16 George KoehlerRemove some obsolete code that causes a gcc warning.
2017-01-16 David GivenEnsure that memory is zero-initialised.
2017-01-16 David GivenFix a buffer overrun that was manifesting on OpenBSD...
2017-01-16 David GivenRun through clang-format.
2017-01-15 David GivenFix cosmetic warning when compiling B.
2017-01-15 David GivenMerge pull request #40 from davidgiven/dtrg-pas
2017-01-15 David GivenAllow the full 8-bit byte range when reading program...
2017-01-15 David GivenRename the test to something more sensible.
2017-01-15 David GivenIncrease the number of items in a char set from 128...
2017-01-15 David GivenAdd a test (currently failing) to check that Pascal...
2017-01-15 David GivenActually tell the user which tests failed.
2017-01-15 David GivenAdd missing header.
2017-01-15 David GivenTurns out Apple's hi16/ha16 exactly match my ha16/has16...
2017-01-15 David GivenSigned vs unsigned lower halves of powerpc fixups are...
2017-01-15 David GivenRevert change; addis/ori requires different handling...
2017-01-15 David GivenUpdate the hi/lo syntax to be a bit more standard.
2017-01-14 David GivenAdd assembler support for fixing up arbitrary oris...
2017-01-14 David Givenvregmapping has gone; the input and output vregs are...
2017-01-14 David GivenRework hashtable iterators; you can now delete items...
2017-01-13 David GivenTypo fix so that liveness is now calculated correctly...
2017-01-13 David GivenHashtables now allow you to specify allocation and...
2017-01-13 David GivenChange the value in/out info from a bunch of ARRAYOFs...
2017-01-13 David GivenHashtable get, next and pop operations now treat a...
2017-01-13 David GivenClone all the vregs just before and after every instruc...
2017-01-13 David GivenReplace the 'preserved' constraint with a per-register...
2017-01-12 David GivenStart putting the vreg stuff back in; vregs are now...
2017-01-12 David GivenRemove imap, as it was ugly and nobody used it.
2017-01-12 David GivenArchival checkin (won't build): monster refactor; don...
2017-01-09 David GivenFixup after merge.
2017-01-08 David GivenMerge from default.
2017-01-08 David GivenFix typo.
2017-01-08 David GivenImprove confusing error message when calling function...
2017-01-08 David GivenRun through clang-format.
2017-01-07 David GivenDon't print source file names during compilation (gcc...
2017-01-07 David GivenRun through clang-format.
2017-01-07 David GivenDon't sort inludes any more (breaks too many ACK files).
2017-01-07 David GivenMerge pull request #32 from dram/add-execve
2017-01-07 David GivenNo longer truncate module names at 10 characters when...
2017-01-07 David GivenRun through clang-format.
2017-01-07 David GivenProperly install man pages.
2017-01-07 David GivenAdd a B man page.
2017-01-07 David GivenUpdate the README.
2017-01-07 David GivenMake sure that constant folding doesn't render our...
2017-01-07 David GivenSections are now aligned (required by the EM spec).
2017-01-07 David GivenFix a bunch of issues with pushing and popping mismatch...
2017-01-07 David GivenPre-and-post-modification operators now work substantia...
2017-01-07 David GivenMoved the inc/dec operator tests into their own source...
2017-01-07 David Givenine and ste are now declared to modify memory (preventi...
2017-01-07 David GivenIntroduce sequence points before store instructions...
2017-01-07 David GivenUse a better NOT; and after remembering that PowerPC...
2017-01-06 David GivenExtern variables can now be written to.
2017-01-06 David GivenEnsure that procedure labels are word-aligned.
2017-01-06 Xin WangAdd execve() system call for Linux
2017-01-04 David GivenFix typo in the descr file which was stopping -B from...
2017-01-03 David GivenAdded an abmodules tool which detects B modules and...
2017-01-01 David GivenAdd a control flow test.
next