1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert "Apple 2 SSC: Handle SER_HS_NONE with no performance impact" More... over 1 year ago
Apple 2 SSC: Handle SER_HS_NONE with no performance impact More... over 1 year ago
Merge pull request #2248 from acqn/ReturnTypeCheck More... over 1 year ago
Merge pull request #2236 from acqn/TypeFix More... over 1 year ago
Merge pull request #2246 from acqn/ArrayFix More... over 1 year ago
Merge pull request #2245 from acqn/MinorFix More... over 1 year ago
Fixed diagnostics on qualifiers of function return types. More... over 1 year ago
Fixed the bug that a union type containing a struct with a flexible array member was accepted as a struct member or array element type. More... over 1 year ago
Fixed regression: array element of incomplete type. More... over 1 year ago
Apple2 SSC: Implement no flow control More... over 1 year ago
Merge pull request #2235 from acqn/Cleanup More... over 1 year ago
Merge pull request #2237 from acqn/CGType More... over 1 year ago
Merge pull request #2243 from acqn/StdFuncFix More... over 1 year ago
Merge pull request #2234 from acqn/Diagnostics More... over 1 year ago
Merge pull request #2242 from acqn/SwitchFix More... over 1 year ago
Merge pull request #2240 from acqn/BitwiseOpt More... over 1 year ago
Merge pull request #2238 from acqn/BoolOptFix More... over 1 year ago
Fixed type promotion of switch case values. More... over 1 year ago
Fixed naming of local variables in CG_TypeOfBySize and CG_TypeOf. More... over 1 year ago
New optimizer steps to restore some possibly lost optimization with boolean due to the previous fix. More... over 1 year ago
Fixed potential bugs with boolean branch optimizers when more than one jeq/jne follows. More... over 1 year ago
Added new opts OptBoolUnary1/OptBoolUnary2 to remove unnecessary cmp + bcastax/bnegax, as well as OptBoolUnary3 to "strength-reduce" certain bcastax/bnegax to boolne/booleq. More... over 1 year ago
Separated boolean optimizers from bitwise unary operator optimizers. Renamed OptCmp6 to OptBoolCmp. More... over 1 year ago
Minor fix for error recovery from duplicated struct members. More... over 1 year ago
Renamed struct Segments to SegContext as well as some related functions. More... over 1 year ago
Merge pull request #2233 from acqn/ArraySubscriptFix More... over 1 year ago
add newline at the end More... over 1 year ago
Fixed inlined strlen when it takes a string literal with extra characters after the first '\0'. Added testcases. More... over 1 year ago
Merge pull request #2226 from acqn/PragmaFix More... over 1 year ago
Minimal style adjustment More... over 1 year ago