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
/
test
Age
Commit message (
Expand
)
Author
2021-03-31
qbe: Switch to fixed-size instruction struct
Michael Forney
2021-03-30
Add struct passing call test
Michael Forney
2020-05-24
qbe: Omit unnecessary add to help QBE's memopt pass
Michael Forney
2020-04-04
expr: Fix type of '&' operator applied to array
Michael Forney
2020-03-22
pp: Don't add leading space for first stringized token
Michael Forney
2020-03-22
pp: Implement variadic macros
Michael Forney
2020-03-18
pp: Add test for function-like macro with no argument tokens
Michael Forney
2020-03-18
pp: Finish '#' operator
Michael Forney
2020-03-17
pp: Fix some whitespace after preprocessing
Michael Forney
2020-03-17
pp: Add support for macro definition and expansion
Michael Forney
2020-01-31
eval: Allow casting address constants to integer types in constant expressions
Michael Forney
2020-01-30
Add test for sizeof string literal
Michael Forney
2020-01-30
decl: Better check for inline definitions
Michael Forney
2019-08-13
Remove test corresponding to cast-same-type.qbe
Michael Forney
2019-08-12
Revert "expr: Fix cast of same type"
Michael Forney
2019-08-11
decl: Allow enumerator values up to UINT_MAX
Michael Forney
2019-07-11
expr: Fix cast of same type
Michael Forney
2019-07-10
decl: Display message when _Static_assert fails
Michael Forney
2019-07-07
type: Ignore parameter qualifiers when determining type compatibility
Michael Forney
2019-07-05
qbe: Handle K&R function definition argument promotion
Michael Forney
2019-07-05
stmt: Fix conversion of controlling expression to bool
Michael Forney
2019-07-03
Implement no-op __builtin_expect
Michael Forney
2019-07-03
Convert controlling expression of loops to bool
Michael Forney
2019-06-27
qbe: Fix switch statements with 64-bit controlling expression
Michael Forney
2019-06-04
Fix non-adjacent bit-fields
Michael Forney
2019-05-29
Temporarily avoid %a when printing floating constants
Michael Forney
2019-05-16
Fix test after amend to 52bf506
Michael Forney
2019-05-16
stmt: continue in do-loop should evaluate controlling expression
Michael Forney
2019-05-16
decl: Qualifiers of array type are for element type
Michael Forney
2019-05-16
decl: extern storage class with initializer is still a definition
Michael Forney
2019-05-16
Remove incorrect type equality check in usual arithmetic conversions
Michael Forney
2019-05-15
Implement asm labels
Michael Forney
2019-05-12
eval: Keep track of kind of constant expression we are evaluating
Michael Forney
2019-05-10
qbe: Fix QBE types for structs containing bit-fields
Michael Forney
2019-05-08
Update expected test output for fe4297ba1d
Michael Forney
2019-04-27
Unnamed bit-fields don't contribute to size or alignment of unions, or size o...
Michael Forney
2019-04-27
Sign-extend result of bit-field assignments
Michael Forney
2019-04-27
Fix some function declarator corner cases
Michael Forney
2019-04-27
init: Allow string literal initializers to be in braces
Michael Forney
2019-04-24
Implement _Generic selection
Michael Forney
2019-04-24
qbe: Make sure generated code doesn't depend on argument evaluation order
Michael Forney
2019-04-23
Fix integer promotion on bit-fields
Michael Forney
2019-04-22
Simplify test/typeof
Michael Forney
2019-04-20
eval: Handle casts in constant expressions
Michael Forney
2019-04-18
Fix potential overflow of bit-field initializers into following member
Michael Forney
2019-04-17
Fix bit-field offsets in unions
Michael Forney
2019-04-17
Allow designators in __builtin_offsetof
Michael Forney
2019-04-16
Use undecayed type in __typeof__
Michael Forney
2019-04-16
Implement __builtin_types_compatible_p
Michael Forney
2019-04-16
tests -> test
Michael Forney