]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-11-22 Dale WeilerFix memory leaks
2012-11-22 Dale WeilerRemove some disabled warnings from the makefile
2012-11-22 Wolfgang (Blub... unused params in parser.c
2012-11-22 Wolfgang (Blub... unsed params in ftepp.c
2012-11-22 Wolfgang (Blub... Fix unused params in ir.c
2012-11-22 Wolfgang (Blub... Fix unused parameters in ast.c
2012-11-22 Dale WeilerFix more warnings
2012-11-22 Wolfgang (Blub... conversion warnings and sanity check
2012-11-22 Dale WeilerFix some casting stuff
2012-11-22 Wolfgang (Blub... Fixing a shadowing in ir.c
2012-11-22 Wolfgang (Blub... Remove unused macro
2012-11-22 Wolfgang (Blub... initialize some values
2012-11-22 Wolfgang (Blub... Fixing shadows in parser.c - moving generate_checksum...
2012-11-22 Wolfgang (Blub... Fixing shadows in lexer.c
2012-11-22 Wolfgang (Blub... Removing unused _tokennames from lexer.h
2012-11-22 Wolfgang (Blub... Fixing main.c shadows
2012-11-22 Wolfgang (Blub... Fixing clang-warnings about vectors
2012-11-22 Wolfgang (Blub... Adding short-logic testcase
2012-11-22 Wolfgang (Blub... Fixing short-logic for 'if': it wanted to add the jump...
2012-11-22 Wolfgang (Blub... Test for extended parameters
2012-11-22 Wolfgang (Blub... Collapsing the switch tests into 1
2012-11-22 Wolfgang (Blub... drop the E line from break.tmpl
2012-11-22 Wolfgang (Blub... Collapse the break tests into 1
2012-11-22 Dale Weileroops
2012-11-22 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-22 Dale WeilerRemove requirement for E
2012-11-21 Wolfgang (Blub... make ast_function_label also work when -dumpfin is...
2012-11-21 Wolfgang (Blub... -dump vs -dumpfin; to see the IR before and after final...
2012-11-21 Wolfgang (Blub... Escape strings in ir-dump output
2012-11-21 Dale WeilerBump version
2012-11-21 Dale WeilerMake blub happy
2012-11-21 Dale WeilerMake makefile runtest rule depend on all to be built
2012-11-21 Dale Weilerless verbosity from test suite, just the way blub wants it
2012-11-21 Wolfgang (Blub... ast_ternary needs to adopt the output type
2012-11-21 Wolfgang (Blub... error if the ternary operands aren't of the same type...
2012-11-21 Wolfgang (Blub... More verbose error for invalid parameter types
2012-11-21 Wolfgang (Blub... check 'ternaries' count
2012-11-21 Wolfgang (Blub... Utilizing vec_last more
2012-11-21 Wolfgang (Blub... question mark must result in TOKEN_OPERATOR
2012-11-21 Wolfgang (Blub... operator handling for ternary
2012-11-21 Wolfgang (Blub... Removing some obsolete messages
2012-11-21 Wolfgang (Blub... parsing the ternary
2012-11-21 Wolfgang (Blub... Inserting ternary in the qcc-operator-list at the place...
2012-11-21 Wolfgang (Blub... removed phi_out from ast_ternary since we have a place...
2012-11-21 Wolfgang (Blub... Fix wrong merge_id
2012-11-21 Wolfgang (Blub... -fperl-logic, off by default, so casting to boolean now
2012-11-21 Wolfgang (Blub... casting explicitly to boolean values in early out logic
2012-11-21 Wolfgang (Blub... A note about how early-out in if-expressions can be...
2012-11-21 Wolfgang (Blub... Actually it's likely...
2012-11-21 Wolfgang (Blub... Little optimization to not produce an unreachable goto...
2012-11-21 Wolfgang (Blub... 'likely' hint for IFs
2012-11-21 Wolfgang (Blub... experimental -fshort-logic, currently perl-like - might...
2012-11-21 Wolfgang (Blub... Fixing warnings
2012-11-21 Wolfgang (Blub... A hopefully working naive PHI solution
2012-11-20 Dale WeilerImplemented multi-line comparitive tests, fixed output...
2012-11-19 Wolfgang (Blub... Adding break/continue testcases
2012-11-19 Wolfgang (Blub... *sigh*
2012-11-19 Wolfgang (Blub... Fixing switch testcase 7
2012-11-19 Wolfgang (Blub... switch testcases
2012-11-19 Wolfgang (Blub... -frelaxed-switch to enable switch on non-constant cases
2012-11-19 Wolfgang (Blub... Add the missing jump from after the actual last case
2012-11-19 Wolfgang (Blub... Enter the outgoing block after a switch
2012-11-19 Wolfgang (Blub... Parsing of switches
2012-11-19 Wolfgang (Blub... fix bnot_id
2012-11-19 Wolfgang (Blub... 'case' and 'default' are now keywords too, not just...
2012-11-19 Wolfgang (Blub... ast_switch
2012-11-19 Wolfgang (Blub... fix a warning and remove unused variables
2012-11-19 Wolfgang (Blub... Error in the ast already about unreachable statements...
2012-11-19 Wolfgang (Blub... break and continue support
2012-11-19 Wolfgang (Blub... moving 'return' parsing into a function
2012-11-19 Wolfgang (Blub... moving keywords into an array
2012-11-19 Wolfgang (Blub... Fix con_vprintmsg madness
2012-11-19 Wolfgang (Blub... This is probably what was intended actually
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
2012-11-19 Dale WeilerAdded test for variadic arguments
2012-11-19 Dale WeilerAdded command line parsing to test-suite
2012-11-19 Dale Weilerstdout/stderr logging functional now.
2012-11-18 Dale WeilerTest suite now logs stdout/stderr to respective files
2012-11-18 Wolfgang (Blub... Fixing some indentation
2012-11-18 Wolfgang (Blub... remove a redundant ir_function member
2012-11-18 Wolfgang (Blub... Make the disasm a bit more verbose as to where globals are
2012-11-18 Wolfgang (Blub... do not set a function-defs nargs to > 8
2012-11-18 Wolfgang (Blub... CALL to handle extparams, renamed extparams again
2012-11-18 Wolfgang (Blub... Add a # prefix to EXTPARM%i
2012-11-18 Wolfgang (Blub... Make functions copy their extparams
2012-11-18 Wolfgang (Blub... Make the >8 parameter message a warning
2012-11-18 Wolfgang (Blub... Importing a tiny README file
2012-11-18 Wolfgang (Blub... Importing LICENSE file
2012-11-18 Wolfgang (Blub... Checking in an INSTALL file
2012-11-18 Wolfgang (Blub... Adding myself to main.c's copyright notice
2012-11-18 Wolfgang (Blub... Added #include
2012-11-18 Wolfgang (Blub... Don't skip the \n after parsing a pragma in the lexer...
2012-11-18 Wolfgang (Blub... pragma line(lineno) - sets the linenumber for the line...
2012-11-18 Wolfgang (Blub... Better linecounting for pragmas; support for prgama...
2012-11-18 Wolfgang (Blub... Make pragmas pass through the preprocessor so the user...
2012-11-18 Wolfgang (Blub... fixup line counting in #pragmas
2012-11-18 Wolfgang (Blub... Experimental support for push/pop(line) pragmas
2012-11-18 Wolfgang (Blub... update old_string after a recursive preprocess call...
2012-11-18 Wolfgang (Blub... Comment about why stringify is so short
2012-11-18 Wolfgang (Blub... don't call parser_cleanup with -E
next