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-16
qbe: Fix error check for invalid object
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
Update doc/software.md now that asm labels are implemented
Michael Forney
2019-05-15
Implement asm labels
Michael Forney
2019-05-15
decl: Don't emit function if inline is specified without static or extern
Michael Forney
2019-05-15
Add __signed alternate keyword
Michael Forney
2019-05-14
Add NixOS continuous build
Michael Forney
2019-05-14
Fix duplicate comma
Michael Forney
2019-05-14
configure: Handle empty but set DEFAULT_DYNAMIC_LINKER as no flag necessary
Michael Forney
2019-05-14
configure: Clear some variables before we conditionally set them
Michael Forney
2019-05-14
Add __asm as an alternate keyword for __asm__
Michael Forney
2019-05-14
driver: Allow empty start/end files
Michael Forney
2019-05-14
Add notes about building st to doc/software.md
Michael Forney
2019-05-14
Add initial OpenBSD continuous build
Michael Forney
2019-05-14
Use correct terminology in error message
Michael Forney
2019-05-14
decl: Factor out some code common to function and object declarations
Michael Forney
2019-05-13
Add initial support for OpenBSD in configure
Michael Forney
2019-05-13
Use enum type for expect argument
Michael Forney
2019-05-13
Most known problems with arm64 have been resolved
Michael Forney
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
[next]