aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02226-1006/+1080
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | * src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash table iteration.Andrea Corallo2021-01-011-4/+6
| * | | | | | | | | | | | | | | | | | | Introduce 'unreachable' LIMPLE operatorAndrea Corallo2021-01-011-18/+29
| * | | | | | | | | | | | | | | | | | | Store function type and expose it with `subr-type'Andrea Corallo2020-12-285-13/+40
| * | | | | | | | | | | | | | | | | | | Reorder subr register function arguments to make some roomAndrea Corallo2020-12-281-13/+14
| * | | | | | | | | | | | | | | | | | | * Don't require trailing backslashes in `comp-eln-load-path' (bug#45462)Andrea Corallo2020-12-271-1/+2
| * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-2713-275/+323
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Invert basic block argument order in LIMPLE cond-jumpAndrea Corallo2020-12-241-2/+2
| * | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-2316-170/+189
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Fix --with-nativecomp Windows build (bug#45303)Liāu, Kiong-Gē 廖宮毅2020-12-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | Fix Windows build link-time zlib error (bug#45303)Andrea Corallo2020-12-213-88/+106
| * | | | | | | | | | | | | | | | | | | | | * 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
| * | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-2031-344/+313
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | * 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-193-2/+33
| * | | | | | | | | | | | | | | | | | | | | | * Add 'gcc_jit_type_get_const' to Windows dynamic load machinery (bug#45303).Andrea Corallo2020-12-191-0/+3
| * | | | | | | | | | | | | | | | | | | | | | * Clean-up 'internal_condition_case_4' orphan declaration (bug#45303).Andrea Corallo2020-12-191-1/+0
| * | | | | | | | | | | | | | | | | | | | | | * Move diagnostic pragmas out of namespace-scope (bug#45303).Andrea Corallo2020-12-191-9/+6
| * | | | | | | | | | | | | | | | | | | | | | Fix Windows libgccjit library name (bug#45303).Andrea Corallo2020-12-191-2/+2
| * | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-1216-114/+314
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-069-15/+84
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Vanilla build warning clean-upAndrea Corallo2020-12-042-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-2913-77/+223
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | * Synthesize as const primitive function pointers and its container struct.Andrea Corallo2020-11-271-7/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-2215-110/+130
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Make load argument of native-compile-async internalStefan Kangas2020-11-211-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | ; Fix trivial typosStefan Kangas2020-11-203-8/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-11-1418-134/+308
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-0718-119/+309
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-3114-136/+266
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-2314-759/+222
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-171-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Do not check eln timestamp as superseded by source hashing (bug#43532)Andrea Corallo2020-10-151-16/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-147-14/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-142-8/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-1038-141/+172
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix failure when eln-cache is removed (introduced by 4a1bb46260)Andrea Corallo2020-10-071-7/+37