Remove some unneeded ifdef'd code. |
|
More...
|
almost 17 years ago
|
Handle float/double arguments. |
|
More...
|
almost 17 years ago
|
Swap order of arguments for MINUS |
|
More...
|
almost 17 years ago
|
Correct endianness for double constants. |
|
More...
|
almost 17 years ago
|
Fix for alignment of floats. |
|
More...
|
almost 17 years ago
|
Fix stack frames. |
|
More...
|
almost 17 years ago
|
Protect matches on SCREG for HARDFLOAT feature. |
|
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 |
|
More...
|
almost 17 years ago
|
Remove NSPECIALs from hardfloat instructions so that the correct register classes are used. |
|
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. |
|
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. |
|
More...
|
almost 17 years ago
|
Synchronise parameter-passing code with the mipse code. |
|
More...
|
almost 17 years ago
|
INAREG -> SAREG typos. |
|
More...
|
almost 17 years ago
|
Don't hard-code the comment character into output instructions. |
|
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
|