ack.git
2013-05-25 David GivenAdded triple-quad load and store (used by the signal...
2013-05-25 David Givenstdio (output only) now works.
2013-05-25 David GivenStop fighting the terrible code and remove the regvar...
2013-05-25 David GivenHeap allocations now works.
2013-05-25 David GivenMajor bugfix where instructions weren't being shrunk...
2013-05-25 David GivenDisable register variables. The code is a bit worse...
2013-05-25 David GivenImplement .csa.
2013-05-25 David GivenEncode comparing branch correctly.
2013-05-24 David GivenBuild binaries that will run bare metal. Add enough...
2013-05-24 David GivenDon't write out constant data as big-endian! Some other...
2013-05-24 David GivenFix awful bug where uint32_t was sometimes defined...
2013-05-24 David GivenVarious codegen tweaks.
2013-05-22 David GivenDouble-quads can be loaded and stored (more) correctly.
2013-05-22 David GivenBetter treatment of sign extension.
2013-05-22 David GivenNow actually runs on real hardware.
2013-05-22 David GivenGenerate adds instructions when a shift-and-add is...
2013-05-22 David GivenAllocate a user stack to run code in.
2013-05-22 David GivenGenerate ld rd, (rs) instructions properly.
2013-05-22 David GivenOptimise direct access to globals, and incrementing...
2013-05-22 David GivenBuild the Raspberry Pi code.
2013-05-21 David GivenMore typo fixes.
2013-05-21 David GivenTypo fixes.
2013-05-21 David GivenAdjust bootstrap code to build kernels that work with...
2013-05-21 David GivenFix signedness problem that was showing up on ARM.
2013-05-21 David GivenReworked VC4 relocations and some of the instruction...
2013-05-21 David GivenNow compiles (incorrectly) the entire libc, libpc,...
2013-05-21 David GivenAllow platforms to specify size of long double; seperat...
2013-05-21 David GivenLots more opcodes including float support. Define float...
2013-05-20 David GivenAdd a lot more opcodes.
2013-05-20 David GivenFix typo.
2013-05-20 David GivenRemember to clear ackflags on reset.
2013-05-20 David GivenMajor revamp to simplify and use 2op instructions....
2013-05-20 David GivenAdd lea instruction. Fix dependency issues.
2013-05-19 David GivenPush/pop are the right way round. Don't corrup short...
2013-05-19 David GivenFirst steps towards a code generator.
2013-05-19 David GivenAdded skeleton bootstrap code.
2013-05-19 David GivenCorrectly emit constants in some ALU instructions.
2013-05-19 David GivenFix warning.
2013-05-19 David GivenAdd compare-and-branch instructions.
2013-05-19 David GivenAdded memory operations that work on fixed up addresses.
2013-05-19 David GivenAdd register offset and postincrement memory operations.
2013-05-18 David GivenAdd most vanilla memory load/store instructions.
2013-05-17 David GivenAdd a whole bunch of VC4 opcodes.
2013-05-17 David GivenAdd special relocation type for VC4 jump instructions.
2013-05-17 David GivenMerge fixes from trunk.
2013-05-16 David GivenFix warning.
2013-05-16 David GivenDependency fixes.
2013-05-16 David GivenSkeleton of VideoCore IV support for the Raspberry Pi.
2013-05-16 David GivenFix buffer overrun looking up type information for...
2013-05-16 David GivenCorrectly generate dependency information.
2013-05-16 David GivenMerge in build system changes.
2013-05-16 David GivenA few last build tweaks.
2013-05-15 David GivenUpdate distribution files.
2013-05-15 David GivenNow describe the make-based build system in the README.
2013-05-15 David GivenFix build error in opt which was causing all code,...
2013-05-15 David GivenBuild ego.
2013-05-14 David GivenModula-2 now works.
2013-05-14 David GivenPascal compiler now runs.
2013-05-14 David GivenBasic compiler now runs.
2013-05-14 David GivenBuild the Basic run-time library (after some modernisat...
2013-05-14 David GivenAdd missing dependency.
2013-05-13 David GivenTop, topgen, aelflod. Moved the libraries back into...
2013-05-13 David GivenSplit off some of the platform-independent stuff (such...
2013-05-13 David GivenMerge updates from trunk.
2013-05-13 David GivenFix typo.
2013-05-12 David GivenMade a start on building the runtimes for each platform...
2013-05-12 David GivenFirst milestone of replacing the build system.
2013-05-10 David GivenChange fatal() and error() to use varargs.
2013-05-09 David GivenMerge changes from branch: linux68k platform, linuxppc...
2013-05-09 David GivenApply George Koehler's aelflod fix for generating non...
2013-05-09 David GivenProperly error out if something goes wrong rather than...
2013-05-08 David GivenAdd pmfile for m68020 libend.
2013-05-08 David GivenAdd pmfile for m68020 libem.
2013-05-08 David GivenAdd missing linux68k platform and liblinux support...
2013-05-07 David GivenCheck in incomplete Linux PowerPC and M68K work.
2013-04-24 George KoehlerSome fixes for aelflod and aslod.
2012-12-14 David GivenBack out erroneous change.
2012-10-24 George KoehlerPrevent segfault when trying to print an error message.
2012-09-27 David GivenChange from using platform-specific types to stdint...
2012-09-27 David GivenChange to use stdint's implementation independent types...
2012-09-23 George KoehlerMerge deletion of many undead files.
2012-09-23 George KoehlerAllow pc86 bootloader to boot from more floppy drives.
2012-09-22 George KoehlerPrevent division by zero in aslod.
2012-09-21 George KoehlerDelete 689 undead files.
2012-09-20 George Koehler*Again* fix fit16i() for systems with 64-bit long.
2012-09-17 George KoehlerDelete old and unused files from modules/src/em_code
2012-09-16 George KoehlerFix fit16i() for systems with 64-bit long.
2012-09-07 George KoehlerFix more functions in util/ack for 64-bit hosts.
2012-09-07 George KoehlerFix cemcom.ansi for 64-bit hosts.
2012-02-27 David GivenFix a 64-bitness issue (removed some untyped K&R C...
2011-06-15 Ceriel JacobsAdded atol() that ignores overflow, so that unsigned...
2011-06-15 Ceriel JacobsFixed CFU
2011-05-18 cjhjacobsFixed bug reported on tack-devel mailing list on 20...
2011-03-20 David GivenRemoved file that the CVS conversion procedure left...
2011-02-11 cvs2hgconvert CVS tags
2010-10-02 dtrgReplaced dis and new with modern implementations donate...
2010-10-02 dtrgCall the correct kill() and getpid() syscalls rather...
2010-09-27 dtrgNow call creat() and open() instead of _creat() and...
2010-09-27 dtrgAdded support for remove() and unlink().
2010-09-01 dtrgFixed very old bug where Streams.GetStreamPosition...
next