index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp.c
Age
Commit message (
Expand
)
Author
2020-12-28
Reorder subr register function arguments to make some room
Andrea Corallo
2020-12-27
* Don't require trailing backslashes in `comp-eln-load-path' (bug#45462)
Andrea Corallo
2020-12-24
Invert basic block argument order in LIMPLE cond-jump
Andrea Corallo
2020-12-22
Fix --with-nativecomp Windows build (bug#45303)
Liāu, Kiong-Gē 廖宮毅
2020-12-21
Fix Windows build link-time zlib error (bug#45303)
Andrea Corallo
2020-12-21
* src/comp.c (eln_load_path_final_clean_up): Fix call arg order (bug#45303).
Andrea Corallo
2020-12-21
* src/comp.c (Fcomp__compile_ctxt_to_file): Fix sigmask store/restore.
Andrea Corallo
2020-12-20
* Fix missing 'gcc_jit_type_get_const' macro definition (bug#45303).
Andrea Corallo
2020-12-19
Add 'internal_condition_case_5' (bug#45303).
Andrea Corallo
2020-12-19
* Add 'gcc_jit_type_get_const' to Windows dynamic load machinery (bug#45303).
Andrea Corallo
2020-12-19
* Move diagnostic pragmas out of namespace-scope (bug#45303).
Andrea Corallo
2020-12-04
* Fix `load-history' causing a number of spurious compiler warnings
Andrea Corallo
2020-12-04
* Reduce (half) the number of loads emitted for calling into C code
Andrea Corallo
2020-11-27
* Synthesize as const primitive function pointers and its container struct.
Andrea Corallo
2020-11-21
Make load argument of native-compile-async internal
Stefan Kangas
2020-11-20
; Fix trivial typos
Stefan Kangas
2020-11-18
* Fix eln file hasing for symlink paths (bug#44701)
Andrea Corallo
2020-11-16
Various doc fixes for comp.el and comp.c
Stefan Kangas
2020-11-14
* Fix debug symbol emission
Andrea Corallo
2020-11-12
Add initial nativecomp typeset and range propagation support
Andrea Corallo
2020-11-07
* Allow for manually bumbing new native compiler ABI versions
Andrea Corallo
2020-11-07
Allow for native compilation qualities to be specified per input file
Andrea Corallo
2020-11-01
Add new cond-rw pass to have forward propagation track cond branches
Andrea Corallo
2020-10-14
Use form native compilation in `comp-trampoline-compile'
Andrea Corallo
2020-10-14
Have `native-elisp-load' return the last registerd function
Andrea Corallo
2020-10-10
Provide feature nativecomp and make use of it
Andrea Corallo
2020-10-10
Various typo fixes in native compiler related files
Brian Leung
2020-10-07
* Fix failure when eln-cache is removed (introduced by 4a1bb46260)
Andrea Corallo
2020-10-06
* Native compiling do not target a directory with no write permission
Andrea Corallo
2020-10-05
Make primitive redefinition effective through trampoline synthesis
Andrea Corallo
2020-10-04
Make filename hashing compatible with self contained builds (bug#43532)
Andrea Corallo
2020-09-30
* Improve some docstring in src/comp.c
Andrea Corallo
2020-09-28
Rename in docstrings "non nil" into "non-nil"
Andrea Corallo
2020-09-24
Do not install a subr trampoline twice
Andrea Corallo
2020-09-23
* Add `comp--install-trampoline' machinery
Andrea Corallo
2020-09-22
* Fix MacOS Emacs.app installation (bug#43532)
Andrea Corallo
2020-09-15
* Better error handling after calling 'gcc_jit_context_compile_to_file'
Andrea Corallo
2020-09-11
* src/comp.c (emit_static_object): Make use of ARRAYELTS.
Andrea Corallo
2020-09-11
* Make use of new 'gcc_jit_global_set_initializer' entry point
Andrea Corallo
2020-09-10
* Guard against trying to rename files into eln sys directory
Andrea Corallo
2020-09-10
* Fix rename file error when reloading the same file from an sys eln dir.
Andrea Corallo
2020-09-10
Revert "* src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at b...
Andrea Corallo
2020-09-08
* src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at bootstrap.
Andrea Corallo
2020-09-08
* Name temp eln files as .eln.tmp so we can't clean-up them mistakenly.
Andrea Corallo
2020-09-06
* src/comp.c (Fcomp__compile_ctxt_to_file): Rename a variable.
Andrea Corallo
2020-09-06
* src/comp.c (Fnative_elisp_load): Make recompilation always effective.
Andrea Corallo
2020-09-06
Rework eln deletion strategy for new eln-cache folder structure
Andrea Corallo
2020-09-04
Rename and move eln system directory
Andrea Corallo
2020-08-26
Merge branch 'add_driver_option' into HEAD
Andrea Corallo
2020-08-26
* Init gcc_jit_context_add_driver_option as optional
Andrea Corallo
[prev]
[next]