mit-scheme.git
2019-09-22 Chris HansonRestore compatibility with SRFI 131.
2019-09-22 Chris HansonRefactor record layout following a suggestion from...
2019-09-22 Chris HansonTweak my special hack.
2019-09-21 Chris HansonImplement any-duplicates?.
2019-09-21 Chris HansonFix syntax bug that showed up in syntax-rules.
2019-09-18 Taylor R CampbellMerge branch 'riastradh-20190917-fixamd64uuojmp'
2019-09-18 Taylor R CampbellFix tospace/newspace confusion.
2019-09-18 Taylor R CampbellRevert "Workaround for inexplicable fatal error on...
2019-09-17 Chris HansonWorkaround for inexplicable fatal error on macOS.
2019-09-17 Chris HansonUpdate incorrect comments.
2019-09-17 Chris HansonTeach fasload about cc_return objects.
2019-09-08 Chris HansonAdapt fegetexcept etc. workarounds to work when debuggi...
2019-09-08 Chris HansonDon't use MAP_TRYFIXED unless is it defined; otherwise...
2019-09-03 Taylor R CampbellMark floenv in use so exceptions stay cleared if preempted.
2019-08-26 Taylor R CampbellOpen-code flonum-fma (fused multiply-add) on aarch64.
2019-08-26 Taylor R CampbellFix missing ELSE (error).
2019-08-26 Taylor R CampbellFix leak of floating-point environment in test-arith...
2019-08-26 Taylor R CampbellIf enabling fp traps for first time, clear sticky excep...
2019-08-26 Taylor R CampbellCache cleared exceptions to prevent SIGFPE loop on...
2019-08-26 Taylor R CampbellTeach continuation parser about last return code offsets.
2019-08-26 Taylor R CampbellFix store-value restarts for unassigned/unbound variabl...
2019-08-26 Taylor R CampbellNew primitive PRIMITIVE-PROCEDURE-OPEN-CODED?.
2019-08-26 Taylor R CampbellUse paxctl on NetBSD to allow PROT_WRITE|PROT_EXEC.
2019-08-26 Taylor R CampbellUse proper m4 quotation for AC_CHECK_TOOL usage.
2019-08-26 Chris HansonTweak workaround for floating exceptions on macOS.
2019-08-25 Taylor R CampbellMerge branch 'riastradh-20190113-aarch64-v6'
2019-08-25 Taylor R CampbellOpen-code floating-point arithmetic on aarch64.
2019-08-25 Taylor R CampbellReduce some extraneous MOVK instructions in immediate...
2019-08-25 Taylor R CampbellFix set of architectures with busted fp compare exceptions.
2019-08-25 Taylor R CampbellWork around buggy libm on NetBSD/aarch64.
2019-08-25 Taylor R CampbellShow for which parameters the test failed.
2019-08-25 Taylor R CampbellSimplify flo:-inf.0 and flo:+inf.0.
2019-08-25 Taylor R CampbellFix missing #include.
2019-08-25 Taylor R CampbellLet caller specify how to get a temporary in ADD-IMMEDIATE.
2019-08-25 Taylor R CampbellNew GENERAL-TEMPORARY! shorthand.
2019-08-25 Taylor R CampbellFix units for cc_entry_to_block_offset/cc_return_to_blo...
2019-08-24 Taylor R CampbellFix comment about odd rounding mode.
2019-08-24 Taylor R CampbellAdd missing include guards.
2019-08-24 Taylor R CampbellUpdate and clarify fp-env documentation.
2019-08-24 Taylor R CampbellSimplify flo:update-environment!.
2019-08-24 Taylor R CampbellFix two bugs in floating-point environment.
2019-08-24 Taylor R CampbellTest busted flo:set-environment!.
2019-08-22 Taylor R CampbellSimplify some logic by using dedicated scratch register...
2019-08-22 Taylor R CampbellUse AC_CHECK_TOOL for as and allow configure parameter.
2019-08-21 Taylor R CampbellFix sign error in previous.
2019-08-21 Taylor R CampbellLink the endian-independent cmpauxmd for aarch64.
2019-08-21 Taylor R CampbellUpdate aarch64 release note.
2019-08-21 Taylor R CampbellValidate signed-26 PC-relative offset in B instruction.
2019-08-21 Taylor R CampbellComment out bogus ADRP-ADD pseudo-instruction definition.
2019-08-21 Taylor R CampbellNo need for a separate function here.
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.
next