2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix r459: array_type_t is not pointer_type_t. More... about 17 years ago
Inline load_from_expression_addr() into its only user. More... about 17 years ago
Handle IR generation for dereferencing pointers to non-scalar types. More... about 17 years ago
Unary * handles arrays, too. Improve the error message, when the argument is neither an array nor a pointer. More... about 17 years ago
use short-circuit evaluation like the master taught us More... about 17 years ago
Handle IR generation for selection of non-scalar types from a compound type. More... about 17 years ago
Handle IR generation for access to global variables of compound type. More... about 17 years ago
Handle IR generation for subscription of arrays with non-scalar element type. More... about 17 years ago
&& and || accept scalar types, not only arithmetic types. More... about 17 years ago
implement ++ and -- for pointers More... about 17 years ago
Handle implicit casts from 0 to pointers in comparisons. More... about 17 years ago
Handle implicit casts from 0 to pointers. More... about 17 years ago
Use skip_typeref() to determine the types in conditional expressions. More... about 17 years ago
Generate IR for /= and %=. More... about 17 years ago
Remove redundant calls to error(). More... about 17 years ago
Handle non-extern declarations after extern declarations correctly, warn about redundant declarations, issue an error for multiple declarations with incompatible storage classes. More... about 17 years ago
__typeof__ is a GNU extension More... about 17 years ago
Warn about empty declarations. More... about 17 years ago
Ignore parameters beginning with -D, -O or -f for now and print a warning. More... about 17 years ago
Do not set options which do not exist anymore. More... about 17 years ago
add some casts to suppress warnings More... about 17 years ago
preliminary Win32 support added More... about 17 years ago
use new TYPE_QUALIFIER_NONE to suppress warning More... about 17 years ago
add TYPE_QUALIFIER_NONE to suppress warnings (use it instead of 0) More... about 17 years ago
removed abort() declaration, use from stdlib.h More... about 17 years ago
it's __GNUC__ not __GCC__ More... about 17 years ago
Handle fallthrough when generating IR for case labels. More... about 17 years ago
Make sure to generate a default ProjX for switch()es, even if there is no default: label. More... about 17 years ago
__attribute__ is a GCC extension More... about 17 years ago
Parse octal escape sequences correctly: Do not swallow the first digit and read at most three digits. More... about 17 years ago