aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Handle `comp-native-driver-options' both as file-local both as globalAndrea Corallo2021-03-071-3/+16
* ; * src/comp.c (load_comp_unit): Fix a comment.Andrea Corallo2021-03-071-1/+1
* Allow for `comp-native-driver-options' to work as a file-local variable.Andrea Corallo2021-03-071-1/+3
* * Work around GCC PR99126 on all libgccjit < 11Andrea Corallo2021-03-071-1/+2
* Fix encoding of file names in comp.cEli Zaretskii2021-03-071-1/+6
* ; * src/comp.c (Fcomp__compile_ctxt_to_file) [WINDOWSNT]: Fix last change.Eli Zaretskii2021-03-071-0/+1
* Fix libgccjit PROGNAME on MS-WindowsEli Zaretskii2021-03-071-0/+30
* Fix some unsafe uses of SSDATA in comp.cEli Zaretskii2021-03-051-12/+21
* * Harden `comp-abi-hash' computationAndrea Corallo2021-03-051-1/+12
* * src/comp.c (hash_native_abi): Account for `system-configuraton-options'.Andrea Corallo2021-03-041-1/+2
* Don't call _setjmp through a function pointer (Bug#46824)Pip Cet2021-03-031-7/+17
* * src/comp.c (return_nil): Make it not a nested function.Andrea Corallo2021-03-031-2/+8
* Fix compilation warnings in --with-wide-int build on WindowsEli Zaretskii2021-03-031-3/+9
* Migrate and rename a bunch of functions from comp.el to comp-cstr.elAndrea Corallo2021-02-281-2/+2
* * Canonicalize filenames on Windows before hashing (bug#46256)Andrea Corallo2021-02-261-2/+9
* * Work around bug#46495 (GCC PR99126)Andrea Corallo2021-02-191-0/+15
* * Remove unnecessary function 'emit_rvalue_from_unsigned_long_long'Andrea Corallo2021-02-191-47/+3
* * Pacify GCC warning on non wide-int configurationsAndrea Corallo2021-02-191-8/+12
* * Add a bunch of assertions for fixnums coming from Lisp later used as intAndrea Corallo2021-02-181-0/+7
* * Add assertion guarding against emitting a relocation array overflowAndrea Corallo2021-02-181-11/+19
* * src/comp.c (Fcomp__compile_ctxt_to_file): Clean-up unused variable.Andrea Corallo2021-02-171-2/+0
* * Clean-up some signal related dead-codeAndrea Corallo2021-02-161-25/+0
* * src/comp.c (check_comp_unit_relocs): Prefer ptrdiff_t to EMACS_INT.Andrea Corallo2021-02-161-2/+2
* * Better long range checkAndrea Corallo2021-02-161-4/+4
* * Sanitize frame slot access in finalAndrea Corallo2021-02-161-6/+9
* Revert "* src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'."Andrea Corallo2021-02-141-1/+1
* * src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'.Andrea Corallo2021-02-141-1/+1
* * src/comp.c (load_comp_unit): Fix 'data_ephemeral_vec' shadowing decl.Andrea Corallo2021-02-141-1/+1
* * Remove `system-configuration' from eln filenameAndrea Corallo2021-02-031-7/+3
* * Short eln filename hashesAndrea Corallo2021-02-031-2/+5
* Make `comp-enable-subr-trampolines' effective for advices (bug#45854)Andrea Corallo2021-01-171-3/+3
* Improve `comp-libgccjit-reproducer'Andrea Corallo2021-01-091-1/+1
* Add new customize `comp-libgccjit-reproducer'Andrea Corallo2021-01-091-2/+5
* * src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash table iteration.Andrea Corallo2021-01-011-4/+6
* Introduce 'unreachable' LIMPLE operatorAndrea Corallo2021-01-011-18/+29
* Store function type and expose it with `subr-type'Andrea Corallo2020-12-281-12/+16
* Reorder subr register function arguments to make some roomAndrea Corallo2020-12-281-13/+14
* * Don't require trailing backslashes in `comp-eln-load-path' (bug#45462)Andrea Corallo2020-12-271-1/+2
* Invert basic block argument order in LIMPLE cond-jumpAndrea Corallo2020-12-241-2/+2
* Fix --with-nativecomp Windows build (bug#45303)Liāu, Kiong-Gē 廖宮毅2020-12-221-1/+1
* Fix Windows build link-time zlib error (bug#45303)Andrea Corallo2020-12-211-88/+0
* * src/comp.c (eln_load_path_final_clean_up): Fix call arg order (bug#45303).Andrea Corallo2020-12-211-1/+1
* * src/comp.c (Fcomp__compile_ctxt_to_file): Fix sigmask store/restore.Andrea Corallo2020-12-211-2/+1
* * Fix missing 'gcc_jit_type_get_const' macro definition (bug#45303).Andrea Corallo2020-12-201-0/+1
* Add 'internal_condition_case_5' (bug#45303).Andrea Corallo2020-12-191-2/+2
* * Add 'gcc_jit_type_get_const' to Windows dynamic load machinery (bug#45303).Andrea Corallo2020-12-191-0/+3
* * Move diagnostic pragmas out of namespace-scope (bug#45303).Andrea Corallo2020-12-191-9/+6
* * Fix `load-history' causing a number of spurious compiler warningsAndrea Corallo2020-12-041-0/+3
* * Reduce (half) the number of loads emitted for calling into C codeAndrea Corallo2020-12-041-10/+36
* * Synthesize as const primitive function pointers and its container struct.Andrea Corallo2020-11-271-7/+10