| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | Fix hang due to failure to clean up *.eln.old files at exit | Eli Zaretskii | 2021-03-14 | 1 | -1/+1 | |
| | * | | | | | | | | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-03-12 | 7 | -43/+109 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | * src/comp.c (ABI_VERSION): Bump following-up 380ba045c4. | Andrea Corallo | 2021-03-09 | 1 | -1/+1 | |
| | * | | | | | | | | | Merge commit '9cbdf20316' into native-comp | Andrea Corallo | 2021-03-09 | 5 | -9/+59 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | * Fix comp unit type decl in eln files to fix GC crash (bug#46256) | Pip Cet | 2021-03-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | Zero stale pointer when unloading comp units (bug#46256) | Pip Cet | 2021-03-09 | 3 | -2/+17 | |
| | * | | | | | | | | | | * Handle `comp-native-driver-options' both as file-local both as global | Andrea Corallo | 2021-03-07 | 1 | -3/+16 | |
| | * | | | | | | | | | | ; * src/comp.c (load_comp_unit): Fix a comment. | Andrea Corallo | 2021-03-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | Allow for `comp-native-driver-options' to work as a file-local variable. | Andrea Corallo | 2021-03-07 | 1 | -1/+3 | |
| | * | | | | | | | | | | * Work around GCC PR99126 on all libgccjit < 11 | Andrea Corallo | 2021-03-07 | 1 | -1/+2 | |
| | * | | | | | | | | | | Avoid aborts in native-comp subprocesses when exiting Emacs on Windows | Eli Zaretskii | 2021-03-07 | 1 | -0/+7 | |
| | * | | | | | | | | | | Fix encoding of file names in comp.c | Eli Zaretskii | 2021-03-07 | 1 | -1/+6 | |
| | * | | | | | | | | | | Use MS-Windows system APIs to get number of processors | Eli Zaretskii | 2021-03-07 | 3 | -3/+24 | |
| | * | | | | | | | | | | ; * src/comp.c (Fcomp__compile_ctxt_to_file) [WINDOWSNT]: Fix last change. | Eli Zaretskii | 2021-03-07 | 1 | -0/+1 | |
| | * | | | | | | | | | | Fix libgccjit PROGNAME on MS-Windows | Eli Zaretskii | 2021-03-07 | 1 | -0/+30 | |
| | * | | | | | | | | | | Fix some unsafe uses of SSDATA in comp.c | Eli Zaretskii | 2021-03-05 | 1 | -12/+21 | |
| | * | | | | | | | | | | * Harden `comp-abi-hash' computation | Andrea Corallo | 2021-03-05 | 1 | -1/+12 | |
| | * | | | | | | | | | | Fix typos and doc strings in native-compilation files | Eli Zaretskii | 2021-03-04 | 1 | -2/+1 | |
| | * | | | | | | | | | | * src/comp.c (hash_native_abi): Account for `system-configuraton-options'. | Andrea Corallo | 2021-03-04 | 1 | -1/+2 | |
| | * | | | | | | | | | | Don't call _setjmp through a function pointer (Bug#46824) | Pip Cet | 2021-03-03 | 1 | -7/+17 | |
| | * | | | | | | | | | | * src/comp.c (return_nil): Make it not a nested function. | Andrea Corallo | 2021-03-03 | 1 | -2/+8 | |
| | * | | | | | | | | | | Fix compilation warnings in --with-wide-int build on Windows | Eli Zaretskii | 2021-03-03 | 1 | -3/+9 | |
| | * | | | | | | | | | | Avoid aborting on MS-Windows at startup | Eli Zaretskii | 2021-03-03 | 1 | -0/+12 | |
| | * | | | | | | | | | | Migrate and rename a bunch of functions from comp.el to comp-cstr.el | Andrea Corallo | 2021-02-28 | 1 | -2/+2 | |
| | * | | | | | | | | | | * Canonicalize filenames on Windows before hashing (bug#46256) | Andrea Corallo | 2021-02-26 | 1 | -2/+9 | |
| | * | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-02-26 | 6 | -27/+55 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2021-02-21 | 10 | -8/+111 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | * Work around bug#46495 (GCC PR99126) | Andrea Corallo | 2021-02-19 | 1 | -0/+15 | |
| | * | | | | | | | | | | | | * Remove unnecessary function 'emit_rvalue_from_unsigned_long_long' | Andrea Corallo | 2021-02-19 | 1 | -47/+3 | |
| | * | | | | | | | | | | | | * Pacify GCC warning on non wide-int configurations | Andrea Corallo | 2021-02-19 | 1 | -8/+12 | |
| | * | | | | | | | | | | | | * src/pdumper.c (dump_do_dump_relocation): Use emacs_fopen + ENCODE_FILE. | Andrea Corallo | 2021-02-18 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | * src/emacs.c (syms_of_emacs): Add a FIXME for Windows native-comp. | Andrea Corallo | 2021-02-18 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | * Add a bunch of assertions for fixnums coming from Lisp later used as int | Andrea Corallo | 2021-02-18 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | * Add assertion guarding against emitting a relocation array overflow | Andrea Corallo | 2021-02-18 | 1 | -11/+19 | |
| | * | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-02-17 | 17 | -108/+349 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | * src/comp.c (Fcomp__compile_ctxt_to_file): Clean-up unused variable. | Andrea Corallo | 2021-02-17 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | * Clean-up some signal related dead-code | Andrea Corallo | 2021-02-16 | 1 | -25/+0 | |
| | * | | | | | | | | | | | | | * src/comp.c (check_comp_unit_relocs): Prefer ptrdiff_t to EMACS_INT. | Andrea Corallo | 2021-02-16 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | * Better long range check | Andrea Corallo | 2021-02-16 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | * Sanitize frame slot access in final | Andrea Corallo | 2021-02-16 | 1 | -6/+9 | |
| | * | | | | | | | | | | | | | Revert "* src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'." | Andrea Corallo | 2021-02-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | * src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'. | Andrea Corallo | 2021-02-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | * src/comp.c (load_comp_unit): Fix 'data_ephemeral_vec' shadowing decl. | Andrea Corallo | 2021-02-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | Add late load pdumper hooks so these can call into Lisp | Andrea Corallo | 2021-02-10 | 3 | -1/+38 | |
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2021-02-10 | 20 | -156/+296 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | * Remove `system-configuration' from eln filename | Andrea Corallo | 2021-02-03 | 1 | -7/+3 | |
| | * | | | | | | | | | | | | | | * Short eln filename hashes | Andrea Corallo | 2021-02-03 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-01-30 | 17 | -51/+273 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-01-24 | 14 | -71/+263 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Make `comp-enable-subr-trampolines' effective for advices (bug#45854) | Andrea Corallo | 2021-01-17 | 1 | -3/+3 | |