ack.git
2017-01-17 David GivenAdd a bunch more set operations to the PowerPC backends... dtrg-pas
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-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-14 David GivenMerge pull request #29 from kernigh/pr-elf-symbol
2016-12-13 George KoehlerUpdate aelflod.1 to describe options, mention symbol...
2016-12-13 George KoehlerTeach aelflod to write the ELF symbol table.
2016-12-13 George KoehlerIn aslod, remove some unused m68k2 stuff.
2016-12-13 George KoehlerTweak man syntax in aelflod.1 and aslod.1
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 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...
next