aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix wrong enum usage into declare_functionAndrea Corallo2020-01-011-1/+1
* update limple commentsAndrea Corallo2020-01-011-13/+12
* review two slot names in comp-funcAndrea Corallo2020-01-011-4/+4
* style fixes into comp.cAndrea Corallo2020-01-011-24/+27
* error handling reworkAndrea Corallo2020-01-011-40/+60
* define internal-native-compiler-error as errorAndrea Corallo2020-01-011-2/+8
* better error handling while loading eln filesAndrea Corallo2020-01-011-29/+36
* fix symbol_subr + better namingAndrea Corallo2020-01-011-6/+6
* fix missing goto into load_comp_unitAndrea Corallo2020-01-011-1/+4
* remove unsigned in favor of ptrdiff_tAndrea Corallo2020-01-011-12/+12
* remove native-load-historyAndrea Corallo2020-01-011-6/+0
* fix jump table emission when test fn is not eqAndrea Corallo2020-01-011-0/+12
* some style nitsAndrea Corallo2020-01-011-19/+19
* require advice when compiling or loadingAndrea Corallo2020-01-011-0/+5
* make compilation too robust against advicesAndrea Corallo2020-01-011-6/+17
* better error signaling while loadingAndrea Corallo2020-01-011-5/+11
* Vnative_units_loaded -> Vnative_load_historyAndrea Corallo2020-01-011-8/+4
* remove old eln before creating a new one to prevent crashesAndrea Corallo2020-01-011-0/+6
* style nit into load_comp_unitAndrea Corallo2020-01-011-12/+10
* add native-units-loadedAndrea Corallo2020-01-011-2/+12
* emit_limple_push_handler style fixAndrea Corallo2020-01-011-5/+5
* fix emit_limple_call_ref for 0 args caseAndrea Corallo2020-01-011-1/+3
* make load mechanism robust against primitives advisesAndrea Corallo2020-01-011-42/+38
* better error handling into load_comp_unitAndrea Corallo2020-01-011-10/+16
* temporary fix subr doc field to zeroAndrea Corallo2020-01-011-0/+1
* cleanup unnecessary symbol definitionAndrea Corallo2020-01-011-1/+0
* set intspec to NULL when creating subrsAndrea Corallo2020-01-011-0/+1
* chasing GNU styleAndrea Corallo2020-01-011-36/+37
* better FUNCALL1 nameAndrea Corallo2020-01-011-34/+35
* XFIXNUM return EMACS_INTAndrea Corallo2020-01-011-12/+11
* minimal error handling in load_comp_unitAndrea Corallo2020-01-011-1/+3
* fix non local mechanismAndrea Corallo2020-01-011-1/+1
* better comp-debug customizeAndrea Corallo2020-01-011-3/+5
* move speed definition into lisp codeAndrea Corallo2020-01-011-8/+5
* fix SIGIO hang after compilationAndrea Corallo2020-01-011-0/+3
* simplify non local exit handler mechanismAndrea Corallo2020-01-011-33/+30
* sanity check during eln loadAndrea Corallo2020-01-011-8/+12
* add pure addr relocation mechanismAndrea Corallo2020-01-011-7/+18
* add current thread missing reloc mechanismAndrea Corallo2020-01-011-10/+24
* comment unused functionsAndrea Corallo2020-01-011-2/+2
* fix missing byte-save-restriction opAndrea Corallo2020-01-011-0/+13
* allow nested loadingsAndrea Corallo2020-01-011-21/+24
* rework top level environment modification mechanismAndrea Corallo2020-01-011-43/+40
* native compile return the filename of the compilation unitAndrea Corallo2020-01-011-4/+3
* fix invalid write into emit_limple_insnAndrea Corallo2020-01-011-1/+2
* some clean-upAndrea Corallo2020-01-011-11/+0
* rework emit_limple_insn arg parsingAndrea Corallo2020-01-011-30/+25
* add fetch-handler operatorAndrea Corallo2020-01-011-46/+60
* fix ice logging messageAndrea Corallo2020-01-011-3/+2
* remove INLINE hints from comp.cAndrea Corallo2020-01-011-6/+6