aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Alternative implementation of constants in .eln files."Gerd Möllmann2026-01-171-192/+94
* Merge branch 'master' into feature/igcHelmut Eller2026-01-021-17/+22
|\
| * ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
| * * src/comp.c (emit_EQ): Make a declaration an assignment (bug#79722)Gerd Möllmann2025-12-071-1/+1
| * * Have comp do not use builtin_expect with libgccjit < 14 (bug#79722)Andrea Corallo2025-12-041-16/+21
* | ; Fix comments and whitespace of a recent changesetEli Zaretskii2025-12-041-13/+13
* | Unbreak the MS-Windows build broken by last changesKien Nguyen2025-12-041-0/+5
* | Alternative implementation of constants in .eln files.Gerd Möllmann2025-12-031-94/+192
* | Revert "Alternative implementation of constants in .eln files"Gerd Möllmann2025-11-101-187/+94
* | Alternative implementation of constants in .eln filesGerd Möllmann2025-11-101-94/+187
* | Fix duplicate root creationGerd Möllmann2025-10-231-5/+7
* | Merge branch 'master' into feature/igcHelmut Eller2025-10-041-50/+55
|\ \ | |/
| * Make native lisp code reflect EQ C implementationAndrea Corallo2025-09-221-51/+56
| * Allow thread's buffer to be killed, by defaultDmitry Gutov2025-08-091-1/+1
* | Merge branch 'master' into feature/igcGerd Möllmann2025-07-311-19/+24
|\ \ | |/
| * Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo2025-07-091-19/+24
* | Merge branch 'master' into feature/igcPip Cet2025-07-091-4/+4
|\ \ | |/
| * Port varargs macros better to C99Paul Eggert2025-06-271-4/+4
* | Merge from 'savannah/master'Pip Cet2025-03-181-7/+7
|\ \ | |/
| * ; Grammar fixes for "native-compiled"Stefan Kangas2025-02-281-7/+7
| * Use #$ for lambda fixups in native compilation data vectorsPip Cet2025-02-011-5/+21
* | ; src/comp.c (load_comp_unit): Always initialize 'data_relocs'.Pip Cet2025-02-011-1/+1
* | Merge 'scratch/no-purespace' into 'feature/igc'Pip Cet2025-02-011-5/+21
|\ \
| * | Use #$ for lambda fixups in native compilation data vectorsscratch/no-purespacePip Cet2025-01-181-5/+21
* | | Merge 'master' into 'feature/igc'Pip Cet2025-02-011-171/+25
|\ \ \ | | |/ | |/|
| * | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-163/+26
| |\ \ | | |/
| | * Use '--lambda-fixup' as native compiler fixup symbol for lambdasAndrea Corallo2024-12-181-2/+2
| | * * Revert "Remove check_comp_unit_relocs"Andrea Corallo2024-12-181-0/+27
| | * Remove check_comp_unit_relocsGerd Möllmann2024-12-171-27/+0
| | * Pure storage removal: Bump nativecomp ABIPip Cet2024-12-121-1/+1
| | * Pure storage removal: Adjust nativecomp codePip Cet2024-12-121-140/+5
| | * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-19/+18
| | * Pure storage removal: Main partPip Cet2024-12-121-1/+0
* | | Merge branch 'master' into feature/igcPip Cet2025-01-311-5/+1
|\ \ \ | |/ /
| * | Minor format_string tuneupPaul Eggert2025-01-261-5/+1
* | | Merge branch 'master' into feature/igcGerd Möllmann2025-01-191-1/+1
|\ \ \ | |/ /
| * | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas2025-01-151-1/+1
* | | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-151-71/+63
|\ \ \ | |/ /
| * | Use calln instead of calling Ffuncall directlyStefan Kangas2025-01-141-1/+1
| * | src/comp.c: New macro CALLNIStefan Kangas2025-01-141-67/+55
| * | Prefer calln to CALLN where applicableStefan Kangas2025-01-141-5/+5
| * | Fix store_function_docstring for native subrs (Bug#74966)Pip Cet2025-01-081-2/+6
* | | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-1/+1
|\ \ \ | |/ /
| * | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| |/
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-11/+7
|\ \ | |/
| * * src/comp.c (compile_function, Fcomp__compile_ctxt_to_file0): Use DOHASH.Andrea Corallo2024-10-031-11/+7
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-08-051-13/+16
|\ \ | |/
| * * src/comp.c (obj_to_reloc): Use eassume.Stefan Kangas2024-07-231-1/+1
| * SAFE_ALLOCA fixesPaul Eggert2024-07-201-8/+11
| * ; Fix typosStefan Kangas2024-07-181-4/+4