summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-01define internal-native-compiler-error as errorAndrea Corallo
2020-01-01better error handling while loading eln filesAndrea Corallo
2020-01-01fix symbol_subr + better namingAndrea Corallo
2020-01-01fix missing goto into load_comp_unitAndrea Corallo
2020-01-01remove unsigned in favor of ptrdiff_tAndrea Corallo
2020-01-01remove native-load-historyAndrea Corallo
2020-01-01fix jump table emission when test fn is not eqAndrea Corallo
2020-01-01some style nitsAndrea Corallo
2020-01-01require advice when compiling or loadingAndrea Corallo
2020-01-01make compilation too robust against advicesAndrea Corallo
2020-01-01better error signaling while loadingAndrea Corallo
2020-01-01Vnative_units_loaded -> Vnative_load_historyAndrea Corallo
2020-01-01remove old eln before creating a new one to prevent crashesAndrea Corallo
2020-01-01style nit into load_comp_unitAndrea Corallo
2020-01-01add native-units-loadedAndrea Corallo
2020-01-01emit_limple_push_handler style fixAndrea Corallo
2020-01-01fix emit_limple_call_ref for 0 args caseAndrea Corallo
2020-01-01fix max depth compilationAndrea Corallo
2020-01-01improve subr-native-elisp-pAndrea Corallo
2020-01-01make load mechanism robust against primitives advisesAndrea Corallo
2020-01-01better error handling into load_comp_unitAndrea Corallo
2020-01-01temporary fix subr doc field to zeroAndrea Corallo
2020-01-01fix compilation when native compiler is not enabledAndrea Corallo
2020-01-01cleanup unnecessary symbol definitionAndrea Corallo
2020-01-01set intspec to NULL when creating subrsAndrea Corallo
2020-01-01chasing GNU styleAndrea Corallo
2020-01-01better FUNCALL1 nameAndrea Corallo
2020-01-01XFIXNUM return EMACS_INTAndrea Corallo
2020-01-01minimal error handling in load_comp_unitAndrea Corallo
2020-01-01fix non local mechanismAndrea Corallo
2020-01-01better comp-debug customizeAndrea Corallo
2020-01-01move speed definition into lisp codeAndrea Corallo
2020-01-01fix SIGIO hang after compilationAndrea Corallo
2020-01-01simplify non local exit handler mechanismAndrea Corallo
2020-01-01sanity check during eln loadAndrea Corallo
2020-01-01add pure addr relocation mechanismAndrea Corallo
2020-01-01add current thread missing reloc mechanismAndrea Corallo
2020-01-01comment unused functionsAndrea Corallo
2020-01-01fix missing byte-save-restriction opAndrea Corallo
2020-01-01allow nested loadingsAndrea Corallo
2020-01-01rework top level environment modification mechanismAndrea Corallo
2020-01-01native compile return the filename of the compilation unitAndrea Corallo
2020-01-01fix invalid write into emit_limple_insnAndrea Corallo
2020-01-01some clean-upAndrea Corallo
2020-01-01rework emit_limple_insn arg parsingAndrea Corallo
2020-01-01add fetch-handler operatorAndrea Corallo
2020-01-01fix ice logging messageAndrea Corallo
2020-01-01remove INLINE hints from comp.cAndrea Corallo
2020-01-01fix missing direct parameter forwarding into emit_limple_call_refAndrea Corallo
2020-01-01remove unnecessary autostirng usageAndrea Corallo