2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implement atomic entity initialisation More... about 17 years ago
allow some implicit pointer casts, fix pointer add,sub More... about 17 years ago
fix semantic bugs, do default promotion for call arguments, implement some arithmetic assign ops More... about 17 years ago
improve condition generation, support conditional expressions More... about 17 years ago
(untested) support for global variables More... about 17 years ago
support for pointer add/sub, no need for type_environment in ast2firm More... about 17 years ago
more work on semantic analysis More... about 17 years ago
Create IR for for-statements. More... about 17 years ago
no need for ; in for statement after print_declaration_statement More... about 17 years ago
Handle non-void functions which miss a return statement at the end. Especially handle the special case of main() returning 0. More... about 17 years ago
only look at declarations in main namespace More... about 17 years ago
implement switch statements, fix handling of dereference More... about 17 years ago
fix while statement_to_firm More... about 17 years ago
add missing files More... about 17 years ago
more work on local variable support More... about 17 years ago
parse wide strings More... about 17 years ago
stricter warnings More... about 17 years ago
partly implemented reference_expression_to_firm and unary expression_to_firm More... about 17 years ago
rename method to function More... about 17 years ago
link output More... about 17 years ago
more work on firm backend More... about 17 years ago
started create_function More... about 17 years ago
convert ast types to firm types More... about 17 years ago
link with libfirm More... about 17 years ago
- reworked handling environments and struct, union, enum namespace - represent typedef and typeof explicitely in type graph - lots of bugfixes More... over 17 years ago
Fix typo in comment. More... over 17 years ago
improve initializer handling More... over 17 years ago
bugfixes, parse initializers More... over 17 years ago
we can now parse the infamous apfel.c, print ast as C and have it compiled and working again More... over 17 years ago
lex floating suffix, parser can now parse it's own source completely More... over 17 years ago