openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
cparser
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 130 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
implement atomic entity initialisation
Matthias Braun
More...
about 17 years ago
allow some implicit pointer casts, fix pointer add,sub
Matthias Braun
More...
about 17 years ago
fix semantic bugs, do default promotion for call arguments, implement some arithmetic assign ops
Matthias Braun
More...
about 17 years ago
improve condition generation, support conditional expressions
Matthias Braun
More...
about 17 years ago
(untested) support for global variables
Matthias Braun
More...
about 17 years ago
support for pointer add/sub, no need for type_environment in ast2firm
Matthias Braun
More...
about 17 years ago
more work on semantic analysis
Matthias Braun
More...
about 17 years ago
Create IR for for-statements.
Christoph Mallon
More...
about 17 years ago
no need for ; in for statement after print_declaration_statement
Matthias Braun
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.
Christoph Mallon
More...
about 17 years ago
only look at declarations in main namespace
Matthias Braun
More...
about 17 years ago
implement switch statements, fix handling of dereference
Matthias Braun
More...
about 17 years ago
fix while statement_to_firm
Matthias Braun
More...
about 17 years ago
add missing files
Matthias Braun
More...
about 17 years ago
more work on local variable support
Matthias Braun
More...
about 17 years ago
parse wide strings
Matthias Braun
More...
about 17 years ago
stricter warnings
Matthias Braun
More...
about 17 years ago
partly implemented reference_expression_to_firm and unary expression_to_firm
Matthias Braun
More...
about 17 years ago
rename method to function
Matthias Braun
More...
about 17 years ago
link output
Matthias Braun
More...
about 17 years ago
more work on firm backend
Matthias Braun
More...
about 17 years ago
started create_function
Matthias Braun
More...
about 17 years ago
convert ast types to firm types
Matthias Braun
More...
about 17 years ago
link with libfirm
Matthias Braun
More...
about 17 years ago
- reworked handling environments and struct, union, enum namespace - represent typedef and typeof explicitely in type graph - lots of bugfixes
Matthias Braun
More...
over 17 years ago
Fix typo in comment.
Christoph Mallon
More...
over 17 years ago
improve initializer handling
Matthias Braun
More...
over 17 years ago
bugfixes, parse initializers
Matthias Braun
More...
over 17 years ago
we can now parse the infamous apfel.c, print ast as C and have it compiled and working again
Matthias Braun
More...
over 17 years ago
lex floating suffix, parser can now parse it's own source completely
Matthias Braun
More...
over 17 years ago
←
1
2
…
124
125
126
127
128
129
130
131
132
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree