quakeforge/tools/qfcc/source
Bill Currie f49303e774 Emit code for address expressions
It helps if the necessary code is actually emitted in the first place.
2019-06-09 21:37:46 +09:00
..
.indent.pro
class.c Clean up emit_protocol_list 2019-06-08 19:23:49 +09:00
codespace.c
constfold.c Simplify fold_constants 2019-06-09 19:20:35 +09:00
cpp.c
dags.c
debug.c
def.c Make initialized globals non-constant 2019-06-09 19:23:23 +09:00
defspace.c
diagnostic.c
disassemble.c
dot.c Use output file as base for dot files 2019-06-08 13:30:06 +09:00
dot_dag.c
dot_expr.c
dot_flow.c
dot_sblock.c
dump_globals.c Rename qfot_type_t.ty to meta 2019-06-09 18:10:07 +09:00
dump_lines.c
dump_modules.c
dump_strings.c
emit.c
expr.c Emit code for address expressions 2019-06-09 21:37:46 +09:00
expr_assign.c Cast scalar types when necessary on assignment 2019-06-09 20:12:50 +09:00
expr_binary.c
flow.c
function.c
grab.c
idstuff.c
linker.c Rename qfot_type_t.ty to meta 2019-06-09 18:10:07 +09:00
Makefile.am Stop bison complaining about %expect 2019-06-09 16:19:27 +09:00
method.c Correct a typo 2019-06-08 19:23:10 +09:00
obj_file.c Rename qfot_type_t.ty to meta 2019-06-09 18:10:07 +09:00
obj_type.c Rename qfot_type_t.ty to meta 2019-06-09 18:10:07 +09:00
opcodes.c
options.c
pragma.c
qc-lex.l
qc-parse.y Mark block expr result as rvalue when used as one 2019-06-09 19:29:21 +09:00
qfcc.c
qfpreqcc
qfprogs.c
qp-lex.l
qp-parse.y
reloc.c
shared.c
statements.c Emit code for address expressions 2019-06-09 21:37:46 +09:00
strpool.c
struct.c
stub.c
switch.c
symtab.c
type.c
value.c