ack.git
2013-06-19 David GivenActually remember to set the stack pointer on startup...
2013-06-09 David GivenImplement a very crude busy-wait based select() mechani...
2013-06-07 David GivenFix stack corruption when adjusting SP. Be a bit more...
2013-06-05 David GivenChange the size of the SRAM area to 128kB (to reflect...
2013-06-05 David GivenFix treatment of out-of-range values in switch csa.
2013-05-30 David GivenImplement NOT...
2013-05-30 David GivenSome more termios compatibility options.
2013-05-30 David GivenAdd basic termios to the rpi platform to allow echoing...
2013-05-29 David GivenAdd some missing libc functions: setenv, unsetenv,...
2013-05-29 David GivenAdd support for snprintf and vsnprintf. Try and make...
2013-05-29 David GivenUpdate from trunk.
2013-05-29 David GivenAttempt to fix 64-bitness error in ashow. Deprecate...
2013-05-29 David GivenUse relocation enumerations rather than hard-coded...
2013-05-26 David GivenImplement nop (the C compiler sometimes generates this!).
2013-05-26 David GivenAdd a crude README.
2013-05-26 David GivenBoot code now works properly in both kernel and bare...
2013-05-26 David GivenFix bug in ine/dee.
2013-05-26 David GivenAllow reading from the mini UART. Add a check to not...
2013-05-26 David GivenRemainders are calculated correctly. printf now works.
2013-05-26 David Given.csb now works.
2013-05-25 David GivenFix erroneous section check (symbols may not have a...
2013-05-25 David GivenRenamed the pi-specific functions to be a bit cleaner.
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-18 David GivenReapply bugfix to sbrk() which got dropped during the...
2013-05-18 David GivenApply build system fixes for OpenBSD contributed by...
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.
next