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
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
2022-02-10
qbe: Switch to new unsigned-float conversion operators
Michael Forney
2022-02-10
qbe: Use new unary negation operator
Michael Forney
2022-02-10
qbe: Switch to unary negation
Michael Forney
2022-02-10
README: Remove recommendation of qbe branch
Michael Forney
2022-02-10
Update qbe submodule
Michael Forney
2022-01-22
Handle unary minus specially instead of 0 - x
Michael Forney
2022-01-22
Remove most usage of fixed-width integer types
Michael Forney
2022-01-22
eval: Simplify sign/zero extension
Michael Forney
2022-01-22
Remove unused type properties
Michael Forney
2022-01-22
Port to C99
Michael Forney
2022-01-01
Remove dependency on signed integer representation
Michael Forney
2021-12-06
decl: Fix typedefs with type qualifiers
Michael Forney
2021-12-06
decl: Simplify struct size calculation
Michael Forney
2021-12-06
decl: Remove struct member name from error messages
Michael Forney
2021-12-06
decl: Use strictest alignment when multiple specifiers are present
Michael Forney
2021-12-06
decl: Enforce that _Alignas is at least as strict as required by type
Michael Forney
2021-11-25
Add __builtin_unreachable stub
Michael Forney
2021-10-25
decl: Allow alignment > 16 of locals
Michael Forney
2021-10-25
decl: Allow alignment > 16 of globals and struct members
Michael Forney
2021-10-25
qbe: Add helper function for mkinst
Michael Forney
2021-10-25
eval: Fix int-to-float conversions
Michael Forney
2021-10-25
qbe: Use ... to separate named and variadic arguments
Michael Forney
[next]