]>
git.rm.cloudns.org Git - xonotic/gmqcc.git/log
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 15:36:06 +0000 (16:36 +0100)]
Remove a TODO message
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 15:03:48 +0000 (16:03 +0100)]
make install-doc now also installs qcvm.q
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 15:03:29 +0000 (16:03 +0100)]
Adding qcvm.1
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 14:46:26 +0000 (15:46 +0100)]
Improved parameter handling of qcvm a little, added --version and --help
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 14:44:26 +0000 (15:44 +0100)]
fix wrong --version string
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 14:39:20 +0000 (15:39 +0100)]
Better usage message for qcvm, don't exit after any of the information prints - but don't execute if any of them are used
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 14:30:59 +0000 (15:30 +0100)]
BUGS, SEE ALSO and AUTHOR sections in the manpage
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 14:27:12 +0000 (15:27 +0100)]
It's -config=file, not -config file
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 14:26:41 +0000 (15:26 +0100)]
Added -config to usage and manpage, added a CONFIG section in the manpage describing the ini file format, and added a short example to it
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 13:21:01 +0000 (14:21 +0100)]
Add included -fs and -Ws to for each -std in the manpage
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 12:40:59 +0000 (13:40 +0100)]
More jump removal
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 12:13:54 +0000 (13:13 +0100)]
*sigh*
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 11:58:15 +0000 (12:58 +0100)]
vector components are floats, not vectors
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 11:57:09 +0000 (12:57 +0100)]
Don't generate IF/IFNOT with +1 offsets
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 11:47:48 +0000 (12:47 +0100)]
-fsingle-vector-defs to disable _x,_y,_z generation
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 11:41:38 +0000 (12:41 +0100)]
Generate _x,_y,_z defs/fields
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 11:41:29 +0000 (12:41 +0100)]
qcvm -pringdefs now prints [SAVE] next to globals with DEF_SAVEFLAG set
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 11:02:33 +0000 (12:02 +0100)]
DEF_SAVEGLOBAL flag is now applied on initialized non-constant globals, and is not applied on 'consts'
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 10:57:30 +0000 (11:57 +0100)]
Don't generate 'jump +1' instructions
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 10:48:03 +0000 (11:48 +0100)]
Renaming gmqcc.init since it's used by default if it exists and it makes the testsuite fail
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 10:46:26 +0000 (11:46 +0100)]
Don't generate AINSTR_END anymore, use INSTR_DONE
Wolfgang (Blub) Bumiller [Tue, 18 Dec 2012 10:46:15 +0000 (11:46 +0100)]
cmd_options -> opts_cmd_t to make testsuite and executor compile again
Dale Weiler [Tue, 18 Dec 2012 05:22:23 +0000 (05:22 +0000)]
Allow setting configuration file via commandline
Dale Weiler [Tue, 18 Dec 2012 05:12:57 +0000 (05:12 +0000)]
Add a template ini file for documentation
Dale Weiler [Tue, 18 Dec 2012 04:57:17 +0000 (04:57 +0000)]
Cleanups of compiler option configuration. Added ini/cfg parser system as well.
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 17:36:27 +0000 (18:36 +0100)]
messages caused by -Warnings now show the -W flag
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 17:26:26 +0000 (18:26 +0100)]
parsewarning and genwarning to use vcompile_warning
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 17:25:06 +0000 (18:25 +0100)]
irwarning to use vcompile_warning
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 17:24:16 +0000 (18:24 +0100)]
ftepp_warn to use vcompile_warning
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 17:22:33 +0000 (18:22 +0100)]
vcompile_error, vcompile_warning; fixed: removed opts_ globals from con.c; made the lexer use vcompile_warning
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 16:18:19 +0000 (17:18 +0100)]
Adding -Wunknown-pragmas to the manpage
Dale Weiler [Mon, 17 Dec 2012 16:14:04 +0000 (16:14 +0000)]
Added -Wunknown-pragmas
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 16:01:07 +0000 (17:01 +0100)]
Fixed a bug in the generation of default switch cases: they can now fall through correctly
Dale Weiler [Mon, 17 Dec 2012 15:46:07 +0000 (15:46 +0000)]
Finally fix the bug in -D
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 15:45:37 +0000 (16:45 +0100)]
Revert "Not defining GMQCC_VERSION_ in gmqcc.h but checking if they're defiend and #error if not - they're set in the Makefile - please fix windows builds"
This reverts commit
a473979cf5a807f4cb6cc14bc9d4acc06c28c538 .
-- because visual studio sucks
Dale Weiler [Mon, 17 Dec 2012 15:38:32 +0000 (15:38 +0000)]
Fixes, but still crashes because ... I have no clue, there is no reason for this to crash.
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 15:30:07 +0000 (16:30 +0100)]
Not defining GMQCC_VERSION_ in gmqcc.h but checking if they're defiend and #error if not - they're set in the Makefile - please fix windows builds
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 15:14:39 +0000 (16:14 +0100)]
--version
Dale Weiler [Mon, 17 Dec 2012 15:11:34 +0000 (15:11 +0000)]
Just make it -v
Dale Weiler [Mon, 17 Dec 2012 15:07:55 +0000 (15:07 +0000)]
Added -which/-version
Wolfgang (Blub) Bumiller [Mon, 17 Dec 2012 14:59:22 +0000 (15:59 +0100)]
Copy over the array-count in ast_type_adopt/ast_type_copy
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