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-07-05
Specify function name in error message
Michael Forney
2019-07-05
qbe: Handle K&R function definition argument promotion
Michael Forney
2019-07-05
qbe: Separate out value conversion from funcexpr
Michael Forney
2019-07-05
Move some functions around
Michael Forney
2019-06-27
qbe: Fix switch statements with 64-bit controlling expression
Michael Forney
2019-05-29
Temporarily avoid %a when printing floating constants
Michael Forney
2019-05-16
qbe: Fix error check for invalid object
Michael Forney
2019-05-15
Implement asm labels
Michael Forney
2019-05-12
eval: Keep track of kind of constant expression we are evaluating
Michael Forney
2019-05-10
qbe: Fix QBE types for structs containing bit-fields
Michael Forney
2019-04-27
Sign-extend result of bit-field assignments
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 a common member for expression op
Michael Forney
2019-04-24
Free function call argument lists
Michael Forney
2019-04-24
Free functions when we're done with them
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-21
Keep track of type properties in type
Michael Forney
2019-04-20
Make basic types have their own kind
Michael Forney
2019-04-18
Fix potential overflow of bit-field initializers into following member
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
2019-04-17
Implement bit-field initializers
Michael Forney
2019-04-16
Error instead of segfault when working with `long double`
Michael Forney
2019-04-16
Fix offset of initializer following fixed-length string
Michael Forney
2019-04-15
Handle static sub-initializers
Michael Forney
2019-04-14
Initial support for loading/storing bit-fields
Michael Forney
2019-04-06
Track type qualifiers separately
Michael Forney
2019-04-06
Separate unqualified type and qualifiers in struct decl
Michael Forney
2019-04-06
Separate unqualified type and qualifiers in struct member
Michael Forney
2019-04-06
Separate unqualified type and qualifiers in struct param
Michael Forney
2019-04-06
Separate unqualified type and qualifiers in struct expr
Michael Forney
2019-04-04
Merge headers into cc.h
Michael Forney
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
[next]