summaryrefslogtreecommitdiff
path: root/src/comp.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
|/ /
* | Update Fstring_match calls in comp.cLars Ingebrigtsen2021-10-071-2/+3
|/
* Fix build with native compilation but without zlibEli Zaretskii2021-09-221-0/+10
* Doc string fixes in comp.eEli Zaretskii2021-09-221-8/+26
* Avoid compiler warnings in comp.c on MS-WindowsEli Zaretskii2021-09-151-4/+16
* * Clean-up some unnecessary macro usage in comp.cAndrea Corallo2021-09-131-11/+6
* Add support for GCC compiler command-line optionsArthur Miller2021-09-101-0/+58
* * Add a dll loader entry for gcc_jit_context_new_cast (bug#50315)Kien Nguyen2021-09-011-0/+6
* Implement proper type conversion in native compilerAndreas Schwab2021-08-301-108/+102
* Set a unique ID for eln files on macOS (bug#45934)Andrea Corallo2021-08-221-0/+9
* Fix NS self contained eln location (bug#49271)Alan Third2021-07-011-1/+27
* ; * src/comp.c (ADD_IMPORTED): Fix broken macro.Mattias Engdegård2021-06-181-1/+1
* Fix resolution of symlinks during dumpingEli Zaretskii2021-05-271-9/+10