Jon Ross-Perkins
e6634d240f
Make SemIR::File access more terse. ( #3331 )
...
1. In general, `semantics_ir` -> `sem_ir`, to match the directory name.
2. For the list of `ValueStore`-related accessors on `SemIR::File`, add
them to `check`'s `Context` object, shortening access.
2023-10-24 21:05:46 +00:00
Jon Ross-Perkins
ec307b18d8
Rename the lowering dir to lower ( #3172 )
...
This is continuing with #3070 , starting dir renaming with lowering
because it's at the tip. AFAICT git is catching all the file moves.
2023-08-31 15:59:49 +00:00
Jon Ross-Perkins
86aecb532f
Rename lower to lowering ( #2618 )
...
Also Lower::Make to LowerToLLVM, removing the class for now.
This is per request from chandlerc and zygoloid.
2023-02-22 12:19:35 -08:00
Jon Ross-Perkins
530541e56c
Add boilerplate framework for lowering. ( #2607 )
...
This adds boilerplate for lowering; a `dump llvm-ir` command, a `lower` directory, some files to give basic structure, and a trivial test.
2023-02-17 16:14:57 -08:00