quakeforge/tools/qfcc/source
Bill Currie b35f4c82a4 [qfcc] Implement field access for multi-vector expressions
Of course as an r-value (I think), but it makes getting only the desired
part of a geometric algebra expression much nicer.
2023-09-10 13:13:49 +09:00
..
.indent.pro
algebra.c [qfcc] Implement field access for multi-vector expressions 2023-09-10 13:13:49 +09:00
attribute.c [qfcc] Support multiple parameters for attributes 2023-08-25 22:13:54 +09:00
class.c [qfcc] Differentiate symtabs by intended use 2023-02-14 12:45:04 +09:00
codespace.c
constfold.c [qfcc] Correct handling of 64-bit comparisons 2023-08-26 23:04:34 +09:00
cpp.c
dags.c [qfcc] Search for alias nodes 2023-09-02 10:43:32 +09:00
debug.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
def.c [qfcc] Fix adjusted swizzles for the same def 2023-08-26 23:08:55 +09:00
defspace.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
diagnostic.c [qfcc] Include C function in diagnostic messages 2023-08-21 17:47:55 +09:00
disassemble.c
dot.c
dot_dag.c
dot_expr.c [qfcc] Use the new 2d wedge and 2-component swizzles 2023-08-31 20:22:59 +09:00
dot_flow.c [qfcc] Create du-chains from ud-chains 2023-06-04 11:24:52 +09:00
dot_sblock.c
dot_type.c
dump_globals.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
dump_lines.c
dump_modules.c
dump_strings.c [qfprogs] Dump hex for non-ascii chars 2022-12-10 21:53:00 +09:00
emit.c [qfcc] Use the new 2d wedge and 2-component swizzles 2023-08-31 20:22:59 +09:00
evaluate.c [qfcc] Implement the rest of 3d VGA 2023-09-08 11:15:36 +09:00
expr.c [qfcc] Implement field access for multi-vector expressions 2023-09-10 13:13:49 +09:00
expr_algebra.c [qfcc] Implement field access for multi-vector expressions 2023-09-10 13:13:49 +09:00
expr_assign.c [qfcc] Use scatter-gather for multivec expressions 2023-08-23 15:38:32 +09:00
expr_binary.c [gamecode] Switch dot products to give a scalar 2023-08-31 15:32:52 +09:00
expr_bool.c [qfcc] Handle more vector type tests 2023-08-30 14:52:38 +09:00
expr_cast.c [qfcc] Correct handling of 64-bit comparisons 2023-08-26 23:04:34 +09:00
expr_compound.c [qfcc] Handle algebra types in block initializers 2023-09-08 11:14:04 +09:00
expr_obj.c
expr_vector.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
flow.c [qfcc] Handle aliased temps better 2023-09-01 11:59:47 +09:00
function.c [qfcc] Fix declarators for pointers/functions/arrays 2023-03-09 02:22:23 +09:00
grab.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
idstuff.c
linker.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
Makemodule.am [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
method.c [qfcc] Don't free duplicate method when merging 2022-09-19 16:39:25 +01:00
obj_file.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
obj_type.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
opcodes.c [qfcc] Always initialize Ruamoko opcodes 2023-09-01 14:40:05 +09:00
options.c [qfcc] Clean up default option handling 2023-09-01 14:18:54 +09:00
pragma.c [qfcc] Allow #pragma to control warning options 2023-08-26 23:47:00 +09:00
qc-lex.l [qfcc] Add some basic 3d PGA tests 2023-08-30 17:32:02 +09:00
qc-parse.y [qfcc] Implement the regressive product 2023-08-28 20:35:03 +09:00
qfcc.c [qfcc] Clean up default option handling 2023-09-01 14:18:54 +09:00
qfpreqcc
qfprogs.c [util] Support utf-8 strings in Sys_Printf 2023-08-23 21:40:50 +09:00
qp-lex.l
qp-parse.y
reloc.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
shared.c
statements.c [qfcc] Merge code blocks more aggressively 2023-09-07 21:42:46 +09:00
strpool.c [qfcc] Ensure non-unicode char string is terminated 2022-12-10 21:53:45 +09:00
struct.c [qfcc] Apply member alignment to union size 2023-08-29 08:25:19 +09:00
stub.c [qfcc] Use scatter-gather for multivec expressions 2023-08-23 15:38:32 +09:00
switch.c
symtab.c [qfcc] Allow symbol tables to have procedural symbols 2023-08-21 17:47:55 +09:00
type.c [qfcc] Use the new 2d wedge and 2-component swizzles 2023-08-31 20:22:59 +09:00
value.c [qfcc] Use the progs VM to help with constant folding 2023-08-21 17:47:55 +09:00