aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/Makefile
AgeCommit message (Expand)AuthorFilesLines
37 hoursbootstrap: Put compiler option arguments before non-optionsHEADmainSamuel Lidén Borell1-5/+5
9 daysbootstrap: Simplify Makefile by using $@ for all outputsSamuel Lidén Borell1-1/+1
12 daysUpdate Makefile and sources.index with new test source file namesSamuel Lidén Borell1-2/+3
12 daysbootstrap: Define builtins at startupSamuel Lidén Borell1-0/+2
14 daysbootstrap: Avoid += in MakefileSamuel Lidén Borell1-2/+1
2025-07-17bootstrap: Update header dependencies in MakefileSamuel Lidén Borell1-2/+3
2025-07-17bootstrap: Break out integer range computation/checks to intrange.cSamuel Lidén Borell1-0/+2
2025-07-13bootstrap: Missing dependency in MakefileSamuel Lidén Borell1-1/+2
2025-07-12bootstrap: Also build stage2 in `check` Makefile targetSamuel Lidén Borell1-2/+2
2025-07-04bootstrap: Use unsigned line numbers. Fix unused labels in emitted codeSamuel Lidén Borell1-2/+0
2025-07-04bootstrap: Fix unused variable warning in emitted code for empty switchSamuel Lidén Borell1-3/+2
2025-07-04Fix warnings about unused parameters and variablesSamuel Lidén Borell1-1/+1
2025-07-04bootstrap: Replace ?= with = in MakefileSamuel Lidén Borell1-12/+12
2025-07-03bootstrap: Compile stage2 with most warnings enabledSamuel Lidén Borell1-1/+5
2025-07-01bootstrap: Makefile target for running stage1 under gdbSamuel Lidén Borell1-1/+5
2025-06-18bootstrap: Avoid .plist files from clang-analyzeSamuel Lidén Borell1-1/+2
2025-06-18bootstrap: Avoid double file extensionSamuel Lidén Borell1-4/+4
2025-06-17bootstrap: Basic type checking of functionsSamuel Lidén Borell1-0/+2
2025-06-02bootstrap: Makefile target for complexity checking with pmccabeSamuel Lidén Borell1-0/+2
2025-05-31bootstrap: Fix header dependencies in MakefileSamuel Lidén Borell1-1/+2
2025-05-31bootstrap: Fix C compiler error for string constantsSamuel Lidén Borell1-1/+1
2025-05-30bootstrap: Basic type compatibility checksSamuel Lidén Borell1-0/+2
2025-05-29bootstrap: Basic type/range checking inside expressionsSamuel Lidén Borell1-0/+2
2025-05-24boostrap: Check for long linesSamuel Lidén Borell1-1/+8
2025-05-24Split and/or shorten long linesSamuel Lidén Borell1-1/+2
2025-05-24Dual-license under LGPL-2.1 or laterSamuel Lidén Borell1-1/+1
2025-05-12Rename the bootstrap compiler (previously called stage0) to stage1Samuel Lidén Borell1-13/+13
2025-05-12Rename stage1 to stage2Samuel Lidén Borell1-12/+12
2025-05-12Rename "stage0" to "bootstrap compiler"Samuel Lidén Borell1-16/+16
2025-05-12Rename the stage0 directory to bootstrapSamuel Lidén Borell1-0/+133