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
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-26
Replace config.def.h with a configure script
Michael Forney
2019-04-26
Remove compilecmd from config.h
Michael Forney
2019-04-25
qbe: Error out when va_arg is called with non-scalar type
Michael Forney
2019-04-24
Use a common member for expression base
Michael Forney
2019-04-24
Use enum type for expr->builtin.kind
Michael Forney
2019-04-24
Use a common member for expression op
Michael Forney
2019-04-24
map: Free old key and value arrays when resizing
Michael Forney
2019-04-24
Free function call argument lists
Michael Forney
2019-04-24
expr: Free subexpressions in delexpr
Michael Forney
2019-04-24
eval: Check that expression has integer type before checking if it's signed
Michael Forney
2019-04-24
Free functions when we're done with them
Michael Forney
2019-04-24
Disallow struct members with function type
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-23
Improve some error messages
Michael Forney
2019-04-23
Clarify origin of tree.c
Michael Forney
2019-04-23
expr: Add mkincdecexpr for pre/postfix inc/decrement operators
Michael Forney
2019-04-23
expr: Use tokstr in ++/-- operator error messages
Michael Forney
2019-04-23
doc/software: Need to disable deprecation warnings to build zstd
Michael Forney
2019-04-23
doc/software: Add sections for mcpp and zstd
Michael Forney
2019-04-23
expr: Add some type checking for unary operators
Michael Forney
2019-04-23
expr: Check qualifiers when parsing ++/-- expressions
Michael Forney
2019-04-23
Mention QBE patch for dynamic phi arg array
Michael Forney
2019-04-22
Simplify test/typeof
Michael Forney
2019-04-22
expr: Fix check of not enough arguments for function call
Michael Forney
2019-04-21
Keep track of type properties in type
Michael Forney
2019-04-21
Improve error message
Michael Forney
2019-04-20
README: Fix DYNAMICLINKER define
Michael Forney
2019-04-20
Set path of CCQBE explicitly
Michael Forney
2019-04-20
Expand on `long double` hack a bit
Michael Forney
2019-04-20
eval: Handle casts in constant expressions
Michael Forney
2019-04-20
Minor style fixes
Michael Forney
2019-04-20
Make basic types have their own kind
Michael Forney
2019-04-20
Shorten some names with 'long'
Michael Forney
2019-04-20
doc: Don't make headings links
Michael Forney
2019-04-20
Add contributing section to README
Michael Forney
2019-04-18
Fix link
Michael Forney
2019-04-18
Mirror repository at man.sr.ht to get rendered markdown documents
Michael Forney
2019-04-18
Add some documentation about building various software
Michael Forney
2019-04-18
Add some documentation about implemented extensions
Michael Forney
2019-04-18
Fix potential overflow of bit-field initializers into following member
Michael Forney
2019-04-17
config.def.h: Add note about crtbegin.o and crtend.o
Michael Forney
2019-04-17
driver: Use arrayforeach
Michael Forney
2019-04-17
Merge map.h and tree.h into util.h
Michael Forney
2019-04-17
Just use a single mapkey function
Michael Forney
2019-04-17
htab -> map
Michael Forney
[next]