]>
git.rm.cloudns.org Git - xonotic/gmqcc.git/log
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 14:56:55 +0000 (15:56 +0100)]
Error when the assignop for an assignment is invalid, eg. when trying to assign arrays
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 14:56:36 +0000 (15:56 +0100)]
Let's still initialize the 'count' member...
Dale Weiler [Mon, 17 Dec 2012 14:58:40 +0000 (14:58 +0000)]
Implemented -D for preprocessor
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 14:43:14 +0000 (15:43 +0100)]
Fix: check error before calling codegen_output_type
Dale Weiler [Sun, 16 Dec 2012 23:00:17 +0000 (23:00 +0000)]
Update some info
Dale Weiler [Sun, 16 Dec 2012 22:52:17 +0000 (22:52 +0000)]
Fix some typos
Dale Weiler [Sun, 16 Dec 2012 22:48:46 +0000 (22:48 +0000)]
Add TODO
Dale Weiler [Sun, 16 Dec 2012 22:07:33 +0000 (22:07 +0000)]
Fix testsuite. Also added an additional test to the ternary stuff
Wolfgang (Blub) Bumiller [Thu, 6 Dec 2012 21:10:31 +0000 (22:10 +0100)]
Another peephole optimization
Wolfgang (Blub) Bumiller [Thu, 6 Dec 2012 20:39:34 +0000 (21:39 +0100)]
s/ir_function_pass_minor/ir_function_pass_peephole/
Wolfgang (Blub) Bumiller [Thu, 6 Dec 2012 17:57:56 +0000 (18:57 +0100)]
Adding an 'install-doc' target to the Makefile, which is included by the 'install' target and uses MANDIR, which defaults to DATADIR/man, and DATADIR defaults to PREFIX/share
Wolfgang (Blub) Bumiller [Thu, 6 Dec 2012 17:51:46 +0000 (18:51 +0100)]
Adding -f flags to the manpage
Wolfgang (Blub) Bumiller [Thu, 6 Dec 2012 17:41:22 +0000 (18:41 +0100)]
Adding all the warnings to the manpage
Wolfgang (Blub) Bumiller [Thu, 6 Dec 2012 17:16:59 +0000 (18:16 +0100)]
Updating usage message a bit
Wolfgang (Blub) Bumiller [Thu, 6 Dec 2012 16:41:00 +0000 (17:41 +0100)]
Temporarily disable the new tempalloc strat
Wolfgang (Blub) Bumiller [Thu, 6 Dec 2012 12:23:53 +0000 (13:23 +0100)]
Moving all the global opts_ variables into a struct, now there's one global 'opts' struct
Wolfgang (Blub) Bumiller [Thu, 6 Dec 2012 12:08:22 +0000 (13:08 +0100)]
-Ominor -> -Opeephole; added -Olocaltemps flag; using a less space-wasting temp-allocation in general
Wolfgang (Blub) Bumiller [Wed, 5 Dec 2012 16:14:44 +0000 (17:14 +0100)]
unexpected typename error when there are typenames in an expression
Wolfgang (Blub) Bumiller [Wed, 5 Dec 2012 15:22:32 +0000 (16:22 +0100)]
get rid of some code duplication, and fix some wrong type adoptions in the ast
Wolfgang (Blub) Bumiller [Wed, 5 Dec 2012 14:17:11 +0000 (15:17 +0100)]
Tiny codegen optimization: silently ignore the creation of STORE with input and output being the same address
Wolfgang (Blub) Bumiller [Wed, 5 Dec 2012 14:14:21 +0000 (15:14 +0100)]
remember this for later
Wolfgang (Blub) Bumiller [Wed, 5 Dec 2012 13:22:24 +0000 (14:22 +0100)]
More stuff in qcvm -printfuns
Wolfgang (Blub) Bumiller [Wed, 5 Dec 2012 13:14:35 +0000 (14:14 +0100)]
ir_function_pass_minor: some minor optimizations
Wolfgang (Blub) Bumiller [Wed, 5 Dec 2012 11:57:00 +0000 (12:57 +0100)]
ast_block_add_expr now lets the block fully adopt the type of the added expression
Wolfgang (Blub) Bumiller [Tue, 4 Dec 2012 20:04:14 +0000 (21:04 +0100)]
s/parser_sy_pop/parser_sy_apply_operator/
Wolfgang (Blub) Bumiller [Tue, 4 Dec 2012 13:11:49 +0000 (14:11 +0100)]
ast_ternary_codegen: use codegen_outpu_type
Dale Weiler [Tue, 4 Dec 2012 11:55:56 +0000 (11:55 +0000)]
Fix testsuite for -compile cases
Wolfgang (Blub) Bumiller [Tue, 4 Dec 2012 11:54:53 +0000 (12:54 +0100)]
-Werror now changes the word 'warning' into 'error'
Wolfgang (Blub) Bumiller [Tue, 4 Dec 2012 11:50:38 +0000 (12:50 +0100)]
noref -compile testcase
Wolfgang (Blub) Bumiller [Tue, 4 Dec 2012 11:12:45 +0000 (12:12 +0100)]
Parsing the 'noref' keyword; this also gets rid of some code duplication
Wolfgang (Blub) Bumiller [Mon, 3 Dec 2012 19:37:02 +0000 (20:37 +0100)]
Parsing noref-pragma
Wolfgang (Blub) Bumiller [Mon, 3 Dec 2012 19:23:40 +0000 (20:23 +0100)]
ftepp_preprocess_string uses strlen - push nul-byte to verminor and vermajor
Dale Weiler [Sun, 2 Dec 2012 23:58:13 +0000 (23:58 +0000)]
Hide execution call to testsuite with @ in Makefile
Dale Weiler [Sun, 2 Dec 2012 23:52:38 +0000 (23:52 +0000)]
-g now turns on -flno
Dale Weiler [Sun, 2 Dec 2012 23:17:07 +0000 (23:17 +0000)]
Merge branch 'master' of github.com:graphitemaster/gmqcc
Dale Weiler [Sun, 2 Dec 2012 23:16:44 +0000 (23:16 +0000)]
Added preprocessor test
Wolfgang (Blub) Bumiller [Sun, 2 Dec 2012 17:09:59 +0000 (18:09 +0100)]
Don't warn about uninitialized stuff in accessors - remove the liferanges calculated when finalizing accessors, this would add invalid liferanges to function-local arrays and thus suppress warnings randomly
Wolfgang (Blub) Bumiller [Sun, 2 Dec 2012 17:02:44 +0000 (18:02 +0100)]
Sanity check in ast_generate_accessors
Wolfgang (Blub) Bumiller [Sun, 2 Dec 2012 16:57:08 +0000 (17:57 +0100)]
Get rid of some code duplication
Dale Weiler [Sun, 2 Dec 2012 12:03:40 +0000 (12:03 +0000)]
Merge branch 'master' of github.com:graphitemaster/gmqcc
Wolfgang (Blub) Bumiller [Sun, 2 Dec 2012 12:03:20 +0000 (13:03 +0100)]
Copy the real test output to ternary-fte.tmpl
Dale Weiler [Sun, 2 Dec 2012 12:03:02 +0000 (12:03 +0000)]
Add whitespace to ternary-fte template so it matches (expected behaviour)
Dale Weiler [Sun, 2 Dec 2012 12:01:36 +0000 (12:01 +0000)]
Fixes
Dale Weiler [Sun, 2 Dec 2012 11:21:31 +0000 (11:21 +0000)]
Merge branch 'master' of github.com:graphitemaster/gmqcc
Dale Weiler [Sun, 2 Dec 2012 11:21:01 +0000 (11:21 +0000)]
Improved testsuite diagnostics
Wolfgang (Blub) Bumiller [Sun, 2 Dec 2012 10:58:15 +0000 (11:58 +0100)]
Remove an unused variable qc_stof
Dale Weiler [Sun, 2 Dec 2012 10:57:04 +0000 (10:57 +0000)]
Fix testsuite
Wolfgang (Blub) Bumiller [Sun, 2 Dec 2012 10:56:20 +0000 (11:56 +0100)]
Fix ternary operator entry for -std=gmqcc
Wolfgang (Blub) Bumiller [Sun, 2 Dec 2012 10:52:11 +0000 (11:52 +0100)]
Updating ternary testcase to use -fcorrect-ternary - added fte-style test as well for it
Dale Weiler [Sun, 2 Dec 2012 04:30:46 +0000 (04:30 +0000)]
added __STD_VERSION_[MINOR/MAJOR]__, and vec_upload
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 22:23:00 +0000 (23:23 +0100)]
Fix a type size bug: non-var locals overlapped with var locals, that was bad
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 22:14:52 +0000 (23:14 +0100)]
Remove unused omit-nullbytes code in code.c
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 20:19:33 +0000 (21:19 +0100)]
Removed -fomit-null-bytes
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 15:39:29 +0000 (16:39 +0100)]
Some of the output types were superfluous; others are now put into a function to take care of it
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 15:11:04 +0000 (16:11 +0100)]
Add some more output and field types so you can now properly call 'get_a_function_which_gives_a_function()()()' without return values getting lost
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 14:54:13 +0000 (15:54 +0100)]
stof builtin #9
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 14:23:40 +0000 (15:23 +0100)]
function pointer's output types need to be set for the IR to know
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 14:23:04 +0000 (15:23 +0100)]
More info in qcvm -printfuns
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 12:42:16 +0000 (13:42 +0100)]
-fcorrect-ternary; by default -std=fteqcc now uses fteqcc's wrong ternary precedence parsing
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 11:36:54 +0000 (12:36 +0100)]
Sanity check for -Wternary-precedence
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 11:35:46 +0000 (12:35 +0100)]
-Wternary-precedence; *sight* this is tough
Wolfgang (Blub) Bumiller [Sat, 1 Dec 2012 10:43:54 +0000 (11:43 +0100)]
Generate extparams on calls too since the to-be-called function needs not be generated first after all
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 23:50:04 +0000 (00:50 +0100)]
More ternary fixes
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 23:36:24 +0000 (00:36 +0100)]
Offsetting builtins so we can use 'if builtin!=0' as condition but also allow a '#0' builtin
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 23:34:18 +0000 (00:34 +0100)]
Upping the default max-array-limit *sigh*
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 23:33:07 +0000 (00:33 +0100)]
and 'const' is a keyword, not an ident
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 23:32:18 +0000 (00:32 +0100)]
var const / const var - both need to be allowed
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 23:31:00 +0000 (00:31 +0100)]
some SYA fix; adding optional variable parsing to the head of a switch block
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 20:51:18 +0000 (21:51 +0100)]
skipwhite bugfix
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 20:34:49 +0000 (21:34 +0100)]
bodyless loops still have to loop
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 20:31:19 +0000 (21:31 +0100)]
changing parse_statement_or_block to return a bool and put the output block into a pointer, so that NULL can still be possible
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 20:25:18 +0000 (21:25 +0100)]
apparently #0 is a valid builtin number, used for some NULL funcs
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 20:22:48 +0000 (21:22 +0100)]
prepare fields before generating globals so we avoid the need for relocating initialized fieldpointers
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 20:11:12 +0000 (21:11 +0100)]
field constants - revert globals generated after fields
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 20:03:57 +0000 (21:03 +0100)]
remember if an ast_value is a field-declaration, build fields before globals
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 19:40:48 +0000 (20:40 +0100)]
additional info in an internal error
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 19:33:40 +0000 (20:33 +0100)]
Use the field parameter type on the raw paramter type list for their sizes.
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 19:20:13 +0000 (20:20 +0100)]
qcvm -printfuns; prog_section_function.nargs is now signed as fteqcc sets builtins with varargs to have -1 params
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 17:21:14 +0000 (18:21 +0100)]
Adding opts.def as dep to everything which has gmqcc.h as dep
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 17:19:26 +0000 (18:19 +0100)]
All ir_instrs now get their lex-context, so that we can create an LNO file with -flno
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 16:28:46 +0000 (17:28 +0100)]
increase the ridiculously low size limit on lex-pragma parameters
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 15:28:09 +0000 (16:28 +0100)]
update other value/const check for array indexing
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 15:25:18 +0000 (16:25 +0100)]
Don't treat initialized non-consts as static array indices
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 15:23:42 +0000 (16:23 +0100)]
Keeping track of numbers for debugging
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 15:23:34 +0000 (16:23 +0100)]
out-of-bounds indexing check on static array indexing
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 14:53:53 +0000 (15:53 +0100)]
We can now reintroduce the 'preprocessor-directives only after newlines' rule correctly
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 14:44:45 +0000 (15:44 +0100)]
Ignore modelgen commands with lex->flags.preprocessing
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 14:43:18 +0000 (15:43 +0100)]
Wrong condition *sigh*
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 14:41:01 +0000 (15:41 +0100)]
Still have to parse ahead though
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 14:40:19 +0000 (15:40 +0100)]
Don't expand macros inside #if 0 at _all_
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 14:38:03 +0000 (15:38 +0100)]
Don't produce 'unknown token' errors in preprocessing mode
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 14:26:14 +0000 (15:26 +0100)]
Don't try to add a slash to actual filenames, only paths...
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 14:20:23 +0000 (15:20 +0100)]
Don't try to compile an empty output from the preprocessor
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 13:47:55 +0000 (14:47 +0100)]
remove array-field without parens warning since it seems to not be broken in fteqcc anymore
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 13:46:56 +0000 (14:46 +0100)]
Fix indentation of compile_warning
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 13:42:18 +0000 (14:42 +0100)]
lex_ctx of a return will be at the return keyword now
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 13:37:54 +0000 (14:37 +0100)]
revert 1 of the error messages
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 13:37:23 +0000 (14:37 +0100)]
Keep track of the beginning of a block
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 13:30:25 +0000 (14:30 +0100)]
mark vectors as used when their members are used
Wolfgang (Blub) Bumiller [Fri, 30 Nov 2012 13:22:00 +0000 (14:22 +0100)]
fteqcc's \{number\} string control sequences