ack.git
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-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...
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 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 George KoehlerMerge branch 'default' into kernigh-osx
2016-11-28 David GivenFix putchar() return value.
2016-11-28 George KoehlerAdd getdirentries() and stat() for Mac OS X.
2016-11-27 David GivenImplement enough libb to make 'Hello, world!' work.
2016-11-27 David GivenAdd support for consecutive labels; needed by the B...
2016-11-27 David GivenFix some basic showstopping bugs; compilation now works...
2016-11-27 David GivenHook the B compiler up to the compiler driver.
2016-11-27 David GivenChange the extension used by Basic files for .b to...
2016-11-27 David GivenPerform initial (i.e. feature complete and compiling...
2016-11-27 David GivenInitial EM-ification; start threading word size stuff...
2016-11-27 David GivenImport aap@github's B compiler.
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...
next