aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/x86.zig
AgeCommit message (Collapse)Author
2021-09-24stage2 codegen: move bit definitions to src/archjoachimschmidt557
2021-09-01stage2: first pass at implementing usingnamespaceAndrew Kelley
Ran into a design flaw here which will need to get solved by having AstGen annotate ZIR with which instructions are closed over.
2020-09-21rename src-self-hosted/ to src/Andrew Kelley