summaryrefslogtreecommitdiff
path: root/src/comp.c
Commit message (Expand)AuthorAge
* Fix NS self contained eln location (bug#49271)Alan Third2021-07-01
* ; * src/comp.c (ADD_IMPORTED): Fix broken macro.Mattias Engdegård2021-06-18
* Fix resolution of symlinks during dumpingEli Zaretskii2021-05-27
* * Fix ahead-of-time native compilation for out-of-tree builds (bug#48497)Andrea Corallo2021-05-21
* Rename comp-deferred-compilationAndrea Corallo2021-05-11
* Rename comp-eln-load-path → native-comp-eln-load-pathAndrea Corallo2021-05-06
* Rename comp-warning-on-missing-sourceAndrea Corallo2021-05-06
* Rename comp-native-driver-options → native-comp-driver-optionsAndrea Corallo2021-05-06
* Rename comp-debug -> native-comp-debugAndrea Corallo2021-05-06
* Rename comp-speed -> native-comp-speedAndrea Corallo2021-05-06
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-05
* ; * src/comp.c: Fix typos.Eli Zaretskii2021-04-27
* ; Fix typosStefan Kangas2021-04-27
* * src/comp.c (fixup_eln_load_path): Simplify code.Eli Zaretskii2021-04-18
* Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii2021-04-17
* * Introduce `comp-file-preloaded-p'Andrea Corallo2021-04-05
* * src/comp.c (fixup_eln_load_path): Fix parameter name.Andrea Corallo2021-04-04
* * src/comp.c (Fcomp_el_to_eln_filename): Fix doc.Andrea Corallo2021-04-04
* Output native compiled preloaded files into the 'preloaded' subfolderAndrea Corallo2021-04-04
* Issue a warning when eln look-up fails due to missing .el source file.Andrea Corallo2021-04-01
* * src/comp.c (Fcomp__compile_ctxt_to_file): Fix debug level 1.Eli Zaretskii2021-03-31
* Rework native compilation `comp-debug' (bug#46495)Andrea Corallo2021-03-31
* Do not defer compilation when bytecode is explicitly requested (bug#46617)Andrea Corallo2021-03-31
* Improve two native compiler related docstrings.Andrea Corallo2021-03-24
* ; * src/comp.c (Fcomp_el_to_eln_filename): Improve docstring.Andrea Corallo2021-03-21
* Prevent unnecessary multiple .el hashing in 'maybe_swap_for_eln'Andrea Corallo2021-03-21
* Prefer expand-file-name to concat in native-compilation codeEli Zaretskii2021-03-15
* Don't call setjmp through a function pointer on Windows (bug#47067)Pip Cet2021-03-14
* Fix hang due to failure to clean up *.eln.old files at exitEli Zaretskii2021-03-14
* * src/comp.c (ABI_VERSION): Bump following-up 380ba045c4.Andrea Corallo2021-03-09
* * Fix comp unit type decl in eln files to fix GC crash (bug#46256)Pip Cet2021-03-09
* Zero stale pointer when unloading comp units (bug#46256)Pip Cet2021-03-09
* * Handle `comp-native-driver-options' both as file-local both as globalAndrea Corallo2021-03-07
* ; * src/comp.c (load_comp_unit): Fix a comment.Andrea Corallo2021-03-07
* Allow for `comp-native-driver-options' to work as a file-local variable.Andrea Corallo2021-03-07
* * Work around GCC PR99126 on all libgccjit < 11Andrea Corallo2021-03-07
* Fix encoding of file names in comp.cEli Zaretskii2021-03-07
* ; * src/comp.c (Fcomp__compile_ctxt_to_file) [WINDOWSNT]: Fix last change.Eli Zaretskii2021-03-07
* Fix libgccjit PROGNAME on MS-WindowsEli Zaretskii2021-03-07
* Fix some unsafe uses of SSDATA in comp.cEli Zaretskii2021-03-05
* * Harden `comp-abi-hash' computationAndrea Corallo2021-03-05
* * src/comp.c (hash_native_abi): Account for `system-configuraton-options'.Andrea Corallo2021-03-04
* Don't call _setjmp through a function pointer (Bug#46824)Pip Cet2021-03-03
* * src/comp.c (return_nil): Make it not a nested function.Andrea Corallo2021-03-03
* Fix compilation warnings in --with-wide-int build on WindowsEli Zaretskii2021-03-03
* Migrate and rename a bunch of functions from comp.el to comp-cstr.elAndrea Corallo2021-02-28
* * Canonicalize filenames on Windows before hashing (bug#46256)Andrea Corallo2021-02-26
* * Work around bug#46495 (GCC PR99126)Andrea Corallo2021-02-19
* * Remove unnecessary function 'emit_rvalue_from_unsigned_long_long'Andrea Corallo2021-02-19
* * Pacify GCC warning on non wide-int configurationsAndrea Corallo2021-02-19