ack.git
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.
2017-01-01 David GivenJump tables for switch now go in ROM (required by the...
2017-01-01 David GivenAdd proper support for negative constants in external...
2017-01-01 David GivenRemove the negative-constant code from the compiler...
2017-01-01 David GivenAdd tests for more operators.
2017-01-01 David GivenAdd support for the ~ operator.
2016-12-31 David GivenAdd support for negative constants in external initiali...
2016-12-31 David GivenAllow programs to override binit() (so they can registe...
2016-12-31 David GivenAdd support for B tests; add a test for the B operators...
2016-12-31 David GivenAdd support for the xor operator.
2016-12-31 David GivenB patch table names shouldn't be in the B symbol namespace.
2016-12-31 David GivenFix issue where !x was actually calculating !!x.
2016-12-29 David GivenTrying to install openbios-ppc causes Travis to error...
2016-12-29 David GivenAdd a B version of the hilo program.
2016-12-29 David GivenAdd a declaration for the -Bxyz module name flag, used...
2016-12-29 David GivenFix an issue throughout where B couldn't be built by...
2016-12-29 David GivenBuild the B compiler and standard library (also the...
2016-12-29 David GivenFirst draft of the B module code; a module name can...
2016-12-29 David GivenChange the i80 assembler to be three-pass, which allows...
2016-12-28 David GivenDon't crash when using the -u option to enter undefined...
2016-12-28 David GivenCorrectly export PREFIX to the Lua build system.
2016-12-28 David GivenMerge in B changes.
2016-12-26 David GivenMerge from default.
2016-12-18 David GivenEmit more detailed register class information.
2016-12-18 David GivenWarning fix.
next