fix segfault in CDEBUG() use of rnames |
|
More...
|
over 17 years ago
|
Pass the right file and not a temporary to as if cc is invoked with .s files. ok ragge@, otto@ |
|
More...
|
over 17 years ago
|
Rename x86 -> i386 and ppc -> powerpc. |
|
More...
|
over 17 years ago
|
Fix MINUS. Add GOTO with register operand (for jump tables). Add FORCC support, although relops() doesn't handle them properly yet. |
|
More...
|
over 17 years ago
|
Some small bugfixes from Jan Kryl. |
|
More...
|
over 17 years ago
|
typos/whitespace |
|
More...
|
over 17 years ago
|
stlye(9) fixes from Sergey Elin |
|
More...
|
over 17 years ago
|
Document more -X and -Z debug options. |
|
More...
|
over 17 years ago
|
Fix -Xp (prototype debug) which was interpretting structs/unions/enums as arrays. Fix compile with TARGET_STDARGS. |
|
More...
|
over 17 years ago
|
powerpc backend. |
|
More...
|
over 17 years ago
|
Define endianness for darwin system headers. |
|
More...
|
over 17 years ago
|
Detect powerpc-apple-darwin. |
|
More...
|
over 17 years ago
|
Regen for detection of strl* functions. |
|
More...
|
over 17 years ago
|
More fixes to cpp arithmetic, sanitychecked by otto and stefan. |
|
More...
|
over 17 years ago
|
Replace errorx() with error(); exit() in the child process in callsys(). errorx deletes the temp. files which we don't want to happen in the child. ok otto@, ragge@ |
|
More...
|
over 17 years ago
|
Kill spurious warnings when arg is a function pointer. Should actually check the return type and arg list of the function pointer arg. ok ragge@ |
|
More...
|
over 17 years ago
|
Use xor to clear 32/16-bit registers instead of mov. ok ragge@, otto@ |
|
More...
|
over 17 years ago
|
work in progress port to hp pa-risc (32 bit) |
|
More...
|
over 17 years ago
|
Fix broken build with some compilers. Reported by Gregory McGarry. ok otto@ |
|
More...
|
over 17 years ago
|
Document -X flag. ok otto@ |
|
More...
|
over 17 years ago
|
Add zero checks when dividing or taking modulo. ok otto@ |
|
More...
|
over 17 years ago
|
fix va_arg in conditional expressions; from ragge@ |
|
More...
|
over 17 years ago
|
rewrite of constant expression evaluation; taking into account signed vs unsigned and shortcutting of && and || ok ragge@ |
|
More...
|
over 17 years ago
|
Add missed #ifdef, from Daniel Cavanagh. |
|
More...
|
over 17 years ago
|
initilize sflags and only print n_rval when initialized; tracking by Laurent Desnogues. ok ragge@ |
|
More...
|
over 17 years ago
|
Don't fiddle around with stdio in signal handlers, from Theo de Raadt. |
|
More...
|
over 17 years ago
|
Remove two unneeded macro definitions, replace strdup() with copy() which does error checking. |
|
More...
|
over 17 years ago
|
Don't let pragmas pass through if #ifdef'd away, from Stefan Kempf. |
|
More...
|
over 17 years ago
|
Add initial support for packed/aligned/rename pragmas. Still missing: Support for architectures with strict alignment. TODO: Cleanup the rename stuff so that it's not depending on gcc compat. |
|
More...
|
over 17 years ago
|
Compalin if user is applying sizeof to bitfield, from Stefan Kempf. |
|
More...
|
over 17 years ago
|