18
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Dec 12, 2024 — Dec 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'SARG-FB/gas64_rev' into master More... about 2 months ago
gas64 : fix regression, using a local var to avoid huge compilation time More... about 2 months ago
gas64 ; fix Linux registers used for memset More... 2 months ago
Merge pull request #458 from PaulSquires/patch-1 More... 2 months ago
Update readme.txt More... 2 months ago
Update for last changes More... 4 months ago
gas64 : in memfill and emit_mem use memset if area size > 64 bytes (faster) More... 4 months ago
fbc : fixes for simple/overload NEW after changes to use callocate More... 4 months ago
fbc : for NEW uses callocate instead allocate + memset(0) as it's faster More... 4 months ago
gas64 : fix missing quotation mark More... 5 months ago
gas64 ; comment added to explain the use of *<var ptr> in reg_freeable/check_optim More... 5 months ago
gas64 : removal of tag #xNN / #NN if __GAS64_DEBUG__ not defined More... 5 months ago
gas64 : use of cvl("mov ") instead &h20766F6D and also cvshort for better understanding More... 5 months ago
gas64 : removal of an unnecessary string to save time in hwriteasm64 More... 5 months ago
Merge remote-tracking branch 'SARG-FB/gas64_rev' into master More... 5 months ago
Merge remote-tracking branch 'jayrm/bug-fix' into master More... 5 months ago
gas64 : fix case push with literal number (eg push 1) More... 5 months ago
gas64 : fix push not completely taken in account in reg_freeable More... 5 months ago
gas64 : fix changing byte/word/dword/ptr to BYTE/WORD/DWORD/PTR More... 5 months ago
gas64 : fixes and additions to asm code optimization More... 5 months ago
gas64: update changelog.txt More... 5 months ago
fbc: fix source typo More... 5 months ago
fbc: fix conversion of unicode codepoints in supplemental planes More... 5 months ago
gas64 : fix reg not freed in call <reg> or <[reg]> n More... 6 months ago
gas64 : - removing of indentation except when GAS64_DEBUG is used - optimization in check_optim More... 6 months ago
gas64 : changing tag for optimizations #O (letter) by #0 (number) More... 6 months ago
gas64 : - optimization for FP add/sub/mul/div to avoid calls to regfreeable - fixing typos 'push $mxcsr[rip]",KNOFREE' / KREG_R11 instead KREG_R10 More... 6 months ago
gas64 : optimization using KNOFREE to avoid useless calls to reg_freeable More... 6 months ago
gas64 : replacing reg_freeable by a more optimized version More... 6 months ago
gas64 : changing all LONGs by INTEGERs (except ustab) to speed up compilation More... 7 months ago