ack.git
2016-03-13 David GivenMerge from default. dtrg-videocore
2015-06-19 David GivenThe ACK needs ed? Also, Ubuntu doesn't *have* ed?
2015-06-19 David GivenAdd Travis config file.
2015-06-18 David GivenRename branch.
2015-06-18 David GivenRename branch.
2015-06-18 David GivenRename branch.
2015-03-22 David GivenMerge.
2015-03-22 David GivenMerge.
2015-03-22 David GivenFix a slightly mysterious dependency issue.
2015-03-22 David GivenImprove flex correctness.
2015-03-22 David GivenAllow machines to use cg if they wish.
2015-03-22 David Given64-bit-ify (adhoc varargs are evil).
2015-03-22 David GivenNewer versions of GNU Make have a new function which...
2014-11-09 David GivenFixed a parallel build race condition (forgot to declar...
2014-08-31 David GivenRemove regrettable comment.
2013-07-01 David GivenAdd (largely untested) float/int conversion.
2013-06-28 David GivenFix incorrect offset encoding in lea (sp) instructions.
2013-06-28 David GivenFix incorrect encoding of 'push lr' and 'pop pc'.
2013-06-27 David GivenISA change: clz has been renamed to log2.
2013-06-26 David GivenFix jump range checking in the addcmpb family of instru...
2013-06-24 David GivenAdd routine to set the Raspberry Pi clock to 250MHz...
2013-06-21 David GivenUpdated distr files.
2013-06-21 David GivenUpdated VC4 docs.
2013-06-21 David GivenShip assembler man pages.
2013-06-19 David GivenAdd a stub malloc.h.
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-06-02 David GivenApply fix contributed by George Koehler:
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 some missing libc functions: setenv, unsetenv,...
2013-05-29 David GivenAdd support for snprintf and vsnprintf. Try and make...
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.
next