quakeforge/tools/qfcc/source
Bill Currie a43946abf3 Give short values special treatment.
As a short value fits directly into a statement, it needs a fake def that
holds its value in the def's offset in order for the value to be written to
the statement.
2011-02-09 22:13:43 +09:00
..
.indent.pro
class.c Adjust the offsets of ivars in derived classes. 2011-02-09 22:02:52 +09:00
codespace.c
constfold.c Support constant folding on enums. 2011-02-07 11:31:23 +09:00
cpp.c
debug.c Fix debug line number information. 2011-02-09 09:59:43 +09:00
def.c Don't set the space for external defs. 2011-01-29 09:55:14 +09:00
defspace.c Fix a segfault when freeing locations. 2011-01-29 09:54:47 +09:00
diagnostic.c Add "debug" diagnotic printing, and use it. 2011-01-28 13:28:45 +09:00
disassemble.c Fix copyright headers. 2011-01-25 09:01:37 +09:00
dot_expr.c Print the def name for a pointer expr when known. 2011-02-08 14:43:57 +09:00
dot_flow.c Fix some case&paste errors. 2011-02-09 22:04:54 +09:00
emit.c Give short values special treatment. 2011-02-09 22:13:43 +09:00
expr.c Fix debug line number information. 2011-02-09 09:59:43 +09:00
function.c Fix debug line number information. 2011-02-09 09:59:43 +09:00
globals.c Print data contents for most simple types. 2011-01-28 21:21:29 +09:00
grab.c
idstuff.c
immediate.c
lines.c Fix copyright headers. 2011-01-25 09:01:37 +09:00
linker.c
Makefile.am
method.c Make adding a symbol to multiple tables an internal error. 2011-02-06 20:00:14 +09:00
modules.c
obj_file.c
obj_stub.c
opcodes.c Give special treatment to opcodes that have void operand types. 2011-01-27 15:44:11 +09:00
options.c Move save_string and make_string into strpool 2011-01-24 21:32:48 +09:00
qc-lex.l Fix class initialization. 2011-02-04 14:29:47 +09:00
qc-parse.y Make normal C style functions generate code. 2011-02-09 10:25:23 +09:00
qfcc.c Write out the far data space as well as the near. 2011-02-09 21:45:29 +09:00
qfpreqcc
qfprogs.c Fix copyright headers. 2011-01-25 09:01:37 +09:00
qp-lex.l Add "return" to pascal. 2011-01-30 22:16:59 +09:00
qp-parse.y Add "return" to pascal. 2011-01-30 22:16:59 +09:00
reloc.c Save the caller's address when creating new relocations. 2011-02-09 17:16:49 +09:00
statements.c Store the source expression in a statement. 2011-02-08 18:18:34 +09:00
strings.c
strpool.c
struct.c Use the correct type object in emit_struct(). 2011-02-09 17:15:29 +09:00
stub.c
switch.c Bring back convert_name(), but siimplified. 2011-02-06 14:29:14 +09:00
symtab.c Make adding a symbol to multiple tables an internal error. 2011-02-06 20:00:14 +09:00
type.c Fix assignment of id to class pointers. 2011-02-08 17:12:01 +09:00