quakeforge/tools/qfcc/source
2020-02-23 14:56:50 +09:00
..
.indent.pro
class.c Rename ty_none to ty_basic 2020-02-21 17:52:00 +09:00
codespace.c
constfold.c
cpp.c Replace system defines/includes with qfcc's 2020-02-19 02:35:09 +09:00
dags.c
debug.c
def.c Use helper functions for type checks 2020-02-19 21:41:46 +09:00
defspace.c
diagnostic.c
disassemble.c
dot.c
dot_dag.c
dot_expr.c Implement %% (true modulo) support in qfcc 2020-02-16 11:57:58 +09:00
dot_flow.c
dot_sblock.c
dump_globals.c Fix qfo field dumping 2020-02-23 14:56:50 +09:00
dump_lines.c Fix qfo line info dumping 2020-02-23 14:44:25 +09:00
dump_modules.c Move to using an in-memory form of ddef_t 2020-02-22 22:33:44 +09:00
dump_strings.c
emit.c
expr.c Fix segfault in dereferencing undefined field containers 2020-02-22 14:04:10 +09:00
expr_assign.c
expr_binary.c Implement %% (true modulo) support in qfcc 2020-02-16 11:57:58 +09:00
flow.c
function.c Fix a warning that got through 2020-02-19 02:43:27 +09:00
grab.c
idstuff.c
linker.c Rename ty_none to ty_basic 2020-02-21 17:52:00 +09:00
Makefile.am Encode function parameter alignment 2020-02-16 17:10:43 +09:00
method.c
obj_file.c Include extended defs data in the size report 2020-02-23 11:53:57 +09:00
obj_type.c Use correct encoding for alias types 2020-02-19 21:41:46 +09:00
opcodes.c
options.c Replace system defines/includes with qfcc's 2020-02-19 02:35:09 +09:00
pragma.c Allow pragmas to have arguments 2020-02-15 23:49:12 +09:00
problem_with_nil.txt
qc-lex.l Implement %% (true modulo) support in qfcc 2020-02-16 11:57:58 +09:00
qc-parse.y Fix some more type aliasing issues 2020-02-19 21:41:46 +09:00
qfcc.c Write extended ddef information to progs far data 2020-02-22 14:11:15 +09:00
qfpreqcc
qfprogs.c Fix qfo field dumping 2020-02-23 14:56:50 +09:00
qp-lex.l
qp-parse.y
reloc.c
shared.c
statements.c Add a missed opcode conversion for %% 2020-02-16 12:10:09 +09:00
strpool.c
struct.c Fix self-referenced enum declarations 2020-02-19 02:35:09 +09:00
stub.c Encode function parameter alignment 2020-02-16 17:10:43 +09:00
switch.c
symtab.c
type.c Write extended ddef information to progs far data 2020-02-22 14:11:15 +09:00
value.c