aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-backend/Makefile.inc
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-04-07irdump: Refactor to avoid buffering of source arguments outputSamuel Lidén Borell1-0/+6
2024-03-05Run GCC -fanalyzer with traditional warnings also and -O2Samuel Lidén Borell1-1/+1
2024-03-03Makefile: Add targets to run gcc -fanalyzer (not enabled by default)Samuel Lidén Borell1-1/+7
2024-03-03Restructure cppcheck target and update suppressionsSamuel Lidén Borell1-5/+5
2024-02-03Rename csbe.a to libcsbe.aSamuel Lidén Borell1-3/+3
2023-09-09Makefile: Run testexec in tcc-boundscheck target alsoSamuel Lidén Borell1-1/+1
2023-07-21elf: Process relocations of calls to .plt.gotSamuel Lidén Borell1-1/+2
2023-07-16elf: Generate Program Header, .dynsym, .dynstr and .dynamicSamuel Lidén Borell1-0/+1
2023-06-18Backend: Possiblity to dump IR in text formSamuel Lidén Borell1-2/+14
2023-06-13Makefile: Fix build of unit tests on MinGW / for WindowsSamuel Lidén Borell1-8/+8
2023-03-31Backend: Implement output of ELF File Header and machine codeSamuel Lidén Borell1-2/+24
2023-03-31Backend: Sort source filenames alphabeticallySamuel Lidén Borell1-6/+6
2023-03-31Makefile: Add variable VALGRIND_OPTSSamuel Lidén Borell1-2/+2
2023-03-29Backend: Fix makefile dependencySamuel Lidén Borell1-3/+7
2023-02-26Makefile dependency fixesSamuel Lidén Borell1-2/+2
2023-02-18Basic var-lane (abstract register) allocationSamuel Lidén Borell1-0/+6
2023-02-12Update copyright yearsSamuel Lidén Borell1-1/+1
2023-02-04Makefile: Fix more missing includesSamuel Lidén Borell1-2/+2
2023-02-04Makefile: Fix includes for sparse-analyze targetSamuel Lidén Borell1-2/+2
2023-02-04Beginning of IR generation for expressionsSamuel Lidén Borell1-1/+1
2022-12-10Fix remaining cppcheck warnings, except for unused functionsSamuel Lidén Borell1-1/+1
2022-12-10Backend: Add function stubs for output generationSamuel Lidén Borell1-0/+6
2022-12-10Makefile: Fix dependenciesSamuel Lidén Borell1-1/+1
2022-12-10Makefile: Fix typo that broke some test and code analyzis targetsSamuel Lidén Borell1-1/+1
2022-11-30Backend: Generation of basic x86 and aarch64 function prologues/epiloguesSamuel Lidén Borell1-1/+11
2022-11-20Backend: Refactor and add documentation comments. Add "regsets"Samuel Lidén Borell1-4/+10
2022-11-06Makefile: Add gdb targets for debugging testsSamuel Lidén Borell1-1/+7
2022-10-01Backend: Initialization of the code generatorSamuel Lidén Borell1-0/+14
2022-09-04Use common makefile for backend + basic structure unit testsSamuel Lidén Borell1-0/+147