aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-backend/codegen/irdump.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-05-08Backend: Emit contents in .rodata sectionSamuel Lidén Borell1-0/+1
2024-05-05Backend: Remove SLUL_STRING type, and use plain DPTRSamuel Lidén Borell1-6/+2
2024-05-01Backend: Add macro for inverting IR-level condition codesSamuel Lidén Borell1-3/+3
2024-04-26Backend: Add const on arch-independent data in codegenSamuel Lidén Borell1-1/+1
2024-04-26irdump: Suppress trailing spaces after no-arg IR opsSamuel Lidén Borell1-1/+2
2024-04-24Backend: Auto-detect addressed variablesSamuel Lidén Borell1-1/+1
2024-04-07Backend: Implement type operands (e.g. for ADDRSTATICELEM)Samuel Lidén Borell1-34/+9
2024-04-07irdump: Refactor to avoid buffering of source arguments outputSamuel Lidén Borell1-152/+170
2024-03-28irdump: Get rid of trailing spacesSamuel Lidén Borell1-9/+8
2024-03-17Backend: Fix missing callbacks in irdumpSamuel Lidén Borell1-1/+54
2024-03-17Backend: Use callee-saved registersSamuel Lidén Borell1-3/+5
2023-07-10Backend: Replace *PTR ops with ADDR* LOAD* ops. Fix lvalue access to localsSamuel Lidén Borell1-4/+30
2023-07-07Fix some cppcheck warnings and improve commentsSamuel Lidén Borell1-0/+1
2023-07-07Backend: Fix named typesSamuel Lidén Borell1-0/+1
2023-07-02Backend: Fix mixing of 64 bit and pointer operands in IRSamuel Lidén Borell1-2/+2
2023-07-01Backend: Fix order of MOVETOPTR operands in irdumpSamuel Lidén Borell1-0/+1
2023-06-25Backend: Include types in IR dumpSamuel Lidén Borell1-10/+109
2023-06-25Remove old comments / TODOsSamuel Lidén Borell1-1/+0
2023-06-18Backend: Possiblity to dump IR in text formSamuel Lidén Borell1-0/+397