aboutsummaryrefslogtreecommitdiff
path: root/compiler/backend/minicg.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02minicg backend: Add ID and loader filename for aarch64Samuel Lidén Borell1-2/+10
2020-06-27Fix possible case fall-through for floats. Make macro more robustSamuel Lidén Borell1-1/+1
2017-09-21C backend: Include LRL expression/filename/line in assert messagesSamuel Lidén Borell1-2/+4
2017-09-20minicg backend: Add archs that would be nice to support and TODO commentsSamuel Lidén Borell1-24/+57
2017-09-02minicg backend: Mark stack as non-executableSamuel Lidén Borell1-1/+8
2017-09-02minicg backend: ELF flags are arch-dependentSamuel Lidén Borell1-2/+4
2017-09-01minicg backend: Various minor refactoringsSamuel Lidén Borell1-51/+99
2017-09-01minicg backend: Generate working empty executablesSamuel Lidén Borell1-50/+246
2017-08-31Beginning of a minimalistic standalone code generatorSamuel Lidén Borell1-0/+675