| .. |
|
BUILD
|
72cb9d0d06
Refactor testing exe path and benchmark main handling. (#4216)
|
hai 1 ano |
|
block_value_store.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
builtin_function_kind.cpp
|
8bb80d8271
Add a basic Core.Print function for ints. (#4078)
|
hai 1 ano |
|
builtin_function_kind.def
|
8bb80d8271
Add a basic Core.Print function for ints. (#4078)
|
hai 1 ano |
|
builtin_function_kind.h
|
76ed3c73cb
Promote FunctionType to a standard instruction. (#3931)
|
%!s(int64=2) %!d(string=hai) anos |
|
builtin_inst_kind.cpp
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
hai 1 ano |
|
builtin_inst_kind.def
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
hai 1 ano |
|
builtin_inst_kind.h
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
hai 1 ano |
|
class.h
|
bf89652a4d
Move common entity fields to a 'base' struct. (#4161)
|
hai 1 ano |
|
constant.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
constant.h
|
5d0ec91c20
Collection of minor tweaks to get approx. 10-15% compile time (#4245)
|
hai 1 ano |
|
copy_on_write_block.h
|
5c8fa6ad5c
Replace `FoldingSet` with `DenseMap` for instruction canonicalization. (#3979)
|
hai 1 ano |
|
entity_name.h
|
326609857d
Rename BindNameInfo to EntityName (#4090)
|
hai 1 ano |
|
entity_with_params_base.h
|
2d3842fc06
Implement 'extern library' support for functions. (#4220)
|
hai 1 ano |
|
entry_point.cpp
|
71aa4a45be
Distinguish between name IDs and string IDs in the type system. (#3341)
|
%!s(int64=2) %!d(string=hai) anos |
|
entry_point.h
|
bfa5463e5b
Add signature enforcement for `Main.Run` and give it the symbol name `main`. (#3266)
|
%!s(int64=2) %!d(string=hai) anos |
|
file.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
file.h
|
61e87c3a88
Lower global variables (#4228)
|
hai 1 ano |
|
formatter.cpp
|
5806d8385d
Add SemIR support for virtual functions (#4272)
|
hai 1 ano |
|
formatter.h
|
65d6e3e221
Use verbose formatting of instructions on crash messages. (#4125)
|
hai 1 ano |
|
function.cpp
|
37a8bfa488
Refactor `ReturnTypeInfo` and `InitRepr`. (#4169)
|
hai 1 ano |
|
function.h
|
5806d8385d
Add SemIR support for virtual functions (#4272)
|
hai 1 ano |
|
generic.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
generic.h
|
3cb769a053
Rename "generic instance" to "specific" throughout the toolchain. (#4165)
|
hai 1 ano |
|
id_kind.h
|
64204d9182
Factor library names into their own ID structure. (#4219)
|
hai 1 ano |
|
ids.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
impl.h
|
f1190a4792
Add basic output of where memory is stored after a compile. (#4136)
|
hai 1 ano |
|
import_ir.h
|
5ebcbae2e8
Add a location to indirect imports. (#4098)
|
hai 1 ano |
|
inst.cpp
|
5c8fa6ad5c
Replace `FoldingSet` with `DenseMap` for instruction canonicalization. (#3979)
|
hai 1 ano |
|
inst.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
inst_kind.cpp
|
469f1c8e64
Refactor InstKind to move metadata from macros to the type. (#4119)
|
hai 1 ano |
|
inst_kind.def
|
50d56aa7c9
Add an instruction to represent a use of a dependent value from a generic instance. (#4122)
|
hai 1 ano |
|
inst_kind.h
|
469f1c8e64
Refactor InstKind to move metadata from macros to the type. (#4119)
|
hai 1 ano |
|
inst_namer.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
inst_namer.h
|
fc8e686607
Rebuild all constants in the eval block. (#4155)
|
hai 1 ano |
|
interface.h
|
bf89652a4d
Move common entity fields to a 'base' struct. (#4161)
|
hai 1 ano |
|
name.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
name.h
|
e71e6ca07f
Use separate value stores for identifiers and string literals (#4106)
|
hai 1 ano |
|
name_scope.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
type.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hai 1 ano |
|
type_info.cpp
|
37a8bfa488
Refactor `ReturnTypeInfo` and `InitRepr`. (#4169)
|
hai 1 ano |
|
type_info.h
|
37a8bfa488
Refactor `ReturnTypeInfo` and `InitRepr`. (#4169)
|
hai 1 ano |
|
typed_insts.h
|
891c7d8368
Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264)
|
hai 1 ano |
|
typed_insts_test.cpp
|
3fa70de101
Remove some C++17 workarounds now we build in C++20 mode. (#3653)
|
%!s(int64=2) %!d(string=hai) anos |
|
yaml_test.cpp
|
72cb9d0d06
Refactor testing exe path and benchmark main handling. (#4216)
|
hai 1 ano |