aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Windows build link-time zlib error (bug#45303)Andrea Corallo2020-12-211-88/+0
* * src/comp.c (eln_load_path_final_clean_up): Fix call arg order (bug#45303).Andrea Corallo2020-12-211-1/+1
* * src/comp.c (Fcomp__compile_ctxt_to_file): Fix sigmask store/restore.Andrea Corallo2020-12-211-2/+1
* * Fix missing 'gcc_jit_type_get_const' macro definition (bug#45303).Andrea Corallo2020-12-201-0/+1
* Add 'internal_condition_case_5' (bug#45303).Andrea Corallo2020-12-191-2/+2
* * Add 'gcc_jit_type_get_const' to Windows dynamic load machinery (bug#45303).Andrea Corallo2020-12-191-0/+3
* * Move diagnostic pragmas out of namespace-scope (bug#45303).Andrea Corallo2020-12-191-9/+6
* * Fix `load-history' causing a number of spurious compiler warningsAndrea Corallo2020-12-041-0/+3
* * Reduce (half) the number of loads emitted for calling into C codeAndrea Corallo2020-12-041-10/+36
* * Synthesize as const primitive function pointers and its container struct.Andrea Corallo2020-11-271-7/+10
* Make load argument of native-compile-async internalStefan Kangas2020-11-211-3/+3
* ; Fix trivial typosStefan Kangas2020-11-201-6/+6
* * Fix eln file hasing for symlink paths (bug#44701)Andrea Corallo2020-11-181-1/+9
* Various doc fixes for comp.el and comp.cStefan Kangas2020-11-161-26/+24
* * Fix debug symbol emissionAndrea Corallo2020-11-141-20/+19
* Add initial nativecomp typeset and range propagation supportAndrea Corallo2020-11-121-11/+13
* * Allow for manually bumbing new native compiler ABI versionsAndrea Corallo2020-11-071-3/+8
* Allow for native compilation qualities to be specified per input fileAndrea Corallo2020-11-071-17/+15
* Add new cond-rw pass to have forward propagation track cond branchesAndrea Corallo2020-11-011-2/+3
* Use form native compilation in `comp-trampoline-compile'Andrea Corallo2020-10-141-2/+4
* Have `native-elisp-load' return the last registerd functionAndrea Corallo2020-10-141-6/+5
* Provide feature nativecomp and make use of itAndrea Corallo2020-10-101-0/+1
* Various typo fixes in native compiler related filesBrian Leung2020-10-101-1/+1
* * Fix failure when eln-cache is removed (introduced by 4a1bb46260)Andrea Corallo2020-10-071-7/+37
* * Native compiling do not target a directory with no write permissionAndrea Corallo2020-10-061-1/+15
* Make primitive redefinition effective through trampoline synthesisAndrea Corallo2020-10-051-0/+6
* Make filename hashing compatible with self contained builds (bug#43532)Andrea Corallo2020-10-041-17/+5
* * Improve some docstring in src/comp.cAndrea Corallo2020-09-301-10/+10
* Rename in docstrings "non nil" into "non-nil"Andrea Corallo2020-09-281-1/+1
* Do not install a subr trampoline twiceAndrea Corallo2020-09-241-0/+5
* * Add `comp--install-trampoline' machineryAndrea Corallo2020-09-231-0/+34
* * Fix MacOS Emacs.app installation (bug#43532)Andrea Corallo2020-09-221-9/+21
* * Better error handling after calling 'gcc_jit_context_compile_to_file'Andrea Corallo2020-09-151-0/+7
* * src/comp.c (emit_static_object): Make use of ARRAYELTS.Andrea Corallo2020-09-111-1/+1
* * Make use of new 'gcc_jit_global_set_initializer' entry pointAndrea Corallo2020-09-111-3/+42
* * Guard against trying to rename files into eln sys directoryAndrea Corallo2020-09-101-0/+13
* * Fix rename file error when reloading the same file from an sys eln dir.Andrea Corallo2020-09-101-6/+13
* Revert "* src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at b...Andrea Corallo2020-09-101-4/+1
* * src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at bootstrap.Andrea Corallo2020-09-081-1/+4
* * Name temp eln files as .eln.tmp so we can't clean-up them mistakenly.Andrea Corallo2020-09-081-3/+1
* * src/comp.c (Fcomp__compile_ctxt_to_file): Rename a variable.Andrea Corallo2020-09-061-2/+2
* * src/comp.c (Fnative_elisp_load): Make recompilation always effective.Andrea Corallo2020-09-061-8/+23
* Rework eln deletion strategy for new eln-cache folder structureAndrea Corallo2020-09-061-210/+26
* Rename and move eln system directoryAndrea Corallo2020-09-041-18/+16
* Merge branch 'add_driver_option' into HEADAndrea Corallo2020-08-261-0/+50
|\
| * * Init gcc_jit_context_add_driver_option as optionalAndrea Corallo2020-08-261-1/+1
| * * Rename comp-native-driver-options-available-pAndrea Corallo2020-08-261-5/+7
| * * src/comp.c (add_driver_options): Fix missing condition + clean-up pragmaAndrea Corallo2020-08-261-5/+4
| * * Add 'comp-native-driver-options-available-p'Andreas Fuchs2020-08-261-0/+18
| * * Improve 'add_driver_options'Andrea Corallo2020-08-261-18/+10