2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 5 months ago.
Jan 21, 2024 — Jan 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Just update comment More... almost 19 years ago
No such type as char[][] More... almost 19 years ago
Was not following forward branches More... almost 19 years ago
Fixed STOSD, SCASB etc all should be one byte More... almost 19 years ago
Added DOS4GWBinaryFile to the list of loaders More... almost 19 years ago
Added a crude pattern for finding __CMain in a Watcom/DOS4GW binary More... almost 19 years ago
Oops #include needs correct case now too More... almost 19 years ago
Need correect case on Unix/Linux/OSX systems More... almost 19 years ago
At least use fbranch2, not working yet but closer More... almost 19 years ago
Fixes for Dos4GWBinaryFile.
Trent Waddington
as quantumg
More... almost 19 years ago
Can now specify the optimisation with ./configure OPT=-O0 or -O3 etc More... almost 19 years ago
Need fbranch2 rather than fbranch to have any hope here More... almost 19 years ago
Quell a warning More... almost 19 years ago
Mike Frysinger's cleanup of Makefiles to respect values set by ./configure; cleaned up some warnings now that -O2 is default More... almost 19 years ago
Hmmph it seems that 10.2 doesn't need the underscore after all More... almost 19 years ago
Removed the -Bdyamic; it doesn't work on OS/X, and on other systems it has no real effect More... almost 19 years ago
Oops missed an edit More... almost 19 years ago
Changed UNDERSCORE_NEEDED to HOST_OSX_10_2 and also adjust -dynamic string for various OSX hosts More... almost 19 years ago
Added 'return 0' to avoid much output due to the overlapped register handling More... almost 19 years ago
Added a 'return 0' statement to prevent massive output due to the overlapped register processing More... almost 19 years ago
This version is compiled with MSVC 6, which uses the fnstsw/test/jp (jump on even parity) pattern More... almost 19 years ago
Added new high (ish) level patterns for MSVC 6 floating point comparisons involving test and jump if parity instructions More... almost 19 years ago
Updated date/version More... almost 19 years ago
tparam -> param; temporary parameters don't seem to get replaced any more More... almost 19 years ago
better handling of switch fall-through.
Trent Waddington
as quantumg
More... almost 19 years ago
Pattern for VS.NET console apps in release mode.
Trent Waddington
as quantumg
More... almost 19 years ago
Bump revision date More... almost 19 years ago
Various changes mainly to implement Mike's latest propagation limiting heuristic; passes more tests More... almost 19 years ago
Oops - needed -fno-inline to actually call the test procedure\! More... almost 19 years ago
Remove the 'dynamic symbol hack' warning More... almost 19 years ago