summaryrefslogtreecommitdiff
path: root/src/comp.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* * Fix ahead-of-time native compilation for out-of-tree builds (bug#48497)Andrea Corallo2021-05-211-1/+2
* Rename comp-deferred-compilationAndrea Corallo2021-05-111-3/+4
* Rename comp-eln-load-path → native-comp-eln-load-pathAndrea Corallo2021-05-061-7/+7
* Rename comp-warning-on-missing-sourceAndrea Corallo2021-05-061-1/+2
* Rename comp-native-driver-options → native-comp-driver-optionsAndrea Corallo2021-05-061-2/+2
* Rename comp-debug -> native-comp-debugAndrea Corallo2021-05-061-2/+2
* Rename comp-speed -> native-comp-speedAndrea Corallo2021-05-061-3/+3
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-051-1/+1
* ; * src/comp.c: Fix typos.Eli Zaretskii2021-04-271-2/+2
* ; Fix typosStefan Kangas2021-04-271-3/+3
* * src/comp.c (fixup_eln_load_path): Simplify code.Eli Zaretskii2021-04-181-7/+5
* Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii2021-04-171-17/+18
* * Introduce `comp-file-preloaded-p'Andrea Corallo2021-04-051-7/+13
* * src/comp.c (fixup_eln_load_path): Fix parameter name.Andrea Corallo2021-04-041-2/+2
* * src/comp.c (Fcomp_el_to_eln_filename): Fix doc.Andrea Corallo2021-04-041-1/+2
* Output native compiled preloaded files into the 'preloaded' subfolderAndrea Corallo2021-04-041-7/+22
* Issue a warning when eln look-up fails due to missing .el source file.Andrea Corallo2021-04-011-1/+2
* * src/comp.c (Fcomp__compile_ctxt_to_file): Fix debug level 1.Eli Zaretskii2021-03-311-1/+1
* Rework native compilation `comp-debug' (bug#46495)Andrea Corallo2021-03-311-2/+2
* Do not defer compilation when bytecode is explicitly requested (bug#46617)Andrea Corallo2021-03-311-1/+9
* Improve two native compiler related docstrings.Andrea Corallo2021-03-241-0/+2
* ; * src/comp.c (Fcomp_el_to_eln_filename): Improve docstring.Andrea Corallo2021-03-211-1/+2
* Prevent unnecessary multiple .el hashing in 'maybe_swap_for_eln'Andrea Corallo2021-03-211-6/+15
* Prefer expand-file-name to concat in native-compilation codeEli Zaretskii2021-03-151-4/+4
* Don't call setjmp through a function pointer on Windows (bug#47067)Pip Cet2021-03-141-12/+14