.. |
.indent.pro
|
|
|
class.c
|
[qfcc] Rework method ivar access
|
2020-03-05 18:45:47 +09:00 |
codespace.c
|
|
|
constfold.c
|
Generate default type expressions for folded booleans
|
2020-02-24 02:11:31 +09:00 |
cpp.c
|
Replace system defines/includes with qfcc's
|
2020-02-19 02:35:09 +09:00 |
dags.c
|
Make operand->type actual type instead of low-level
|
2019-06-17 23:38:34 +09:00 |
debug.c
|
|
|
def.c
|
[qfcc] Force overlap to 0 for non-alias def/temops
|
2020-03-08 16:53:28 +09:00 |
defspace.c
|
Implement aligned allocations
|
2020-02-15 23:49:12 +09:00 |
diagnostic.c
|
Fix incorrect usage of signed verbosity
|
2020-02-26 17:15:52 +09:00 |
disassemble.c
|
|
|
dot.c
|
Number dot dumps to help identify order
|
2019-06-16 19:12:18 +09:00 |
dot_dag.c
|
[qfcc] Add filename to dot output
|
2020-03-06 21:05:53 +09:00 |
dot_expr.c
|
[qfcc] Add filename to dot output
|
2020-03-06 21:05:53 +09:00 |
dot_flow.c
|
[qfcc] Add filename to dot output
|
2020-03-06 21:05:53 +09:00 |
dot_sblock.c
|
[qfcc] Add filename to dot output
|
2020-03-06 21:05:53 +09:00 |
dump_globals.c
|
[qfcc] Show offset for op_x_def_ofs relocs
|
2020-03-07 02:06:33 +09:00 |
dump_lines.c
|
Move the debug info out of progs_t
|
2020-02-25 20:07:29 +09:00 |
dump_modules.c
|
[qfcc] Emit static instance lists
|
2020-03-02 10:48:51 +09:00 |
dump_strings.c
|
[qfcc] Emit static instance lists
|
2020-03-02 10:48:51 +09:00 |
emit.c
|
Make operand->type actual type instead of low-level
|
2019-06-17 23:38:34 +09:00 |
expr.c
|
[qfcc] Check for previous errors in vector exprs
|
2020-03-08 15:40:07 +09:00 |
expr_assign.c
|
[qfcc] Rework method ivar access
|
2020-03-05 18:45:47 +09:00 |
expr_binary.c
|
Allow non-short-circuited logic to work
|
2020-02-24 02:25:28 +09:00 |
expr_bool.c
|
Improve code for short-circuited float logic
|
2020-02-24 02:14:44 +09:00 |
flow.c
|
[qfcc] Handle aliases when setting use and def
|
2020-03-08 12:17:56 +09:00 |
function.c
|
[qfcc] Fix mangled method parameters
|
2020-03-06 17:37:58 +09:00 |
grab.c
|
|
|
idstuff.c
|
[qfcc] Correct a typo
|
2020-03-01 17:28:51 +09:00 |
linker.c
|
[qfcc] Fix another infinite loop in the linker
|
2020-03-03 13:39:24 +09:00 |
Makefile.am
|
Move short-circuit boolean code to its own file
|
2020-02-24 01:20:24 +09:00 |
method.c
|
[qfcc] Fix mangled method parameters
|
2020-03-06 17:37:58 +09:00 |
obj_file.c
|
[qfcc] Remove type alias encoding
|
2020-03-01 16:13:18 +09:00 |
obj_type.c
|
[qfcc] Remove type alias encoding
|
2020-03-01 16:13:18 +09:00 |
opcodes.c
|
Make pr_obcode.c mostly thread safe
|
2020-02-26 01:20:28 +09:00 |
options.c
|
Allow constant initialized globals in advanced code
|
2020-02-23 22:51:00 +09:00 |
pragma.c
|
Allow pragmas to have arguments
|
2020-02-15 23:49:12 +09:00 |
problem_with_nil.txt
|
|
|
qc-lex.l
|
Implicitly cast unadorned floating point constants
|
2020-02-23 22:28:54 +09:00 |
qc-parse.y
|
[qfcc] Support { } as nil in nested initializers
|
2020-03-06 20:32:37 +09:00 |
qfcc.c
|
Fix writing of frames files when not requested
|
2020-02-24 00:07:48 +09:00 |
qfpreqcc
|
|
|
qfprogs.c
|
Make a bunch of count things positive-only
|
2020-02-25 21:23:13 +09:00 |
qp-lex.l
|
|
|
qp-parse.y
|
|
|
reloc.c
|
[qfcc] Make reloc functions const-correct
|
2020-03-05 11:03:23 +09:00 |
shared.c
|
|
|
statements.c
|
[qfcc] Force overlap to 0 for non-alias def/temops
|
2020-03-08 16:53:28 +09:00 |
strpool.c
|
|
|
struct.c
|
[qfcc] Rework method ivar access
|
2020-03-05 18:45:47 +09:00 |
stub.c
|
Encode function parameter alignment
|
2020-02-16 17:10:43 +09:00 |
switch.c
|
|
|
symtab.c
|
[qfcc] Rework method ivar access
|
2020-03-05 18:45:47 +09:00 |
type.c
|
[qfcc] Remove type alias encoding
|
2020-03-01 16:13:18 +09:00 |
value.c
|
[qfcc] Use full type for differentiating values
|
2020-03-06 20:33:47 +09:00 |