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
/
qbe.c
Age
Commit message (
Expand
)
Author
2019-04-03
Revert "Make member access its own expression type"
Michael Forney
2019-04-03
Make member access its own expression type
Michael Forney
2019-03-15
Start to handle overlapping initializers
Michael Forney
2019-03-14
Abbreviate tag names
Michael Forney
2019-03-13
Use instruction op for varargs call instead of "ellipsis" value
Michael Forney
2019-03-13
Update __PRETTY_FUNCTION__ comment
Michael Forney
2019-03-13
Make `struct function` opaque
Michael Forney
2019-03-12
Revert "Zero uninitialized decls/returns."
Michael Forney
2019-03-03
Fix emittype for qualified nested struct
Michael Forney
2019-02-26
Use funcinst macro in a few more places
Michael Forney
2019-02-26
Simplify common funcinst case.
Andrew Chambers
2019-02-26
Zero uninitialized decls/returns.
Andrew Chambers
2019-02-26
Don't add zero offsets when zeroing.
Andrew Chambers
2019-02-24
Make __PRETTY_FUNCTION__ a synonym for __func__
Michael Forney
2019-02-22
Fix use of uninitialized character in string array
Michael Forney
2019-02-22
Make sure to zero the rest of an array initialized with a string
Michael Forney
2019-02-22
Implement __builtin_alloca
Michael Forney
2019-02-21
Emit complete union type definitions instead of just using the first member
Michael Forney
2019-02-20
Fix emittype for unions
Michael Forney
2019-02-20
Fix definitions for nested structs
Michael Forney
2019-02-17
Allow computing address of non-lvalue structs/unions
Michael Forney
2019-02-17
Fix returning struct/union types
Michael Forney
2019-02-17
Improve old-style function declaration support
Michael Forney
2019-02-16
Extend char/short types before comparing
Michael Forney
2019-02-16
Fix casts from integer types less than 32 bits wide
Michael Forney
2019-02-15
Make sure that aggregates and pointers to aggregates are passed/return correctly
Michael Forney
2019-02-15
Handle main with no return
Michael Forney
2019-02-15
Don't embed anonymous struct members into parent
Michael Forney
2019-02-15
Use bool typedef in .c files
Michael Forney
2019-02-15
Rename emit.h -> backend.h
Michael Forney
2019-02-15
Remove a dead conditional in ftou
Michael Forney
2019-02-15
Fix bad assertion.
Andrew Chambers
2019-02-13
When storing initial value of parameters, use unqualified type
Michael Forney
2019-02-13
Make basic store independent of ABI
Michael Forney
2019-02-13
Implement __builtin_va_arg
Michael Forney
2019-02-13
Compare to node value first when looking for switch destination
Michael Forney
2019-02-12
Remove unused variable
Michael Forney
2019-02-12
Initial import
Michael Forney