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
Correct typo in comment. More... over 9 years ago
update libfirm to get iredges assert More... over 9 years ago
Warn to avoid the impression that c++ mode is useful yet More... over 9 years ago
preprocessor: Better function names; Add docu comment More... over 9 years ago
preprocessor: No need to set current_expansion twice More... over 9 years ago
preprocessor: Handle corner case of parameter with multiple tokens before '##' correctly More... over 9 years ago
preprocessor: Add some comments and cleanups More... over 9 years ago
If va_list is a struct, emit CopyB. More... over 9 years ago
Adapt to firmstat removal More... over 9 years ago
Update libfirm submodule for consistent debug and optimize builds. More... over 9 years ago
alias attributes are entity definitions, do not emit them just because the symbol is unused More... over 9 years ago
Adapt to removal of set_entity_compiler_generated(). More... over 9 years ago
Remove msvc project file stuff More... over 9 years ago
Do not create IR entities for unused functions. More... over 9 years ago
va_arg_expression_to_firm: Evaluate ap only once. More... over 9 years ago
fix long double type on darwin x86_64 More... over 9 years ago
Track change of libFirm API for variadicity. More... over 9 years ago
Let the backend initialize mode_P. More... over 9 years ago
Move some variable declaration into for statements More... over 9 years ago
Rename scope_t::entities to scope_t::first_entity More... over 9 years ago
Start working on NEWS for next release More... over 9 years ago
Rename error.h to panic.h More... over 9 years ago
get rid of strange il_xxx types More... over 9 years ago
Reworked entity alignment and attribute((packed)) handling More... over 9 years ago
Update libfirm submodule to fix compile errors in optimize build. More... over 9 years ago
Mark typedef entities as used when used More... over 9 years ago
fix warning More... over 9 years ago
Check for pure inline functions in parser, implement attribute(gnu_inline) More... over 9 years ago
Avoid follow-up errors when a function is initialized like a variable. More... over 9 years ago
Prevent follow-up errors, when the size expression of an array declarator does not have integer type. More... over 9 years ago