mit-scheme.git
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.
2019-08-13 Taylor R CampbellShare closure interrupt labels.
2019-08-13 Taylor R CampbellTidy up compiler utility return addresses.
2019-08-13 Taylor R CampbellUse ret for returns from interface and from generic...
2019-08-13 Taylor R CampbellOpen-code with-interrupt-mask, with-interrupts-reduced.
2019-08-13 Taylor R CampbellAllow return_to_compiled_code to return to compiled...
2019-08-13 Taylor R CampbellSave interpreter result too before anything in continua...
2019-08-13 Taylor R CampbellMake entries point to _after_ the PC offset.
2019-08-13 Taylor R CampbellLoad the fallback into rax so caller needs no condition...
2019-08-13 Taylor R CampbellUse BTS to affix single-bit type tags.
2019-08-13 Taylor R CampbellRelax register constraints for tagging rule.
2019-08-13 Taylor R CampbellSimplify hook calls.
2019-08-13 Taylor R CampbellConvert x86-64 to use rax as value register.
2019-08-13 Taylor R CampbellAllow careful use of available machine registers in...
2019-08-13 Taylor R CampbellEnsure register:value appears first or last in block.
2019-08-13 Taylor R CampbellOptimize execute caches: avoid indirect jumps if possible.
2019-08-13 Taylor R CampbellGenerate per-invocation jmp instructions.
2019-08-13 Taylor R CampbellUse CALL/RET for pushing and returning to continuations...
2019-08-13 Taylor R CampbellSplit compiled entries and compiled return addresses.
2019-08-13 Taylor R CampbellUse indirection for entry points on amd64.
2019-08-13 Taylor R CampbellAvoid CALL without RET for closure entries, hooks,...
2019-08-13 Taylor R CampbellEliminate return/entry compiled invocation pun.
2019-08-13 Taylor R CampbellUse ln -n to avoid following symlinks to directories.
2019-08-10 Taylor R CampbellAllow hyphenation of log-probability, log-logistic...
2019-08-10 Taylor R CampbellClarify error amplification.
2019-08-10 Taylor R CampbellFix punctuation in display.
2019-08-10 Taylor R CampbellAvoid Unicode in texinfo.
2019-08-10 Chris HansonAdd missing definition of exact as noticed by GJS.
2019-08-10 Chris HansonFix thinko in previous change.
2019-08-10 Chris HansonChange write to use datum labels only when cycles are...
2019-08-10 Chris HansonImplement bundle delegation using a more general combin...
2019-08-10 Taylor R CampbellNeed to load sf before host-adapter.scm these days...
2019-08-10 Taylor R CampbellAvoid bash.
2019-08-10 Taylor R CampbellFix reading hashed object notation #[foo 123].
2019-08-10 Taylor R CampbellTest hashed object notation.
next