ack.git
2017-10-28 George KoehlerRemove old files: TakeAction config.pm
2017-10-26 David GivenMerge pull request #59 from kernigh/kernigh-ppc-regs
2017-10-19 George Koehlerlwzu writes to the register in the token.
2017-10-19 George KoehlerAdd a few more error checks and adjustments to reglap.
2017-10-18 George KoehlerRename RELOLIS to RELOPPC_LIS.
2017-10-18 George KoehlerEdit descr for linuxppc. Use powerpc.descr of ego.
2017-10-18 George KoehlerUse lwzu, stwu to tighten more loops.
2017-10-17 George KoehlerAdd more rules for single-precision reg_float.
2017-10-17 George KoehlerStop inlining code to convert integers to floats.
2017-10-17 George KoehlerUse my new regvar_w() and regvar_d() in PowerPC ncg.
2017-10-17 George KoehlerAdd regvar_w() and regvar_d() for use with reglap.
2017-10-16 George KoehlerDo a move when coercing FREG to FREG or FSREG to FSREG.
2017-10-15 George KoehlerPowerPC ncg never uses the rules to stack LOCAL or...
2017-10-15 George KoehlerFix reglap for procedures that use both sizes of reg_float.
2017-10-15 George KoehlerAdd function prototypes to mach/proto/ncg/regvar.c
2017-10-14 George KoehlerMerge branch 'default' into kernigh-linuxppc
2017-10-14 George KoehlerAdd reglap to ncg. Add 4-byte reg_float to PowerPC...
2017-08-06 David GivenMore ansification.
2017-08-06 David GivenDon't try to run the tests on Travis.
2017-08-06 David Givenmkstemp() is a bit more complex than it looks; because...
2017-08-06 David GivenDon't build mcg as part of linuxppc; it's not used...
2017-08-06 David GivenTurn of qemuppc for now; it's crashing on Travis builds.
2017-08-06 David GivenFix Travis syntax error...
2017-08-06 David GivenStop using mktemp() --- on Haiku, it always generates...
2017-08-06 David GivenAnsification, warning fixes, C89ification.
2017-08-06 David GivenTurn off OSX Travis builds --- this is going to be...
2017-08-06 David GivenAnsification and warning fixes.
2017-08-06 David GivenAttempt to correct file system case sensitivity.
2017-08-06 David GivenTry using trusty and non-sudo build environments.
2017-08-06 David GivenBuild with linux/clang; try building on osx/clang.
2017-08-06 David GivenMerge from trunk.
2017-08-05 David GivenMerge.
2017-08-05 David GivenAdd missing headers.
2017-08-01 David GivenUpdate man page not to mention the filename length...
2017-07-23 David GivenDon't define functions called itoa(), because this...
2017-02-18 George KoehlerReorder registers. Fix problem with ret 8.
2017-02-18 George KoehlerFix comparison of 4-byte floats.
2017-02-17 George KoehlerRemove .ret from libem and inline the code.
2017-02-17 George KoehlerFor PowerPC, never put a reg_float value in a reg_any.
2017-02-17 George KoehlerSwitch error() and fatal() in mach/proto/ncg to stdarg.
2017-02-17 George KoehlerIn ego, put both words and double-words in reg_float.
2017-02-16 George KoehlerAdd floating-point register variables to PowerPC ncg.
2017-02-15 David GivenMerge pull request #52 from kernigh/pr-relolis
2017-02-14 George KoehlerImplement lxl for PowerPC ncg.
2017-02-13 George KoehlerRemove REG_PAIR.
2017-02-13 George KoehlerSpeed up register allocation by removing some register...
2017-02-13 George KoehlerAdd pat cms !defined($1)
2017-02-13 George KoehlerAdd missing instances of "kills ALL" or "with STACK".
2017-02-13 George KoehlerUse .los4 in lar 4 and .sts4 in sar 4.
2017-02-12 George KoehlerChange .fef8 and .fif8 to pass values on the stack.
2017-02-12 George KoehlerExperiment with conversions between integers and floats.
2017-02-12 George KoehlerImplement blm and bls using an inline loop.
2017-02-11 George KoehlerEdit PowerPC assembly for .and, .cms, .ior, .xor, .zer
2017-02-10 George KoehlerDocument RELOLIS from commit 1bf58cf.
2017-02-10 George KoehlerUse "mr" and make a few other tweaks in PowerPC ncg...
2017-02-08 George KoehlerUse ha16/lo16 to load or store 1, 2, 8 bytes from labels.
2017-02-08 George KoehlerTrimming mach/powerpc/ncg/table
2017-02-08 George KoehlerIn PowerPC ncg, allocate register for ha16[label].
2017-02-08 George KoehlerUse ha16/lo16 to emit pairs of lis/stw, lis/lfs, lis...
2017-02-08 George KoehlerTweak some tokens in PowerPC ncg.
2017-02-08 George KoehlerAdd RELOLIS for PowerPC lis with ha16 or hi16.
2017-01-30 George KoehlerRemove #include <stdbool.h> from mach/powerpc/as/mach1.c
2017-01-30 George KoehlerRemove type quad, use type word_t in PowerPC as.
2017-01-30 George KoehlerSwap RA and RS when assembling "and", "or", and such...
2017-01-30 George KoehlerTurn off comments again. I turned them on by accident...
2017-01-26 David GivenMerge pull request #49 from kernigh/kernigh-pr-xm
2017-01-26 George KoehlerIn PowerPC ncg, switch the scratch register from r11...
2017-01-26 George KoehlerIn PowerPC top, don't delete addi r0, r0, 0
2017-01-26 George KoehlerIn PowerPC libem, remove tge.s and powerpc.h
2017-01-26 George KoehlerRewrite how PowerPC ncg does conditional branches and...
2017-01-25 George KoehlerAdd missing size declarations for 8-byte registers.
2017-01-24 George KoehlerAdd constraints for pat lab, as done in the m68020...
2017-01-23 George KoehlerUse "kills ALL" instead of a list of killed registers.
2017-01-23 George KoehlerIn PowerPC libem, use the new features of our assembler.
2017-01-23 George KoehlerAllow more PowerPC instructions in relocations.
2017-01-22 George KoehlerFix parameters of signal handlers for linuxppc.
2017-01-22 George KoehlerTeach the assembler about PowerPC extended mnemonics.
2017-01-19 David GivenMerge pull request #46 from kernigh/kernigh-pr-man
2017-01-19 George KoehlerTune the installed manual pages.
2017-01-18 David GivenMerge pull request #44 from kernigh/kernigh-pr-as
2017-01-18 David GivenMerge pull request #45 from davidgiven/dtrg-fixups
2017-01-18 David GivenAdd a man page for the PowerPC assembler (not used...
2017-01-18 David GivenClean up the led includes.
2017-01-18 George KoehlerAllow more tokens in the assembler.
2017-01-17 David GivenApply kernigh@'s fix to broken symbol tables in aelflod...
2017-01-17 David GivenMerge from default.
2017-01-17 George KoehlerUse prototypes in mach/proto/as/comm5.c
2017-01-17 David GivenAdd a bunch more set operations to the PowerPC backends... dtrg-pas
2017-01-17 George KoehlerDelay inclusion of <stdint.h> when compiling comm2.y
2017-01-16 George KoehlerRemove some obsolete code that causes a gcc warning.
2017-01-16 David GivenEnsure that memory is zero-initialised.
2017-01-16 David GivenFix a buffer overrun that was manifesting on OpenBSD...
2017-01-16 David GivenRun through clang-format.
2017-01-15 David GivenFix cosmetic warning when compiling B.
2017-01-15 David GivenMerge pull request #40 from davidgiven/dtrg-pas
2017-01-15 David GivenAllow the full 8-bit byte range when reading program...
2017-01-15 David GivenRename the test to something more sensible.
2017-01-15 David GivenIncrease the number of items in a char set from 128...
2017-01-15 David GivenAdd a test (currently failing) to check that Pascal...
2017-01-15 David GivenActually tell the user which tests failed.
next