ack.git
2017-02-07 George KoehlerUse ha16/lo16 to load or store 1, 2, 8 bytes from labels. zzz-old-reloppc
2017-02-07 George KoehlerTrimming mach/powerpc/ncg/table
2017-02-06 George KoehlerIn PowerPC ncg, allocate register for ha16[label].
2017-02-06 George KoehlerChange RELOPPC to allow gap between ha16 and lo16.
2017-02-06 George KoehlerFix two problems with previous commit.
2017-02-04 George KoehlerIn PowerPC as, keep a list of hi16 and ha16 relocations.
2017-02-02 George KoehlerUse ha16/lo16 to emit pairs of lis/stw, lis/lfs, lis...
2017-02-02 George KoehlerIn PowerPC as, allow a lonely lo16 without hi16 or...
2017-02-01 George KoehlerTweak some tokens in PowerPC ncg.
2017-02-01 George KoehlerIn PowerPC as, check relocations with hi16/ha16/lo16.
2017-02-01 George KoehlerIn PowerPC as, refactor the hi16/ha16/lo16 code.
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.
2017-01-15 David GivenAdd missing header.
2017-01-15 David GivenTurns out Apple's hi16/ha16 exactly match my ha16/has16...
2017-01-15 David GivenSigned vs unsigned lower halves of powerpc fixups are...
2017-01-15 David GivenRevert change; addis/ori requires different handling...
2017-01-15 David GivenUpdate the hi/lo syntax to be a bit more standard.
2017-01-14 David GivenAdd assembler support for fixing up arbitrary oris...
2017-01-08 David GivenFix typo.
2017-01-08 David GivenImprove confusing error message when calling function...
2017-01-08 David GivenRun through clang-format.
2017-01-07 David GivenDon't print source file names during compilation (gcc...
2017-01-07 David GivenRun through clang-format.
2017-01-07 David GivenDon't sort inludes any more (breaks too many ACK files).
2017-01-07 David GivenMerge pull request #32 from dram/add-execve
2017-01-07 David GivenNo longer truncate module names at 10 characters when...
2017-01-07 David GivenRun through clang-format.
2017-01-07 David GivenProperly install man pages.
2017-01-07 David GivenAdd a B man page.
2017-01-07 David GivenUpdate the README.
2017-01-07 David GivenMake sure that constant folding doesn't render our...
2017-01-07 David GivenSections are now aligned (required by the EM spec).
2017-01-07 David GivenFix a bunch of issues with pushing and popping mismatch...
2017-01-07 David GivenPre-and-post-modification operators now work substantia...
2017-01-07 David GivenMoved the inc/dec operator tests into their own source...
2017-01-07 David Givenine and ste are now declared to modify memory (preventi...
2017-01-07 David GivenIntroduce sequence points before store instructions...
2017-01-07 David GivenUse a better NOT; and after remembering that PowerPC...
2017-01-06 David GivenExtern variables can now be written to.
2017-01-06 David GivenEnsure that procedure labels are word-aligned.
2017-01-06 Xin WangAdd execve() system call for Linux
2017-01-04 David GivenFix typo in the descr file which was stopping -B from...
2017-01-03 David GivenAdded an abmodules tool which detects B modules and...
2017-01-01 David GivenAdd a control flow test.
2017-01-01 David GivenJump tables for switch now go in ROM (required by the...
2017-01-01 David GivenAdd proper support for negative constants in external...
2017-01-01 David GivenRemove the negative-constant code from the compiler...
2017-01-01 David GivenAdd tests for more operators.
2017-01-01 David GivenAdd support for the ~ operator.
2016-12-31 David GivenAdd support for negative constants in external initiali...
2016-12-31 David GivenAllow programs to override binit() (so they can registe...
2016-12-31 David GivenAdd support for B tests; add a test for the B operators...
2016-12-31 David GivenAdd support for the xor operator.
2016-12-31 David GivenB patch table names shouldn't be in the B symbol namespace.
2016-12-31 David GivenFix issue where !x was actually calculating !!x.
2016-12-29 David GivenTrying to install openbios-ppc causes Travis to error...
2016-12-29 David GivenAdd a B version of the hilo program.
2016-12-29 David GivenAdd a declaration for the -Bxyz module name flag, used...
2016-12-29 David GivenFix an issue throughout where B couldn't be built by...
2016-12-29 David GivenBuild the B compiler and standard library (also the...
2016-12-29 David GivenFirst draft of the B module code; a module name can...
2016-12-29 David GivenChange the i80 assembler to be three-pass, which allows...
next