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
2021-04-23
targ: Use correct char signedness for aarch64 and riscv64
Michael Forney
2021-04-22
Update test for DBL_DECIMAL_DIG
Michael Forney
2021-04-21
qbe: Print floating point with DBL_DECIMAL_DIG precision
Michael Forney
2021-04-21
CI: Pin FreeBSD to 12.x for now
Michael Forney
2021-04-21
Add support for riscv64 target
Michael Forney
2021-04-11
Check in static-assert-struct test expected output
Michael Forney
2021-04-11
decl: Allow _Static_assert in struct declaration
Michael Forney
2021-04-11
decl: Allow _Alignas(0)
Michael Forney
2021-04-08
qbe: Remove unnecessary value copy for struct/union types
Michael Forney
2021-04-08
Remove unused mkswitch declaration
Michael Forney
2021-04-08
CI: Fix debian-aarch64 dependency packages
Michael Forney
2021-04-08
qbe: Remove unnecessary extension for relational operands
Michael Forney
2021-04-07
qbe: Remove __PRETTY_FUNCTION__ declaration
Michael Forney
2021-04-06
qbe: Shorten a few overly long lines
Michael Forney
2021-03-31
qbe: Slight simplification
Michael Forney
2021-03-31
qbe: Use second argument of call/arg to store type name
Michael Forney
2021-03-31
qbe: Use separate type for block/label
Michael Forney
2021-03-31
qbe: Switch to fixed-size instruction struct
Michael Forney
2021-03-30
Add struct passing call test
Michael Forney
2021-03-27
qbe: Change value kind naming scheme
Michael Forney
2020-12-07
CI: Drop obsolete OpenBSD patch
Michael Forney
2020-12-07
Support -pthread compiler flag.
Érico Rolim
2020-10-21
Update qbe submodule
Michael Forney
2020-09-12
Update qbe submodule
Michael Forney
2020-09-05
Add a patch to fix OpenBSD bootstrap on 6.7
Michael Forney
2020-09-05
Add -nopie to linker flags on OpenBSD
Michael Forney
2020-06-29
.builds/alpine: remove annotations
Drew DeVault
2020-06-05
Help gcc see that variables are not used uninitialized
Michael Forney
2020-06-03
Revert "decl: Allow out-of-range enum constants when they don't change type"
Michael Forney
2020-06-03
Disable bootstrap in OpenBSD continuous build
Michael Forney
2020-06-03
decl: Allow out-of-range enum constants when they don't change type
Michael Forney
2020-06-02
decl: Improve error message for out-of-range enum constants
Michael Forney
2020-05-24
qbe: Omit unnecessary add to help QBE's memopt pass
Michael Forney
2020-04-21
driver: Print unknown option before usage message
Michael Forney
2020-04-19
Add install target to Makefile
Michael Forney
2020-04-19
Update qbe submodule
Michael Forney
2020-04-14
doc/software: Remove unnotable sections
Michael Forney
2020-04-14
Refer to github issue for oasis porting effort
Michael Forney
2020-04-05
expr: Just ignore decayed operand in unary `&` operator
Michael Forney
2020-04-04
type: Remove unnecessary check for TYPEVOID
Michael Forney
2020-04-04
expr: Add type checking for equality and relational expressions
Michael Forney
2020-04-04
expr: Fix type of '&' operator applied to array
Michael Forney
2020-03-23
driver: Handle -isystem
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-22
pp: Style
Michael Forney
2020-03-18
expr: Slight simplification in function call parsing
Michael Forney
2020-03-18
pp: Remove some unnecessary conditionals
Michael Forney
2020-03-18
pp: Fix possible use-after-free
Michael Forney
2020-03-18
pp: Add test for function-like macro with no argument tokens
Michael Forney
[next]