Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use type propagation into add1 sub1 negate | Andrea Corallo | 2020-01-01 | 1 | -34/+66 | |
| | ||||||
* | move gcc_jit_context_dump_reproducer_to_file | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| | ||||||
* | fix missing direct call parsing in comp back-end | Andrea Corallo | 2020-01-01 | 1 | -1/+12 | |
| | ||||||
* | fix push handler propagation | Andrea Corallo | 2020-01-01 | 1 | -7/+13 | |
| | ||||||
* | optimize nil emission | Andrea Corallo | 2020-01-01 | 1 | -0/+6 | |
| | ||||||
* | print object in comment when emitting with emit_const_lisp_obj | Andrea Corallo | 2020-01-01 | 1 | -1/+2 | |
| | ||||||
* | add dead code removal pass | Andrea Corallo | 2020-01-01 | 1 | -3/+7 | |
| | ||||||
* | better note | Andrea Corallo | 2020-01-01 | 1 | -3/+3 | |
| | ||||||
* | floating frame in place | Andrea Corallo | 2020-01-01 | 1 | -40/+59 | |
| | ||||||
* | fix nomenclature into declare_function | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| | ||||||
* | better error signaling when compilation fails | Andrea Corallo | 2020-01-01 | 1 | -1/+1 | |
| | ||||||
* | cleanup unnecessary code and allow inlining at speed 3 | Andrea Corallo | 2020-01-01 | 1 | -3/+0 | |
| | ||||||
* | add direct-call direct-callref support into the backend | Andrea Corallo | 2020-01-01 | 1 | -13/+14 | |
| | ||||||
* | extend emit_call to perform direct calls | Andrea Corallo | 2020-01-01 | 1 | -31/+46 | |
| | ||||||
* | split declaration and compilation | Andrea Corallo | 2020-01-01 | 1 | -71/+59 | |
| | ||||||
* | better naming func_hash -> imported_func_h | Andrea Corallo | 2020-01-01 | 1 | -7/+7 | |
| | ||||||
* | dead code removal | Andrea Corallo | 2020-01-01 | 1 | -56/+0 | |
| | ||||||
* | guard comp-call-optim-form-call for byte compiled callee | Andrea Corallo | 2020-01-01 | 1 | -1/+1 | |
| | ||||||
* | add native_elisp field into Lisp_Subr | Andrea Corallo | 2020-01-01 | 1 | -0/+1 | |
| | ||||||
* | keep on fixing ssa | Andrea Corallo | 2020-01-01 | 1 | -6/+13 | |
| | ||||||
* | fix callref parsing into C back-end | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| | ||||||
* | modify callref format to explicitate mvars | Andrea Corallo | 2020-01-01 | 1 | -3/+4 | |
| | ||||||
* | rename comp-ctxt-funcs comp-ctxt-exp-funcs | Andrea Corallo | 2020-01-01 | 1 | -1/+1 | |
| | ||||||
* | style nit | Andrea Corallo | 2020-01-01 | 1 | -3/+2 | |
| | ||||||
* | fix broken selfcall optimization | Andrea Corallo | 2020-01-01 | 1 | -1/+15 | |
| | ||||||
* | pacify gcc and improve sanaity checks | Andrea Corallo | 2020-01-01 | 1 | -37/+57 | |
| | ||||||
* | add sanity check into compile_function | Andrea Corallo | 2020-01-01 | 1 | -0/+1 | |
| | ||||||
* | some error handling in compile_function | Andrea Corallo | 2020-01-01 | 1 | -1/+6 | |
| | ||||||
* | fix missing specbind import | Andrea Corallo | 2020-01-01 | 1 | -0/+6 | |
| | ||||||
* | rename HAVE_LIBGCCJIT -> HAVE_NATIVE_COMP | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| | ||||||
* | initial top level support (defvar working) | Andrea Corallo | 2020-01-01 | 1 | -3/+15 | |
| | ||||||
* | basic file compilation working | Andrea Corallo | 2020-01-01 | 1 | -3/+3 | |
| | ||||||
* | remove unused helper functions | Andrea Corallo | 2020-01-01 | 1 | -14/+0 | |
| | ||||||
* | use nrevese where necessary | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| | ||||||
* | emit fixnum constants as immediates | Andrea Corallo | 2020-01-01 | 1 | -4/+16 | |
| | ||||||
* | fix relocs for all inliners | Andrea Corallo | 2020-01-01 | 1 | -57/+46 | |
| | ||||||
* | update inline emitters | Andrea Corallo | 2020-01-01 | 1 | -18/+18 | |
| | ||||||
* | simplify condition in emit_ctxt_code | Andrea Corallo | 2020-01-01 | 1 | -2/+2 | |
| | ||||||
* | rework stati object serialization | Andrea Corallo | 2020-01-01 | 1 | -83/+100 | |
| | ||||||
* | let emit_literal_string_func emit a dbg friendly friendly | Andrea Corallo | 2020-01-01 | 1 | -0/+3 | |
| | ||||||
* | add helper_unwind_protect as runtime imported | Andrea Corallo | 2020-01-01 | 1 | -0/+6 | |
| | ||||||
* | long string literal workaround | Andrea Corallo | 2020-01-01 | 1 | -9/+56 | |
| | ||||||
* | add set_internal as runtime imported | Andrea Corallo | 2020-01-01 | 1 | -1/+10 | |
| | ||||||
* | typo fixes | Andrea Corallo | 2020-01-01 | 1 | -12/+12 | |
| | ||||||
* | add record_unwind_current_buffer as imported | Andrea Corallo | 2020-01-01 | 1 | -6/+9 | |
| | ||||||
* | add more runtime helpers | Andrea Corallo | 2020-01-01 | 1 | -0/+11 | |
| | ||||||
* | fix func reloc order emission | Andrea Corallo | 2020-01-01 | 1 | -17/+20 | |
| | ||||||
* | ignore inliners while relocating | Andrea Corallo | 2020-01-01 | 1 | -10/+12 | |
| | ||||||
* | adding runtime relocs | Andrea Corallo | 2020-01-01 | 1 | -14/+36 | |
| | ||||||
* | style fix in emit_limple_push_handler | Andrea Corallo | 2020-01-01 | 1 | -3/+2 | |
| |