7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove some unneeded ifdef'd code.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Handle float/double arguments.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Swap order of arguments for MINUS
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Correct endianness for double constants.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Fix for alignment of floats.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Fix stack frames.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Protect matches on SCREG for HARDFLOAT feature.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Make f77 command "more" useable. More... almost 17 years ago
#ifdef away unwanted functions in f77. More... almost 17 years ago
Include protection. More... almost 17 years ago
More verbose debug printout. More... almost 17 years ago
More f77 fixes. FORTRAN -> LANG_F77 define change. More... almost 17 years ago
Link to pass2 directly instead of passing via temp files. Still do not generate good code. More... almost 17 years ago
skip builtins when rewriting NAMEs in clocal(); stolen from arm More... almost 17 years ago
ARM fixes - save arguments to correct place on stack. - leave room for arguments on stack (stdargs works) - fix ldouble softfloat names - add code from Harvard Eidnes to handle constant loads and also use it to load large stack sizes
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Remove NSPECIALs from hardfloat instructions so that the correct register classes are used.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Make floating-point generation selectable as mflag. The assembler must also have some additional commandline options for this to be useful.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Search for __builtin before putting in address pool so MI code can find builtin functions. Remove debug code. Stdargs now work.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Synchronise parameter-passing code with the mipse code.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
INAREG -> SAREG typos.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Don't hard-code the comment character into output instructions.
Gregory McGarry
as gmcgarry
More... almost 17 years ago
Remove; use a Makefile instead. More... almost 17 years ago
Make the f77 I/O library compile. More... almost 17 years ago
Add simple versions of ecvt/fcvt, they are not standardized. Cleanup and make compile. More... almost 17 years ago
Remove, use system malloc instead. More... almost 17 years ago
Remove, use a makefile instead. More... almost 17 years ago
Add prototypes and make all files compile cleanly. More... almost 17 years ago
Change cabs(z) to hypot(x, y) to avoid cabs() trouble. Formatting. More... almost 17 years ago
Fixed wrong argument count for z_abs(). Formatting. More... almost 17 years ago
Make fcom output something useable now, so that it can integrate pass2. More... almost 17 years ago