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
Age
Commit message (
Expand
)
Author
2024-03-22
builds: Use freebsd/latest
Michael Forney
2024-03-22
Implement C23 nullptr constant
Michael Forney
2024-03-22
pp: Fix nullptr keyword
Michael Forney
2024-03-22
doc/c23: Document typeof/typeof_unqual
Michael Forney
2024-03-22
decl: Implement typeof_unqual
Michael Forney
2024-03-22
doc/c23: Fix links to enum documents
Michael Forney
2024-03-22
doc/extensions: Remove extensions now standardized in C23
Michael Forney
2024-03-22
Use C23 spelling of typeof in tests
Michael Forney
2024-03-21
decl: Add support for enums with large values and fixed underlying types
Michael Forney
2024-03-16
Store enum underlying type in base field
Michael Forney
2024-03-16
expr: Work around qualified array types for now
Michael Forney
2024-03-16
Fix C23 empty initializers
Michael Forney
2024-01-26
doc/software: Fix double negative
Michael Forney
2023-05-02
fix bootstrap by renaming constexpr()
Quentin Carbonneaux
2022-11-29
README.md: Remove outdated note about gmake
Josiah Frentsos
2022-11-29
Don't spam mailing list with build failures
Michael Forney
2022-11-29
Implement C23 predefined bool constants
Michael Forney
2022-11-26
Check object alignment in only one place
Michael Forney
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-11-23
Use new spelling of keywords in error messages
Michael Forney
2022-10-30
Add cproc(1) manual page
David Demelier
2022-08-05
expr: Fix constant evaluation of struct member address
Michael Forney
2022-08-05
Update qbe submodule
Michael Forney
2022-08-05
Use CC=cc with nixos
Michael Forney
2022-08-05
Add new C23 keywords
Michael Forney
2022-07-12
driver: Pass -iquote through to preprocessor
Michael Forney
2022-07-12
Update CI for new QBE Makefile
Michael Forney
2022-06-27
qbe: Insert dead block when compiling unreachable code after a jump
Michael Forney
2022-06-13
Fix tests for x86_64 -> x86_64-sysv target rename
Michael Forney
2022-06-06
Rename x86_64 target to include ABI
Michael Forney
2022-05-19
Add unreachable returns to silence compiler warnings
Michael Forney
2022-05-19
eval: Fix range check of double during conversion to int
Michael Forney
2022-05-13
expr: Fix qualifiers of base type during implicit array conversion
Michael Forney
2022-05-11
expr: Implement type-checking for casts and assignments
Michael Forney
2022-05-11
expr: fix erroneous comparison
NRK
2022-05-09
expr: Use integer type for member access intermediate address calculation
Michael Forney
2022-04-23
Remove use of C11 noreturn
Michael Forney
2022-03-22
Update qbe submodule
Michael Forney
2022-03-22
init: Allow empty initializers
Michael Forney
2022-03-22
pp: Ignore pragmas
Michael Forney
2022-03-22
Add test for typeof on expression with array type
Michael Forney
2022-03-22
decl: Style
Michael Forney
2022-03-22
Allow unnamed parameters in function definitions
Michael Forney
2022-03-16
LICENSE: Put test data in public domain
Michael Forney
2022-03-16
LICENSE: Update copyright year
Michael Forney
2022-03-10
qbe: Only return 0 from main if it has type int
Michael Forney
2022-02-10
Add -Wno-maybe-uninitialized to prevent false-positive warnings
Michael Forney
2022-02-10
Update qbe submodule
Michael Forney
2022-02-10
Remove one last use of _Noreturn
Michael Forney
[next]