projects
/
xonotic
/
gmqcc.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/gmqcc.git
2012-11-23
Dale Weiler
ast_binstore_codegen initialize left ir value to null...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-23
Dale Weiler
Sign conversion fixes in exec.c
commit
|
commitdiff
|
tree
|
snapshot
2012-11-23
Dale Weiler
Cleanups
commit
|
commitdiff
|
tree
|
snapshot
2012-11-23
Dale Weiler
Implemented hashtable as-per Blubs request
commit
|
commitdiff
|
tree
|
snapshot
2012-11-23
Dale Weiler
Wall was already there, changed pedantic, into pedantic...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-23
Dale Weiler
change choice of diagnostics for ftepp to use lex_ctx...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-23
Dale Weiler
Make it compile with -Wall and -pedantic
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dale Weiler
Fix getline
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fixing the makefile - stop adding pointless defaults
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fixing up ast_binstore_codegen to handle array updates
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dale Weiler
Fix memory leaks
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dale Weiler
Remove some disabled warnings from the makefile
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
unused params in parser.c
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
unsed params in ftepp.c
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fix unused params in ir.c
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fix unused parameters in ast.c
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dale Weiler
Fix more warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
conversion warnings and sanity check
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dale Weiler
Fix some casting stuff
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fixing a shadowing in ir.c
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Remove unused macro
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
initialize some values
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fixing shadows in parser.c - moving generate_checksum...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fixing shadows in lexer.c
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Removing unused _tokennames from lexer.h
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fixing main.c shadows
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fixing clang-warnings about vectors
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Adding short-logic testcase
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Fixing short-logic for 'if': it wanted to add the jump...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Test for extended parameters
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Collapsing the switch tests into 1
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
drop the E line from break.tmpl
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Wolfgang (Blub...
Collapse the break tests into 1
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dale Weiler
oops
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dale Weiler
Merge branch 'master' of github.com:graphitemaster...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
Dale Weiler
Remove requirement for E
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
make ast_function_label also work when -dumpfin is...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
-dump vs -dumpfin; to see the IR before and after final...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
Escape strings in ir-dump output
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dale Weiler
Bump version
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dale Weiler
Make blub happy
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dale Weiler
Make makefile runtest rule depend on all to be built
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Dale Weiler
less verbosity from test suite, just the way blub wants it
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
ast_ternary needs to adopt the output type
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
error if the ternary operands aren't of the same type...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
More verbose error for invalid parameter types
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
check 'ternaries' count
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
Utilizing vec_last more
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
question mark must result in TOKEN_OPERATOR
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
operator handling for ternary
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
Removing some obsolete messages
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
parsing the ternary
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
Inserting ternary in the qcc-operator-list at the place...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
removed phi_out from ast_ternary since we have a place...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
Fix wrong merge_id
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
-fperl-logic, off by default, so casting to boolean now
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
casting explicitly to boolean values in early out logic
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
A note about how early-out in if-expressions can be...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
Actually it's likely...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
Little optimization to not produce an unreachable goto...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
'likely' hint for IFs
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
experimental -fshort-logic, currently perl-like - might...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
Fixing warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-11-21
Wolfgang (Blub...
A hopefully working naive PHI solution
commit
|
commitdiff
|
tree
|
snapshot
2012-11-20
Dale Weiler
Implemented multi-line comparitive tests, fixed output...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
Adding break/continue testcases
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
*sigh*
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
Fixing switch testcase 7
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
switch testcases
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
-frelaxed-switch to enable switch on non-constant cases
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
Add the missing jump from after the actual last case
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
Enter the outgoing block after a switch
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
Parsing of switches
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
fix bnot_id
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
'case' and 'default' are now keywords too, not just...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
ast_switch
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
fix a warning and remove unused variables
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
Error in the ast already about unreachable statements...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
break and continue support
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
moving 'return' parsing into a function
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
moving keywords into an array
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
Fix con_vprintmsg madness
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Wolfgang (Blub...
This is probably what was intended actually
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dale Weiler
Merge branch 'master' into test-suite
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dale Weiler
Added test for variadic arguments
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dale Weiler
Added command line parsing to test-suite
commit
|
commitdiff
|
tree
|
snapshot
2012-11-19
Dale Weiler
stdout/stderr logging functional now.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Dale Weiler
Test suite now logs stdout/stderr to respective files
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
Fixing some indentation
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
remove a redundant ir_function member
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
Make the disasm a bit more verbose as to where globals are
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
do not set a function-defs nargs to > 8
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
CALL to handle extparams, renamed extparams again
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
Add a # prefix to EXTPARM%i
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
Make functions copy their extparams
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
Make the >8 parameter message a warning
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
Importing a tiny README file
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
Importing LICENSE file
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
Checking in an INSTALL file
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Wolfgang (Blub...
Adding myself to main.c's copyright notice
commit
|
commitdiff
|
tree
|
snapshot
next