ack.git
2016-11-13 David Givenaelflod and aslod now default to not showing the memory... dtrg-cgen
2016-11-13 David GivenPrecise's qemu package is qemu-system.
2016-11-13 David GivenTypo fix.
2016-11-13 David GivenAttempt to enable the qemuppc tests on Travis.
2016-11-13 David GivenFix buffer overrun: if LABEL_STARTER is seen but LABEL_...
2016-11-13 David GivenAdd a rather bodged test framework for the qemuppc...
2016-11-13 David GivenFix (or at least, work around) an issue with library...
2016-11-12 David GivenAdd just enough Open Firmware support for an output...
2016-11-12 David GivenAdd the very experimental qemuppc plat, intended to...
2016-11-11 David GivenUpdate the table to return call output values in the...
2016-11-11 David GivenRework the way stack frames are laid out to be simpler...
2016-11-11 David GivenMerge from default.
2016-11-11 David GivenRename addr_t to address_t to avoid clashes with the...
2016-11-11 David GivenDisable gethostid() in the build system Lua; it's unuse...
2016-11-10 David GivenMerge.
2016-11-10 David GivenAdd enough return types to the K&R C that the ACK build...
2016-11-09 David GivenRemove sys_time in favour of directly calling time().
2016-11-07 David GivenMerge pull request #9 from kernigh/fix-flt-trek
2016-11-07 George KoehlerEdit startrek.c so I can compile it with gcc and OpenBS...
2016-11-07 George KoehlerConvert 1 to 1.0, not 0.0, for machines with 64-bit...
2016-11-06 George KoehlerRemove unused defines from lang/cem/libcc.ansi/math...
2016-11-06 George KoehlerUndo commit bfeb736 for lang/cem/libcc.ansi/headers...
2016-11-06 George KoehlerSimplify flt_arith now that mantissa uses uint32_t.
2016-11-05 George KoehlerSwitch flt_mantissa fields from long to uint32_t.
2016-11-05 George KoehlerAssume ANSI C in modules/src/flt_arith
2016-11-05 David GivenEnsure the modules properly depend on their headers.
2016-11-05 David GivenMerge from default.
2016-11-05 David GivenProperly declare the library headers as dependencies.
2016-10-31 David GivenCorrectly mangle labels used in initialisers.
2016-10-31 David GivenTypo fix.
2016-10-31 David GivenAdd, I hope, patterns for fmsub, fnmadd, and fnmsub...
2016-10-31 David GivenAlso use fmadd for single-precision floats.
2016-10-31 David GivenUse fmadd for multiply-and-add instructions.
2016-10-30 David GivenFix a few c11isms.
2016-10-30 David GivenMerge from default.
2016-10-30 David GivenMerge pull request #7 from davidgiven/travis
2016-10-30 David GivenMerge from default. travis
2016-10-30 David GivenDon't allow parallel builds in the top-level makefile.
2016-10-30 David GivenOld versions of make don't support -r.
2016-10-29 David GivenProperly export symbols.
2016-10-29 David GivenGet top working with the PowerPC; use it to eliminate...
2016-10-29 David GivenMerge from default (merging in George Koehler's PowerPC...
2016-10-29 David GivenAdd support for preserved registers.
2016-10-29 David GivenMore opcodes.
2016-10-29 David GivenMore opcodes.
2016-10-29 David GivenEmit negative constants correctly.
2016-10-29 David GivenMore opcodes. sti can now cope with non-standard sizes...
2016-10-29 David GivenActually, the locals need to go above the spills and...
2016-10-29 David GivenLots more opcodes. Rearrange the stack layout so that...
2016-10-29 David GivenDon't generate phis if unnecessary (because this breaks the
2016-10-27 David GivenMangle label names (turns out that the ACK assembler...
2016-10-27 David GivenSwaps work (at least for registers). More opcodes....
2016-10-27 David GivenAllow emission of strings containing ".
2016-10-27 David GivenFix bug where some phis weren't being inserted when...
2016-10-25 David GivenRemove the bytes1, bytes2, bytes4, bytes8 attributes...
2016-10-24 David GivenPhi copies are now inserted as part of type inference...
2016-10-24 David GivenMore opcodes.
2016-10-24 David GivenMore opcodes.
2016-10-23 David GivenMore opcodes, including the difficult and fairly stupid...
2016-10-23 David GivenMassive change to how IR types are handled; we use...
2016-10-22 David GivenRe-re-add the type inference layer, now I know more...
2016-10-22 David GivenMore opcodes.
2016-10-22 David GivenRemove GETRET; values are now returned directly by...
2016-10-22 David GivenMore opcodes.
2016-10-22 David GivenHacky workaround the way the Modula-2 compiler generate...
2016-10-21 David GivenTypo fix.
2016-10-21 David GivenBetter (and more correct) floating point conversions...
2016-10-21 David Givenfef4 and fef8 is now cleaner, albeit slower; add some...
2016-10-21 David GivenAdd (pretty crummy) support for register aliases and...
2016-10-20 David GivenAdd parsing support for register aliases.
2016-10-19 David GivenLots more opcodes; better eviction behaviour; better...
2016-10-19 David GivenFloating point promotion is less buggy.
2016-10-19 David GivenMerge pull request #6 from kernigh/pr-linuxppc
2016-10-19 George KoehlerRemove f14 to f31 from FREG and FSREG.
2016-10-18 David GivenPromote values accessed via NOP.
2016-10-18 David Given'!' tracing is now always emitted; tracing goes to...
2016-10-18 David GivenAdd support for floating point constants.
2016-10-18 George KoehlerIn powerpc ncg, add a speed hack for sti 8.
2016-10-17 David GivenLots more opcodes.
2016-10-17 David GivenAdd li and mr pseudoinstructions.
2016-10-17 George KoehlerAdd costs to powerpc instructions.
2016-10-17 George KoehlerRewrite .fif8 to avoid powerpc64 fctid
2016-10-16 George KoehlerAdd "kills MEMORY" to powerpc sti rules.
2016-10-16 David GivenBolt mcg into the PowerPC backend. It doesn't build...
2016-10-16 David GivenMerge in the unfinished PowerPC branch.
2016-10-16 David GivenImplement saving of dirty registers onto the stack.
2016-10-16 George KoehlerRemove IND_LABEL_W and IND_LABEL_D
2016-10-16 George KoehlerSimplify moves to and from IND_RC_*
2016-10-16 David GivenDon't need Lua any more.
2016-10-16 David GivenRemember to create the build directory when bootstrapping.
2016-10-16 David GivenUse a self-hosted Lua instead of the system one.
2016-10-16 George KoehlerRefactor how powerpc ncg pushes constants.
2016-10-16 David GivenExperiments with declarative apt and OSX.
2016-10-16 David GivenAdd missing header that was causing builds to fail...
2016-10-16 George KoehlerRemove unused parts of mach/powerpc/ncg/table
2016-10-15 David GivenMerge from trunk.
2016-10-15 David GivenVarious bits of cleanup; we should almost be ready...
2016-10-15 David GivenOops, forgot to add the output option spec to the string!
2016-10-15 David GivenReferences to the stack frame are now rendered properly.
2016-10-15 David GivenStop passing proc around, and use a global instead...
next