summaryrefslogtreecommitdiff
path: root/src/comp.c
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2022-11-181-1/+1
* ; * src/comp.c (Fnative_elisp_load): Fix typo in docstringJuanma Barranquero2022-11-171-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-10-161-2/+15
|\
| * ; Fix documentation of 'comp-enable-subr-trampolines'Eli Zaretskii2022-10-151-2/+15
| * Update error message to reflect variable renameJeff Walsh2022-06-091-1/+1
* | Add comment explaining gcc_jit_context_new_bitcast usage.Vibhav Pant2022-10-051-0/+5
* | Address styling comments.Vibhav Pant2022-10-051-7/+7
* | comp.c: Add declaration for gcc_jit_type_is_pointer.Vibhav Pant2022-10-051-2/+12
* | src/comp.c: Use libgccjit's bitcast API for type coercion, when available.Vibhav Pant2022-10-051-5/+57
* | Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-031-3/+4
* | Add new variable 'inhibit-native-compilation'Lars Ingebrigtsen2022-10-031-0/+8
* | Update error message to reflect variable renameJeff Walsh2022-09-031-1/+1
* | * Expose `comp-loaded-comp-units-h'Andrea Corallo2022-08-181-9/+10
* | ; Fix warnings from #pragma GCC iagnostic pop on macOSGerd Möllmann2022-07-301-0/+4
* | native-comp-eln-load-path doc string fixLars Ingebrigtsen2022-07-021-1/+1
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
* | Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-4/+4
* | Revert "* src/comp.c (Fcomp_el_to_eln_filename): Update error message."Eli Zaretskii2022-06-091-1/+1
* | * src/comp.c (Fcomp_el_to_eln_filename): Update error message.Jeff Walsh2022-06-091-1/+1
* | Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-241-1/+1
* | Avoid compiler warnings on macOS (bug#55595)Eli Zaretskii2022-05-231-1/+1
* | Adjust more prin1-to-string callersLars Ingebrigtsen2022-05-151-6/+6
* | Port struct Lisp_Subr to C99Paul Eggert2022-04-181-1/+1
* | * src/comp.c: Few improvements following 71b8f1fc635.Andrea Corallo2022-03-221-7/+3
* | ; * src/comp.c: Update a comment.Andrea Corallo2022-03-211-1/+0
* | Make native helper functions staticPaul Eggert2022-03-191-10/+11
* | Remove unused fns/data and make fns staticPaul Eggert2022-03-191-13/+2
* | Remove internal_condition_case_[345]Paul Eggert2022-03-191-3/+9
* | Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-191-3/+13
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-3/+3
* | * Improve 'maybe_defer_native_compilation'Andrea Corallo2022-02-011-1/+2
* | Rename `comp--loadable' into `comp--compilable'Andrea Corallo2022-02-011-4/+4
* | Reduce code duplication in parts of (auto)load&defaliasStefan Monnier2022-01-281-13/+1
* | ; Rename 'startup--require-comp-safetly'Eli Zaretskii2022-01-281-1/+1
* | Fix potential native compiler circular dependencies during loadAndrea Corallo2022-01-271-1/+5
* | * src/comp.c (emit_lisp_obj_rval): Make use of NILP.Andrea Corallo2022-01-251-1/+1
* | * src/comp.c (emit_limple_insn): Fix another int/Lisp_Object mixupStefan Monnier2022-01-251-2/+2
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-36/+31
|\ \
| * | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\|
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * | Have 'dlopen' use RTLD_GLOBAL in 'dynlib_open'Andrea Corallo2021-12-151-3/+3
| * | Merge from origin/emacs-28Stefan Kangas2021-12-031-5/+13
| |\|
| | * Port to C compilers that lack size-0 arraysPaul Eggert2021-12-021-5/+13
| * | Merge from origin/emacs-28Stefan Kangas2021-12-011-3/+3
| |\|
| | * ; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.Eli Zaretskii2021-11-301-3/+3
| * | ; * src/comp.c (syms_of_comp): Fix first lines of doc strings.Eli Zaretskii2021-11-301-4/+4
| * | Improve native compiler startup circular dependecy prevention mechanismAndrea Corallo2021-11-301-24/+11
* | | Try to make scratch/correct-warning-pos build on Windows and not segfaultAlan Mackenzie2021-12-311-3/+2
* | | Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie2021-12-311-15/+75
* | | Make symbols with positions work with native compilationAlan Mackenzie2021-12-301-5/+237
|/ /