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
add some assert where typedef/typeof types should not be used, add missing skip_typeref in call semantic More... about 17 years ago
fix array_access in ast2firm More... about 17 years ago
build unknown if return value is missing More... about 17 years ago
handle automatic type conversion of array and function types like described in the C standard More... about 17 years ago
Skip typerefs when comparing the pointed-to types of pointers. More... about 17 years ago
Respect the signedness of char. More... about 17 years ago
change back union stuff and expriment with new union mode for initializers More... about 17 years ago
Implement enums. More... about 17 years ago
workaround for not allowed construction: [] not on toplevel ... for now, use [1] and replace the whole thing by a list someday More... about 17 years ago
replaced the different type types by one union type saving a lot of casts (and adding more field specifier :-) More... about 17 years ago
fixed overrun handling More... about 17 years ago
fixed warning: unix strtold expect char* More... about 17 years ago
introduce type_qualifiers_t type and remove a lot of warnings More... about 17 years ago
replaced the different statement types by one union type saving a lot of casts (and adding more field specifier :-) More... about 17 years ago
BugFix: a break from a case label does not leave a loop More... about 17 years ago
replaced the different initializer types by one union type saving a lot of casts More... about 17 years ago
- replaced strtoull() function by own implementation (now available on Win32) - use isxdigit() instead of own function - use strtod() instead of now existing strtold() on Win32 for now More... about 17 years ago
use NORETURN macro instead of gcc like __attribute__(noreturn) More... about 17 years ago
fixed some warnings More... about 17 years ago
implement semantic_assign like the C standard describes it More... about 17 years ago
string literals as array intiailizers are supported now More... about 17 years ago
there might be extra commas after } initializer More... about 17 years ago
more missing skip_typerefs More... about 17 years ago
support initializers for local variables with struct/array type More... about 17 years ago
fix some bugs introduces with my last committ More... about 17 years ago
fix array declarator parsing, fix a memory error in constructing declarator types More... about 17 years ago
fix printing of array types More... about 17 years ago
make enum entries use an expression instead of an initializer, set array type size from initializer if it wasn't specified More... about 17 years ago
implement statement expressions More... about 17 years ago
support for alloca More... about 17 years ago