index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc.h
Age
Commit message (
Expand
)
Author
2024-04-27
Store enum constant value in struct decl
Michael Forney
2024-04-27
Implement variable length arrays
Nihal Jere
2024-04-27
Use hlt to implement noreturn
Michael Forney
2024-04-26
decl: Move isnoreturn to struct decl
Michael Forney
2024-04-21
expr: Create decl for compound literal during parse
Michael Forney
2024-04-20
qbe: Pass struct decl to mkglobal instead of fields from the decl
Michael Forney
2024-04-20
decl: Keep track of storage duration in struct decl
Michael Forney
2024-04-19
implement _Thread_local storage class
Drew DeVault
2024-04-15
Remove support for non-prototype function declarations and definitions
Michael Forney
2024-04-12
Use struct decl for function parameters
Michael Forney
2024-04-12
decl: Add name field to decl struct
Michael Forney
2024-04-12
decl: Use singly-linked list for tentative definitions
Michael Forney
2024-04-08
expr: Remove evalexpr() and just use condexpr() with eval()
Michael Forney
2024-04-07
Store length expression in array types
Michael Forney
2024-04-04
type: Fix qualifiers of adjusted array types of parameters
Michael Forney
2024-04-03
Use 'bool' in headers instead of '_Bool'
Michael Forney
2024-03-24
attr: Parse some GNU attributes
Michael Forney
2024-03-24
attr: Add support for GNU syntax
Michael Forney
2024-03-24
Add support for C23 attribute syntax
Michael Forney
2024-03-24
map: Use separately allocated struct map
Michael Forney
2024-03-23
expr: Keep track of storage duration of compound literals
Michael Forney
2024-03-22
Implement C23 nullptr constant
Michael Forney
2024-03-21
decl: Add support for enums with large values and fixed underlying types
Michael Forney
2024-03-16
Fix C23 empty initializers
Michael Forney
2023-05-02
fix bootstrap by renaming constexpr()
Quentin Carbonneaux
2022-11-26
Move kind-specific decl fields to union
Michael Forney
2022-11-26
Keep track of asmname in decl and remove globalname()
Michael Forney
2022-08-05
Add new C23 keywords
Michael Forney
2022-05-11
expr: Implement type-checking for casts and assignments
Michael Forney
2022-02-10
Remove one last use of _Noreturn
Michael Forney
2022-01-22
Remove most usage of fixed-width integer types
Michael Forney
2022-01-22
Remove unused type properties
Michael Forney
2022-01-22
Port to C99
Michael Forney
2021-11-25
Add __builtin_unreachable stub
Michael Forney
2021-10-25
qbe: Use ... to separate named and variadic arguments
Michael Forney
2021-10-20
expr: Add support for wide string literals
Michael Forney
2021-09-29
eval: Avoid implementation-defined unsigned to signed conversions
Michael Forney
2021-09-29
Rename uint64_t field of constant union to u
Michael Forney
2021-09-29
Use unsigned long long for sizes and offsets
Michael Forney
2021-09-28
Skip unnecessary conversion to bool for logical and conditional expressions
Michael Forney
2021-09-13
Revert "Add stringconcat function to concatenate adjacent string literals"
Michael Forney
2021-09-13
qbe, init: Handle prefixed string literals
Nihal Jere
2021-09-13
Make string literal data unsigned char
Michael Forney
2021-09-06
Fix type-checking of va_list arguments to varargs built-ins
Michael Forney
2021-09-04
Use architecture-specific va_list type
Michael Forney
2021-09-04
Prepare for supporting architecture-specific va_list type
Michael Forney
2021-09-02
pp: Implement #line directives and gcc line markers
Michael Forney
2021-07-02
qbe: Remove repr from struct value and use per-instruction class instead
Michael Forney
2021-07-01
decl: Check that the flexible array member (if present) is last
Michael Forney
2021-06-28
Add stringconcat function to concatenate adjacent string literals
Michael Forney
[next]