7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Repair struct init inside {}. More... over 17 years ago
Handle constant evaluations correct even in the unsigned case. Set const qualifier for the correct element in a type. Fix string element counting in init. More... over 17 years ago
Add cl as a NEVER register in shifts. Fix bit-field init bug. More... over 17 years ago
Fix bug causing #line directives to get stuck in an endless loop. More... over 17 years ago
Must add edges for needed regs in special also. More... over 17 years ago
Fix last bits of initializations, should work fine now. More... over 17 years ago
Remove INIT nodetype. Now most initializations work. More... over 17 years ago
More init fixes, now handles real aggregates (structs and arrays). More... over 17 years ago
Add code to convert floats to numeric arrays. XXX should be common. Understand initialization of floats. Now support declaration of string-initialized extern and static vars. More... over 17 years ago
Fix more on new init code. Can init simple arrays now. More... over 17 years ago
Start using initializers again; now some statics works. More... almost 18 years ago
Fix sign cast that makes gcc complain. More... almost 18 years ago
Cleanup initialization code somewhat more. Still working on getting C99 initialization implemented. More... almost 18 years ago
More progress towards better initialization code. More... almost 18 years ago
Add conversion from longlong in esiedi to char (via stack). More... about 18 years ago
Ignore CR on input. More... about 18 years ago
Character constants are handled as unsigned. XXX - correct? Add __func_ as keyword. Not entirely correct. More... about 18 years ago
Fix missing entry for mod. More... about 18 years ago
Do another rewrite of the typedef code, now do it in the lexer. While here, remove some OLDSTYLE defines. Fix type check bug in tymerge(). More... about 18 years ago
Flush output buffer before doing an error exit. More... about 18 years ago
Add support for local libs. More... about 18 years ago
Bugfix stack allocation routine, this is not pdp10. More... about 18 years ago
Handle typedefs better. XXX should be fixed better. Implement __builtin_alloca. More... about 18 years ago
Increase table sizes even more. Handle triple-arg-situation with multiple concatenated args. Make space for error messages when if heap is full. More... about 18 years ago
Ignore unknown preprocessor directives. More... about 18 years ago
More stuff to avoid type errors. More... about 18 years ago
Fix typedef bug for variables preventing struct members to having typedefed names. Add missed cast. More... about 18 years ago
Remove leftover from old lint times. Fixes segv bug in conval. More... about 18 years ago
Allow for enum arrays to be declared const. Handle || and && of constants in the compiler. More... about 18 years ago
Take care of a bug with macro arguments that are on multiple lines. More... about 18 years ago