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-05-13
driver: Add verbose mode
Michael Forney
2019-05-13
Add qbe submodule to make it easy to build
Michael Forney
2019-05-12
eval: Keep track of kind of constant expression we are evaluating
Michael Forney
2019-05-12
Improve error message and simplify slightly
Michael Forney
2019-05-12
Fix progname fallback
Michael Forney
2019-05-11
Include lacc in related compilers
Michael Forney
2019-05-10
Mention sbase issues with glibc
Michael Forney
2019-05-10
Stack allocation fix was applied to upstream QBE
Michael Forney
2019-05-10
qbe: Fix QBE types for structs containing bit-fields
Michael Forney
2019-05-09
Add Debian aarch64 continuous build
Michael Forney
2019-05-09
Add alternate __volatile__ keyword
Michael Forney
2019-05-09
Fix ordering of endfiles
Michael Forney
2019-05-08
Fix spacing
Michael Forney
2019-05-08
Add aarch64 continuous build
Michael Forney
2019-05-08
configure: Add tool prefix when building a cross-compiler
Michael Forney
2019-05-08
Update expected test output for fe4297ba1d
Michael Forney
2019-05-08
README: Mention that aarch64 mostly works
Michael Forney
2019-05-08
configure: Make dynamic linker configurable
Michael Forney
2019-05-08
Bump size of va_list to 32 to support both x86_64 and aarch64
Michael Forney
2019-05-08
Recommend my QBE branch for now
Michael Forney
2019-05-08
scan: Handle EOF in comments, character constants, and string literals
Michael Forney
2019-05-07
Add -s to LDFLAGS instead of running strip manually during bootstrap
Michael Forney
2019-04-29
driver.o needs config.h
Michael Forney
2019-04-29
Add __asm__ keyword
Michael Forney
2019-04-29
Add __typeof__ to tokstr
Michael Forney
2019-04-28
config.def.h was removed
Michael Forney
2019-04-28
Just maintain header dependencies in Makefile
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-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
[prev]
[next]