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-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
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
[next]