]>
git.rm.cloudns.org Git - xonotic/gmqcc.git/log
Wolfgang (Blub) Bumiller [Fri, 23 Nov 2012 11:28:51 +0000 (12:28 +0100)]
correcting an error message
Wolfgang (Blub) Bumiller [Fri, 23 Nov 2012 11:25:13 +0000 (12:25 +0100)]
Suffix operators, and remembering the const-float-1 in parser_t
Wolfgang (Blub) Bumiller [Fri, 23 Nov 2012 10:57:08 +0000 (11:57 +0100)]
Parsing of suffix operators, NOTE: applied like prefix operators just to get it committed in a compilable state
Wolfgang (Blub) Bumiller [Fri, 23 Nov 2012 10:52:03 +0000 (11:52 +0100)]
Prefix ++,--
Wolfgang (Blub) Bumiller [Fri, 23 Nov 2012 10:45:22 +0000 (11:45 +0100)]
a type_name -> ast_type_to_string conversion
Wolfgang (Blub) Bumiller [Fri, 23 Nov 2012 10:45:07 +0000 (11:45 +0100)]
-std=fteqcc gets its own operator list
Dale Weiler [Fri, 23 Nov 2012 06:48:54 +0000 (06:48 +0000)]
Visual studio __forceinline can be used for GMQCC_INLINE
Dale Weiler [Fri, 23 Nov 2012 06:41:06 +0000 (06:41 +0000)]
Use memcmp for comparing doubles
Dale Weiler [Fri, 23 Nov 2012 06:26:19 +0000 (06:26 +0000)]
ast_binstore_codegen initialize left ir value to null for output left side used for lvalue to prevent clang from warning. Also fixed uninitialized bug in hashtable implementation
Dale Weiler [Fri, 23 Nov 2012 06:23:20 +0000 (06:23 +0000)]
Sign conversion fixes in exec.c
Dale Weiler [Fri, 23 Nov 2012 06:17:21 +0000 (06:17 +0000)]
Cleanups
Dale Weiler [Fri, 23 Nov 2012 06:12:01 +0000 (06:12 +0000)]
Implemented hashtable as-per Blubs request
Dale Weiler [Fri, 23 Nov 2012 02:31:02 +0000 (02:31 +0000)]
Wall was already there, changed pedantic, into pedantic-errors
Dale Weiler [Fri, 23 Nov 2012 02:29:01 +0000 (02:29 +0000)]
change choice of diagnostics for ftepp to use lex_ctx instance. Cleaned up C++ style comments, and some other things ...
Dale Weiler [Fri, 23 Nov 2012 02:23:22 +0000 (02:23 +0000)]
Make it compile with -Wall and -pedantic
Dale Weiler [Thu, 22 Nov 2012 22:11:00 +0000 (22:11 +0000)]
Fix getline
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 22:11:29 +0000 (23:11 +0100)]
Fixing the makefile - stop adding pointless defaults
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 21:03:06 +0000 (22:03 +0100)]
Fixing up ast_binstore_codegen to handle array updates
Dale Weiler [Thu, 22 Nov 2012 21:38:14 +0000 (21:38 +0000)]
Fix memory leaks
Dale Weiler [Thu, 22 Nov 2012 20:46:38 +0000 (20:46 +0000)]
Remove some disabled warnings from the makefile
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 20:44:09 +0000 (21:44 +0100)]
unused params in parser.c
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 20:42:14 +0000 (21:42 +0100)]
unsed params in ftepp.c
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 20:41:22 +0000 (21:41 +0100)]
Fix unused params in ir.c
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 20:39:30 +0000 (21:39 +0100)]
Fix unused parameters in ast.c
Dale Weiler [Thu, 22 Nov 2012 20:32:08 +0000 (20:32 +0000)]
Fix more warnings
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 20:25:02 +0000 (21:25 +0100)]
conversion warnings and sanity check
Dale Weiler [Thu, 22 Nov 2012 20:16:34 +0000 (20:16 +0000)]
Fix some casting stuff
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 20:12:15 +0000 (21:12 +0100)]
Fixing a shadowing in ir.c
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 20:10:37 +0000 (21:10 +0100)]
Remove unused macro
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 20:10:34 +0000 (21:10 +0100)]
initialize some values
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 19:46:33 +0000 (20:46 +0100)]
Fixing shadows in parser.c - moving generate_checksum over the static parser global
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 19:46:13 +0000 (20:46 +0100)]
Fixing shadows in lexer.c
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 19:42:55 +0000 (20:42 +0100)]
Removing unused _tokennames from lexer.h
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 19:42:44 +0000 (20:42 +0100)]
Fixing main.c shadows
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 19:42:32 +0000 (20:42 +0100)]
Fixing clang-warnings about vectors
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 19:03:53 +0000 (20:03 +0100)]
Adding short-logic testcase
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 19:04:18 +0000 (20:04 +0100)]
Fixing short-logic for 'if': it wanted to add the jump to the wrong block
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 18:36:45 +0000 (19:36 +0100)]
Test for extended parameters
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 18:28:45 +0000 (19:28 +0100)]
Collapsing the switch tests into 1
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 18:28:38 +0000 (19:28 +0100)]
drop the E line from break.tmpl
Wolfgang (Blub) Bumiller [Thu, 22 Nov 2012 18:25:45 +0000 (19:25 +0100)]
Collapse the break tests into 1
Dale Weiler [Thu, 22 Nov 2012 18:14:03 +0000 (18:14 +0000)]
oops
Dale Weiler [Thu, 22 Nov 2012 18:13:12 +0000 (18:13 +0000)]
Merge branch 'master' of github.com:graphitemaster/gmqcc
Dale Weiler [Thu, 22 Nov 2012 18:12:47 +0000 (18:12 +0000)]
Remove requirement for E
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 20:59:25 +0000 (21:59 +0100)]
make ast_function_label also work when -dumpfin is used instead of -dump
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 20:53:38 +0000 (21:53 +0100)]
-dump vs -dumpfin; to see the IR before and after finalizing functions
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 20:49:21 +0000 (21:49 +0100)]
Escape strings in ir-dump output
Dale Weiler [Wed, 21 Nov 2012 20:33:52 +0000 (20:33 +0000)]
Bump version
Dale Weiler [Wed, 21 Nov 2012 20:31:41 +0000 (20:31 +0000)]
Make blub happy
Dale Weiler [Wed, 21 Nov 2012 20:27:41 +0000 (20:27 +0000)]
Make makefile runtest rule depend on all to be built
Dale Weiler [Wed, 21 Nov 2012 20:26:18 +0000 (20:26 +0000)]
less verbosity from test suite, just the way blub wants it
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:57:00 +0000 (20:57 +0100)]
ast_ternary needs to adopt the output type
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:56:51 +0000 (20:56 +0100)]
error if the ternary operands aren't of the same type - except for the first one of course
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:53:00 +0000 (20:53 +0100)]
More verbose error for invalid parameter types
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:50:27 +0000 (20:50 +0100)]
check 'ternaries' count
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:44:43 +0000 (20:44 +0100)]
Utilizing vec_last more
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:42:48 +0000 (20:42 +0100)]
question mark must result in TOKEN_OPERATOR
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:41:26 +0000 (20:41 +0100)]
operator handling for ternary
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:40:10 +0000 (20:40 +0100)]
Removing some obsolete messages
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:36:42 +0000 (20:36 +0100)]
parsing the ternary
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:16:28 +0000 (20:16 +0100)]
Inserting ternary in the qcc-operator-list at the place fteqcc would have it
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 19:13:31 +0000 (20:13 +0100)]
removed phi_out from ast_ternary since we have a place in ast_expression_common for this kind of value
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 18:55:12 +0000 (19:55 +0100)]
Fix wrong merge_id
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 18:40:11 +0000 (19:40 +0100)]
-fperl-logic, off by default, so casting to boolean now
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 18:36:28 +0000 (19:36 +0100)]
casting explicitly to boolean values in early out logic
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 18:22:28 +0000 (19:22 +0100)]
A note about how early-out in if-expressions can be translated more efficiently
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 16:42:44 +0000 (17:42 +0100)]
Actually it's likely...
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 16:40:35 +0000 (17:40 +0100)]
Little optimization to not produce an unreachable goto instruction
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 16:35:11 +0000 (17:35 +0100)]
'likely' hint for IFs
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 15:08:08 +0000 (16:08 +0100)]
experimental -fshort-logic, currently perl-like - might have to use NOT(NOT(x)) to fix this
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 15:07:36 +0000 (16:07 +0100)]
Fixing warnings
Wolfgang (Blub) Bumiller [Wed, 21 Nov 2012 15:05:54 +0000 (16:05 +0100)]
A hopefully working naive PHI solution
Dale Weiler [Tue, 20 Nov 2012 06:06:46 +0000 (06:06 +0000)]
Implemented multi-line comparitive tests, fixed output of stdout/stderr pair logs. Some other cleanups, and stuff
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 23:21:03 +0000 (00:21 +0100)]
Adding break/continue testcases
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 23:20:42 +0000 (00:20 +0100)]
*sigh*
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 23:16:49 +0000 (00:16 +0100)]
Fixing switch testcase 7
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 22:50:47 +0000 (23:50 +0100)]
switch testcases
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 21:27:58 +0000 (22:27 +0100)]
-frelaxed-switch to enable switch on non-constant cases
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 21:17:24 +0000 (22:17 +0100)]
Add the missing jump from after the actual last case
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 21:08:38 +0000 (22:08 +0100)]
Enter the outgoing block after a switch
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 21:06:29 +0000 (22:06 +0100)]
Parsing of switches
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 21:06:23 +0000 (22:06 +0100)]
fix bnot_id
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 20:40:38 +0000 (21:40 +0100)]
'case' and 'default' are now keywords too, not just switch
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 20:17:44 +0000 (21:17 +0100)]
ast_switch
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 18:44:26 +0000 (19:44 +0100)]
fix a warning and remove unused variables
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 18:42:25 +0000 (19:42 +0100)]
Error in the ast already about unreachable statements and don't upset the IR
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 18:39:52 +0000 (19:39 +0100)]
break and continue support
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 18:22:00 +0000 (19:22 +0100)]
moving 'return' parsing into a function
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 17:57:37 +0000 (18:57 +0100)]
moving keywords into an array
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 18:19:30 +0000 (19:19 +0100)]
Fix con_vprintmsg madness
Wolfgang (Blub) Bumiller [Mon, 19 Nov 2012 18:06:38 +0000 (19:06 +0100)]
This is probably what was intended actually
Dale Weiler [Mon, 19 Nov 2012 02:13:46 +0000 (02:13 +0000)]
Merge branch 'master' into test-suite
Conflicts:
Makefile
ir.c
Dale Weiler [Mon, 19 Nov 2012 02:11:24 +0000 (02:11 +0000)]
Added test for variadic arguments
Dale Weiler [Mon, 19 Nov 2012 02:05:18 +0000 (02:05 +0000)]
Added command line parsing to test-suite
Dale Weiler [Mon, 19 Nov 2012 00:22:57 +0000 (00:22 +0000)]
stdout/stderr logging functional now.
Dale Weiler [Sun, 18 Nov 2012 22:59:23 +0000 (22:59 +0000)]
Test suite now logs stdout/stderr to respective files
Wolfgang (Blub) Bumiller [Sun, 18 Nov 2012 19:56:11 +0000 (20:56 +0100)]
Fixing some indentation
Wolfgang (Blub) Bumiller [Sun, 18 Nov 2012 19:36:02 +0000 (20:36 +0100)]
remove a redundant ir_function member
Wolfgang (Blub) Bumiller [Sun, 18 Nov 2012 19:32:22 +0000 (20:32 +0100)]
Make the disasm a bit more verbose as to where globals are
Wolfgang (Blub) Bumiller [Sun, 18 Nov 2012 19:32:06 +0000 (20:32 +0100)]
do not set a function-defs nargs to > 8