quakeforge/tools/qfcc
Bill Currie 4daa84ed2a [qfcc] Force @return to be live
The change to not split basic blocks on function calls resulted in the
@return def not being live and thus getting dropped when optimizing.
Marking the def as not local forces flow and dags to treat it as global
and thus forced it to be live.
2024-04-18 22:46:13 +09:00
..
doc [qfcc] Make ruamoko the default and update the docs 2022-02-04 10:46:31 +09:00
include [qfcc] Unify much of the qc and glsl parser interface 2024-04-18 12:41:24 +09:00
source [qfcc] Force @return to be live 2024-04-18 22:46:13 +09:00
test [qfcc] Add a failing test case for forward return 2024-04-18 22:46:13 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
TODO Throw away function parameter type alias info 2020-02-26 17:46:53 +09:00