mit-scheme.git
2019-08-21 Taylor R CampbellFix comment about ADRP to reflect reality.
2019-08-21 Taylor R CampbellAdd another step to the compiler tests README.
2019-08-21 Taylor R CampbellAdd note on ughbletchness of ADRP.
2019-08-21 Taylor R CampbellAdd some basic compiler tests.
2019-08-21 Taylor R CampbellFix some bugs in logical immediate encoding.
2019-08-21 Taylor R CampbellOne more TODO item.
2019-08-21 Taylor R CampbellUpdate TODO.
2019-08-21 Taylor R CampbellDisable some tests when trapping is busted.
2019-08-21 Taylor R CampbellExpect failure, not error, if trapping is not supported.
2019-08-21 Taylor R CampbellCheck at runtime whether feenableexcept does anything.
2019-08-21 Taylor R CampbellFix excessive sign bits in uuo link instruction.
2019-08-21 Taylor R CampbellFix displaced byte load rule.
2019-08-21 Taylor R CampbellFix FIXNUM-NOT rule: don't set the low bits.
2019-08-21 Taylor R CampbellImplement aarch64 logical immediate encoding.
2019-08-21 Taylor R CampbellFix far uuo links.
2019-08-21 Taylor R CampbellFix loading complemented immediates.
2019-08-21 Taylor R CampbellFix UNSIGNED-LESS-THAN-FIXNUM? branch condition.
2019-08-21 Taylor R CampbellFix indexing of remote links.
2019-08-21 Taylor R CampbellFix byte ordering in GENERATE/NSECTS.
2019-08-21 Taylor R CampbellFix register choices in GENERATE/REMOTE-LINKS.
2019-08-21 Taylor R CampbellFix sense of INVOCATION-PREFIX:DYNAMIC-LINK choice.
2019-08-21 Taylor R CampbellFix reference to constant section in GENERATE/REMOTE...
2019-08-21 Taylor R CampbellSign-extend PC-relative branch target.
2019-08-21 Taylor R CampbellFix indexing in MOVE-FRAME-UP code: objects, not bytes...
2019-08-21 Taylor R CampbellFix large application setup.
2019-08-21 Taylor R CampbellTeach cmpintmd to flush the instruction cache on aarch64.
2019-08-21 Taylor R CampbellFix argument to PUSH_D_CACHE_REGION.
2019-08-21 Taylor R CampbellFix branch instruction in uuo link stub.
2019-08-21 Taylor R CampbellTweak read/write_compiled_closure_target for clarity...
2019-08-21 Taylor R CampbellFix cache-assignment code generation.
2019-08-21 Taylor R CampbellFix case.
2019-08-21 Taylor R CampbellFix LSR instruction encoding.
2019-08-21 Taylor R CampbellFix scale->shift.
2019-08-21 Taylor R CampbellFix read/write_compiled_closure_target.
2019-08-21 Taylor R CampbellFix comment.
2019-08-21 Taylor R CampbellFix PC-relative calculations to work entirely in newspace.
2019-08-21 Taylor R CampbellFix read/write_compiled_closure_target offsets.
2019-08-21 Taylor R CampbellAllow non-branch in cc_return_address_to_entry_address.
2019-08-21 Taylor R CampbellFix scaling of PC offsets: they're byte offsets, not...
2019-08-21 Taylor R CampbellFix some symbol sizing.
2019-08-21 Taylor R CampbellTidy up interface_to_C.
2019-08-21 Taylor R CampbellNote there is a way to do negative offsets.
2019-08-21 Taylor R CampbellMake C_to_interface go through interface_to_scheme.
2019-08-21 Taylor R CampbellFix encoding of ROR and EXTR instructions.
2019-08-21 Taylor R CampbellLoad UARG2, don't clobber UARG1, in apply hooks.
2019-08-21 Taylor R CampbellFix calculation of hook instruction address.
2019-08-21 Taylor R CampbellFix order of arguments to load-tagged-immediate.
2019-08-21 Taylor R CampbellFix reversed byte order branches in read_uuo_frame_size.
2019-08-21 Taylor R CampbellFix extraction of PC offset from branch instruction.
2019-08-21 Taylor R CampbellFix format word padding and tweak block offsets.
2019-08-21 Taylor R CampbellFix uuo link and trampoline instructions.
2019-08-21 Taylor R CampbellMake interface_to_scheme match reality, not sensibility.
2019-08-21 Taylor R CampbellCompiler oughta agree cmpauxmd about what register...
2019-08-21 Taylor R CampbellSimplify format words: make them always be instruction...
2019-08-21 Taylor R CampbellFix passage of dynamic-link. Only machine register...
2019-08-21 Taylor R CampbellAssert block offset is zero.
2019-08-21 Taylor R CampbellAdd a TODO.
2019-08-21 Taylor R CampbellTeach ucode identify about aarch64.
2019-08-21 Taylor R CampbellSave an instruction in multiplication with CSETM.
2019-08-21 Taylor R CampbellTweak some register numbering to reduce a bit of code.
2019-08-21 Taylor R CampbellFix register block indexing: no hooks in the register...
2019-08-21 Taylor R CampbellFix add/sub immediate syntax and criterion.
2019-08-21 Taylor R CampbellUse a temporary if necessary in AFFIX-TYPE.
2019-08-21 Taylor R CampbellDraft aarch64 cmpauxmd.
2019-08-21 Taylor R CampbellFix push order in move-frame-up / dynamic-link.
2019-08-21 Taylor R CampbellFix some instruction syntax bugs.
2019-08-21 Taylor R CampbellAvoid REGISTER-COPY-IF-AVAILABLE and TEMPORARY-COPY...
2019-08-21 Taylor R CampbellDisable floating-point vector primitives too.
2019-08-21 Taylor R CampbellMake RTL:CONSTANT-COST always return positive.
2019-08-21 Taylor R CampbellFix up some instruction decriptions.
2019-08-21 Taylor R CampbellUmptuple-check that instruction widths sum to multiples...
2019-08-21 Taylor R CampbellPut something in these stub files so they compile as...
2019-08-21 Taylor R CampbellUpdate config.guess and config.sub so they recognize...
2019-08-21 Taylor R CampbellFix configure goo for aarch64 with byte order specified.
2019-08-21 Taylor R CampbellBlock offset units are instructions, not bytes, so...
2019-08-21 Taylor R CampbellVarious work to get this going.
2019-08-21 Taylor R CampbellTeach assembler about MODULO.
2019-08-21 Taylor R CampbellReport bad expressions more clearly.
2019-08-21 Taylor R CampbellFill in some more files, add some build goo, fix some...
2019-08-21 Taylor R CampbellDraft aarch64 back end.
2019-08-20 Taylor R CampbellFix multiplication and division by purely imaginary...
2019-08-20 Taylor R CampbellTest multiplication and division by +i and -i.
2019-08-20 Taylor R CampbellFix edge cases in ANGLE.
2019-08-20 Taylor R CampbellExpand edge cases for ANGLE.
2019-08-19 Chris HansonFix references incorrectly marked with EVR().
2019-08-17 Taylor R Campbell`x ... ...' is busted in syntax-rules.
2019-08-16 Taylor R CampbellMerge branch 'riastradh-20181220-closentry-v12'
2019-08-16 Taylor R CampbellTweak logit1/2+ condition number plot for clarity.
2019-08-16 Taylor R CampbellFactor out common PostScript code for plotting.
2019-08-16 Taylor R CampbellUniform code and style for plots.
2019-08-16 Taylor R CampbellProduce 300dpi, not 72dpi, PNGs for HTML output.
2019-08-15 Arthur A. GlecklerUse TLS/SSL for links to <srfi.schemers.org>.
2019-08-15 Taylor R CampbellAdd release note.
2019-08-15 Taylor R CampbellBump COMPILER_INTERFACE_VERSION.
2019-08-15 Taylor R CampbellSet default target to all for cross-builds too.
2019-08-15 Taylor R CampbellAvoid spurious fallthrough (fortunately harmless here).
2019-08-14 Taylor R CampbellTest fma exceptions too.
2019-08-14 Taylor R CampbellAdd fma, fused-multiply/add.
2019-08-13 Taylor R CampbellUse a different reflect code number for compiled invoca... origin/riastradh-20181220-closentry-v12
2019-08-13 Taylor R CampbellOpen-code WITH-STACK-MARKER too.
next