aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/arch.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-04-13Remove cli/gui distinction. Make \name and \type optional for appsSamuel Lidén Borell1-20/+6
2024-03-15Allow specifying "host" as a target architectureSamuel Lidén Borell1-0/+4
2024-03-05Fix GCC and Valgrind warnings when building with -O2Samuel Lidén Borell1-0/+3
2024-03-02Detect type-confusion of structs in SLUL_DEBUG modeSamuel Lidén Borell1-0/+1
2023-07-28Disable building of .a libraries. It is not implemented yetSamuel Lidén Borell1-4/+4
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-06-18Backend: Possiblity to dump IR in text formSamuel Lidén Borell1-3/+28
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-132/+109
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-07-22Fix building with NO_HOST_TARGETSamuel Lidén Borell1-1/+3
2022-07-21CPU arch detection fixesSamuel Lidén Borell1-2/+8
2022-04-24Fixes for building/running on WindowsSamuel Lidén Borell1-1/+1
2022-04-09Avoid most usages of identifiers reserved for future use in CSamuel Lidén Borell1-20/+20
2022-02-16Fix issues with pcc (Portable C Compiler)Samuel Lidén Borell1-1/+1
2022-02-16Add cppcheck target to Makefile and fix warningsSamuel Lidén Borell1-6/+5
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-16/+16
2021-12-04Error message and translation fixesSamuel Lidén Borell1-5/+6
2021-11-22Fix missing errors and output file when running cslul without argumentsSamuel Lidén Borell1-1/+2
2021-08-28Add testing of out-of-memory handling, and fix bugsSamuel Lidén Borell1-0/+3
2021-08-14Fix compiler warnings from GCC v.10 with optimizationsSamuel Lidén Borell1-3/+8
2021-07-28Replace strncmp on known-length strings with memcmpSamuel Lidén Borell1-10/+10
2021-07-27Check interface identifiers in implementationsSamuel Lidén Borell1-0/+2
2021-07-27Beginnings of a verifierSamuel Lidén Borell1-0/+1
2021-07-18Increase unit test coverage, and fix bugs foundSamuel Lidén Borell1-1/+3
2021-06-29Fix some -Weverything warningsSamuel Lidén Borell1-1/+1
2021-06-28Add "aallocp" shorthand for allocating with pointer-sized alignmentSamuel Lidén Borell1-1/+1
2021-05-20Fix checks for out of memorySamuel Lidén Borell1-4/+1
2021-04-24Basic Windows supportSamuel Lidén Borell1-5/+4
2021-04-20Fix error recovery with long identifiers. Nicer errors in buildfilesSamuel Lidén Borell1-1/+2
2021-04-19Fix compilation on 32-bit x86 and old GNU/Linux systemsSamuel Lidén Borell1-1/+1
2021-04-15Fix warnings from Valgrind, sparse, clang-analyze and scan-buildSamuel Lidén Borell1-2/+3
2021-04-10Move multiarch/target handling to a separate fileSamuel Lidén Borell1-0/+677