aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix doc strings of recent changesEli Zaretskii2024-03-201-4/+5
* Add native compiler sanitizerAndrea Corallo2024-03-201-3/+39
* (cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier2024-03-181-1/+1
* Rename a number of native compiler functionsAndrea Corallo2024-02-111-3/+3
* Add DOHASH_SAFE, make DOHASH faster (bug#68690)Mattias Engdegård2024-01-271-8/+13
* (DOHASH): Change calling conventionStefan Monnier2024-01-241-11/+8
* Add C macro for hash table iterationMattias Engdegård2024-01-211-24/+16
* Be more systematic about parens in C source codePaul Eggert2024-01-201-1/+1
* Abstract predicate and constant for unused hash keysMattias Engdegård2024-01-121-4/+4
* Merge from origin/emacs-29Eli Zaretskii2024-01-061-2/+2
|\
| * * src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash table Qunbound use.Andrea Corallo2024-01-041-2/+2
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix some emacs_fopen confusionPaul Eggert2023-08-071-2/+2
* | ; * src/comp.c (CALL0I): Ifdef away, as it's now unused.Eli Zaretskii2023-07-151-0/+2
* | src/comp.c: Use `pending_funcalls` to fix bug#64494Stefan Monnier2023-07-131-18/+5
* | Merge from origin/emacs-29Eli Zaretskii2023-06-101-1/+1
|\ \ | |/
| * ; Update my mail addressAndrea Corallo2023-06-081-1/+1
* | Merge from origin/emacs-29João Távora2023-04-031-0/+8
|\ \ | |/
| * Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-291-0/+8
* | Merge from origin/emacs-29Stefan Kangas2023-02-211-2/+6
|\ \ | |/
| * Make the native compiler always use `make-temp-file' for temporary filesAndrea Corallo2023-02-201-1/+6
* | Merge from origin/emacs-29Stefan Kangas2023-02-181-50/+48
|\ \ | |/
| * ; Improve and update documentation of native compilationEli Zaretskii2023-02-171-41/+44
| * Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo2023-02-131-4/+4
| * Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-131-1/+2
| * Support `comp-enable-subr-trampolines' as string valueAndrea Corallo2023-02-131-1/+4
| * Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo2023-02-131-8/+0
| * Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo2023-02-131-4/+3
* | * src/comp.c (Fcomp__compile_ctxt_to_file): Don't create output file twiceAndrea Corallo2023-02-141-1/+2
* | Merge from origin/emacs-29Stefan Kangas2023-01-301-3/+0
|\ \ | |/
| * ; * src/comp.c: Remove Local Variables section to avoid warnings.Eli Zaretskii2023-01-281-3/+0
* | * src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996).Eli Zaretskii2023-01-291-1/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; 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