30
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enable struct parameter tests for all ports except mos6502 (which doesn't support them yet). More... 5 months ago
add missing files to the mos65c02 std lib More... 5 months ago
add ".r56c02" to the assembler output for mos65c02 port. More... 5 months ago
simplify parsing of number radix (similar to upstream asxxxx). More... 5 months ago
Port a simplification from f8 to stm8. Fix an mcs51 peephole optimizer issue noticed by Oleg Endo. More... 5 months ago
Fix handling of jz, jnz in asmLineNodeFromLineNode. More... 5 months ago
enable mos6502 24bit address in sdas (patch #436) More... 5 months ago
Fix bug #3682. More... 5 months ago
Fix checking of return values for mcs51 notUsed. More... 5 months ago
Fix an stm8 codegen bug resulting an omitted carry for some wide subtractions where the least-significant byte of the subtrahend is in a. More... 5 months ago
Fix an stm8 rotation codegen issue resulting in invalid asm for --opt-code-speed. More... 5 months ago
Replace deadMove by notUsed in non-push/pop roles. More... 5 months ago
Fix a codegen crash affecting sm83 function calls via pointers to functions returning struct. More... 5 months ago
Fix a z80 bug exposed by speed optimization combined with --reserve-regs-iy. More... 5 months ago
Fully enable code speed optimization for z80 (and related). More... 5 months ago
Improve cost function accuracy. More... 5 months ago
Shift optimization using information from generalized constant propagation. More... 5 months ago
Fix bug #3680. More... 5 months ago
Fix bug #3680. More... 5 months ago
Speed optimization in register allocation for z80 and related. More... 5 months ago
Preparations for improved speed optimization for z80. More... 5 months ago
Preparations for improved speed optimization for z80. More... 5 months ago
Preparations for improved speed optimization for z80. More... 5 months ago
Preparations for improved speed optimization for z80. More... 5 months ago
Implement notUsed peephole condition for mcs51, patch by Oleg Endo. More... 5 months ago
Preparations for improved speed optimization for z80. Do another execution frequency estimate just before register allocation to improve the accuracy of speed optimizations. More... 5 months ago
Preparations for improved speed optimization for z80. More... 5 months ago
Preparations for improved speed optimization for z80. More... 5 months ago
Preparations for improved speed optimization for z80. More... 5 months ago
Regression test for bug #3678. More... 5 months ago