buffer.h
contains buffer utils,dbuffer_t
rangeposition_t
etc.format.h
text formating, similar to printf but can output into adbuffer
.hashmap.h
separate chaining hashmap, intrusive, doesn't do many allocations.ir.h
IR definition and utils.zone_alloc.h
, a bump pointer allocator. Useful for storing a entire data structure.dot_builder.h
builds a GraphViz dot file, very useful.dominators.h
dominator tree and dominance frontier calculation.x86_64_assembly.h
encoder for x86_64 assembly.parser.h
/parser.c
AST definition and recursive descent parser.ir_creation.h
creates non-SSA IR from AST, SSA conversion happens later.ssa_conversion.h
is the code for converting non SSA IR to SSAelf.h
elf file handling.platform_utils.h
allocating executable memory. used for JIT execution.relocation.h
used for linking.
-
Notifications
You must be signed in to change notification settings - Fork 2
kuterd/mcompiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
SSA based compiler targeting x86_64
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published