Jon Ross-Perkins
|
1cba3328f7
Finish removing BuiltinInstKind (#4637)
|
hace 1 año |
Jon Ross-Perkins
|
efab39cbd9
Remove InstId::Builtin members (#4632)
|
hace 1 año |
Richard Smith
|
e4412a95dd
Factor out machinery for forming int type literals. (#4616)
|
hace 1 año |
Jon Ross-Perkins
|
4a80d6758d
Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555)
|
hace 1 año |
Richard Smith
|
e2ae5f212c
Remove the special case for `i32`. (#4543)
|
hace 1 año |
Richard Smith
|
bc395eb889
Represent integer literals as `IntLiteral` not as `i32`. (#4532)
|
hace 1 año |
Chandler Carruth
|
3ba4997855
Canonicalize away bit width and embed small integers into `IntId`s (#4487)
|
hace 1 año |
Richard Smith
|
44fe65fbe5
Rename `BigInt` to `IntLiteral`. (#4476)
|
hace 1 año |
Richard Smith
|
db76e81630
Rename `IntLiteral` to `IntValue`. (#4475)
|
hace 1 año |
Richard Smith
|
df68bf9f71
Switch to using `Core.BigInt` as the type of the size of a type literal. (#4450)
|
hace 1 año |
Jon Ross-Perkins
|
2a36ff611d
Remove a couple std::string uses in diagnostics. (#4421)
|
hace 1 año |
Jon Ross-Perkins
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
hace 1 año |
Jon Ross-Perkins
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
hace 1 año |
Jon Ross-Perkins
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
hace 1 año |
Chandler Carruth
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
hace 1 año |
Jon Ross-Perkins
|
5bb318cae6
Switch AddInst struct init style. (#4012)
|
hace 1 año |
Jon Ross-Perkins
|
55300d1ebb
Switch type literals to use builtin functions. (#3978)
|
hace 1 año |
Pablo Paglilla
|
cae62765af
Add builtins for basic float operations (#3897)
|
hace 2 años |
Richard Smith
|
bb117aea3a
Add support for `iN` and `uN` for all suitable `N`. (#3868)
|
hace 2 años |
Jon Ross-Perkins
|
895e90e791
Start including the prelude for testing. (#3861)
|
hace 2 años |
Richard Smith
|
3763d0130a
Convert literals to `i32` when forming an `i32`-typed `int_literal` instruction. (#3814)
|
hace 2 años |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
hace 2 años |
czapiga
|
4873160acc
Parse `auto` type (#3704)
|
hace 2 años |
Jon Ross-Perkins
|
f197219c10
Split parse nodes out from instructions because they're rarely used. (#3590)
|
hace 2 años |
josh11b
|
48c986f52d
Start using typed parse node ids in the check stage (#3547)
|
hace 2 años |
Richard Smith
|
d87fe8b532
Rename `Carbon::StringLiteralId` -> `Carbon::StringLiteralValueId`. (#3522)
|
hace 2 años |
Jon Ross-Perkins
|
0db63ff17a
Abbreviate Integer and FloatingPoint (#3435)
|
hace 2 años |
Richard Smith
|
332a368cee
Rename Parse::Node -> Parse::NodeId. (#3432)
|
hace 2 años |
Jon Ross-Perkins
|
161f46ed37
FloatingPointLiteral to RealLiteral fixup (#3430)
|
hace 2 años |
Jon Ross-Perkins
|
a204689893
Use more specific node kinds for literals. (#3419)
|
hace 2 años |