summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-01don't crash when trying to format a very long stringAndrea Corallo
2020-01-01fix subr-native-elisp-p predicate nameAndrea Corallo
2020-01-01do not force inlining for func involving ipa-proAndrea Corallo
2020-01-01add type hint to setcar setcdrAndrea Corallo
2020-01-01add type hint to car and cdrAndrea Corallo
2020-01-01use type propagation into add1 sub1 negateAndrea Corallo
2020-01-01move gcc_jit_context_dump_reproducer_to_fileAndrea Corallo
2020-01-01fix missing direct call parsing in comp back-endAndrea Corallo
2020-01-01fix push handler propagationAndrea Corallo
2020-01-01optimize nil emissionAndrea Corallo
2020-01-01print object in comment when emitting with emit_const_lisp_objAndrea Corallo
2020-01-01add dead code removal passAndrea Corallo
2020-01-01better noteAndrea Corallo
2020-01-01floating frame in placeAndrea Corallo
2020-01-01fix nomenclature into declare_functionAndrea Corallo
2020-01-01better error signaling when compilation failsAndrea Corallo
2020-01-01cleanup unnecessary code and allow inlining at speed 3Andrea Corallo
2020-01-01add direct-call direct-callref support into the backendAndrea Corallo
2020-01-01extend emit_call to perform direct callsAndrea Corallo
2020-01-01split declaration and compilationAndrea Corallo
2020-01-01better naming func_hash -> imported_func_hAndrea Corallo
2020-01-01dead code removalAndrea Corallo
2020-01-01guard comp-call-optim-form-call for byte compiled calleeAndrea Corallo
2020-01-01add native_elisp field into Lisp_SubrAndrea Corallo
2020-01-01keep on fixing ssaAndrea Corallo
2020-01-01fix callref parsing into C back-endAndrea Corallo
2020-01-01modify callref format to explicitate mvarsAndrea Corallo
2020-01-01rename comp-ctxt-funcs comp-ctxt-exp-funcsAndrea Corallo
2020-01-01style nitAndrea Corallo
2020-01-01fix broken selfcall optimizationAndrea Corallo
2020-01-01pacify gcc and improve sanaity checksAndrea Corallo
2020-01-01add sanity check into compile_functionAndrea Corallo
2020-01-01some error handling in compile_functionAndrea Corallo
2020-01-01fix missing specbind importAndrea Corallo
2020-01-01rename HAVE_LIBGCCJIT -> HAVE_NATIVE_COMPAndrea Corallo
2020-01-01fix build system for native compiler optionAndrea Corallo
2020-01-01initial top level support (defvar working)Andrea Corallo
2020-01-01basic file compilation workingAndrea Corallo
2020-01-01remove unused helper functionsAndrea Corallo
2020-01-01use nrevese where necessaryAndrea Corallo
2020-01-01emit fixnum constants as immediatesAndrea Corallo
2020-01-01fix relocs for all inlinersAndrea Corallo
2020-01-01update inline emittersAndrea Corallo
2020-01-01simplify condition in emit_ctxt_codeAndrea Corallo
2020-01-01rework stati object serializationAndrea Corallo
2020-01-01let emit_literal_string_func emit a dbg friendly friendlyAndrea Corallo
2020-01-01add helper_unwind_protect as runtime importedAndrea Corallo
2020-01-01long string literal workaroundAndrea Corallo
2020-01-01add set_internal as runtime importedAndrea Corallo
2020-01-01typo fixesAndrea Corallo