aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix struct thread_state definitionAndrea Corallo2020-01-011-2/+2
* fix awful pad hack in define_handler_structAndrea Corallo2020-01-011-47/+28
* jmp_buf as struct + offset workaroundAndrea Corallo2020-01-011-8/+34
* fix pushhandlerAndrea Corallo2020-01-011-4/+15
* dump all ops as commentsAndrea Corallo2020-01-011-120/+168
* pushhandlerAndrea Corallo2020-01-011-13/+29
* better emit_lisp_obj_from_ptrAndrea Corallo2020-01-011-4/+15
* better logging into emit_scratch_callNAndrea Corallo2020-01-011-0/+6
* imrpve macrosAndrea Corallo2020-01-011-4/+6
* rework debug dumpAndrea Corallo2020-01-011-1/+7
* name basic blocksAndrea Corallo2020-01-011-1/+3
* adding Bpushconditioncase BpushcatchAndrea Corallo2020-01-011-50/+197
* more type definitionsAndrea Corallo2020-01-011-11/+89
* better macro usageAndrea Corallo2020-01-011-4/+1
* use emacs_intAndrea Corallo2020-01-011-31/+46
* some renaming conventionAndrea Corallo2020-01-011-28/+21
* Bcar_safe Bcdr_safe supportAndrea Corallo2020-01-011-3/+7
* Bstack_set2 supportAndrea Corallo2020-01-011-1/+6
* Binsert supportAndrea Corallo2020-01-011-1/+2
* BdiscardN supportAndrea Corallo2020-01-011-13/+22
* Bnumberp supportAndrea Corallo2020-01-011-1/+25
* fix conspAndrea Corallo2020-01-011-7/+10
* Bintegerp supportAndrea Corallo2020-01-011-84/+143
* add emit_INTEGERPAndrea Corallo2020-01-011-0/+12
* add emit_BIGNUMPAndrea Corallo2020-01-011-7/+15
* emit_call funcs return now rvalAndrea Corallo2020-01-011-49/+38
* helper_PSEUDOVECTOR_TYPEP -> helper_PSEUDOVECTOR_TYPEP_XUNTAGAndrea Corallo2020-01-011-9/+12
* better naming ocnventionAndrea Corallo2020-01-011-134/+136
* add declare_PSEUDOVECTORPAndrea Corallo2020-01-011-144/+230
* XLP XLI l and r valuesAndrea Corallo2020-01-011-14/+30
* rename comp_lisp_obj_from_ptrAndrea Corallo2020-01-011-11/+11
* reset compiler context for everi runAndrea Corallo2020-01-011-156/+158
* make some order into debug facilitiesAndrea Corallo2020-01-011-15/+17
* add comp_VECTORLIKEPAndrea Corallo2020-01-011-0/+6
* adding other opsAndrea Corallo2020-01-011-63/+58
* inline conspAndrea Corallo2020-01-011-1/+15
* add comp_TAGGEDPAndrea Corallo2020-01-011-0/+48
* fix prologue strategyAndrea Corallo2020-01-011-2/+6
* improve comp_lisp_obj_as_ptr_from_ptr generated var namingAndrea Corallo2020-01-011-1/+9
* add Bstack_setAndrea Corallo2020-01-011-1/+10
* add setcar setcdrAndrea Corallo2020-01-011-2/+9
* add arithmetic comparisonsAndrea Corallo2020-01-011-8/+23
* add Bnegate supportAndrea Corallo2020-01-011-5/+58
* code cleanupAndrea Corallo2020-01-011-7/+0
* add Badd1 supportAndrea Corallo2020-01-011-3/+60
* allow + in lisp functions to be compiledAndrea Corallo2020-01-011-1/+2
* add speed parameterAndrea Corallo2020-01-011-5/+24
* add sub1Andrea Corallo2020-01-011-63/+224
* generate reproducer if neededAndrea Corallo2020-01-011-0/+3
* add comp_xfixnum + comp_make_fixnumAndrea Corallo2020-01-011-1/+60