summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExampleCDialect.c
AgeCommit message (Collapse)Author
2024-05-05MHR-24: Add run_format.shAmlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-04-16Compiler: Improve codegen on PowerPC and fix ppc/x64/64k assemblers.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-04-14see below.Amlal El Mahrouss
- format code. - fix xcoff header. - add .dword, .long and .word for i64asm Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
2024-03-27cc: Striving to be ANSI C compliant now.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
2024-03-27IMP: See below, important changes.Amlal El Mahrouss
Fix C RISC Compiler, moved AsmKit.cc and String.cc into Sources/ - C Compiler: now supports if statements and fixed code generation. - Cleaned up AsmKit AMD64.hpp from useless macros. Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>