]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-12-06 Wolfgang (Blub... -Ominor -> -Opeephole; added -Olocaltemps flag; using...
2012-12-05 Wolfgang (Blub... unexpected typename error when there are typenames...
2012-12-05 Wolfgang (Blub... get rid of some code duplication, and fix some wrong...
2012-12-05 Wolfgang (Blub... Tiny codegen optimization: silently ignore the creation...
2012-12-05 Wolfgang (Blub... remember this for later
2012-12-05 Wolfgang (Blub... More stuff in qcvm -printfuns
2012-12-05 Wolfgang (Blub... ir_function_pass_minor: some minor optimizations
2012-12-05 Wolfgang (Blub... ast_block_add_expr now lets the block fully adopt the...
2012-12-04 Wolfgang (Blub... s/parser_sy_pop/parser_sy_apply_operator/
2012-12-04 Wolfgang (Blub... ast_ternary_codegen: use codegen_outpu_type
2012-12-04 Dale WeilerFix testsuite for -compile cases
2012-12-04 Wolfgang (Blub... -Werror now changes the word 'warning' into 'error'
2012-12-04 Wolfgang (Blub... noref -compile testcase
2012-12-04 Wolfgang (Blub... Parsing the 'noref' keyword; this also gets rid of...
2012-12-03 Wolfgang (Blub... Parsing noref-pragma
2012-12-03 Wolfgang (Blub... ftepp_preprocess_string uses strlen - push nul-byte...
2012-12-02 Dale WeilerHide execution call to testsuite with @ in Makefile
2012-12-02 Dale Weiler-g now turns on -flno
2012-12-02 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-02 Dale WeilerAdded preprocessor test
2012-12-02 Wolfgang (Blub... Don't warn about uninitialized stuff in accessors ...
2012-12-02 Wolfgang (Blub... Sanity check in ast_generate_accessors
2012-12-02 Wolfgang (Blub... Get rid of some code duplication
2012-12-02 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-02 Wolfgang (Blub... Copy the real test output to ternary-fte.tmpl
2012-12-02 Dale WeilerAdd whitespace to ternary-fte template so it matches...
2012-12-02 Dale WeilerFixes
2012-12-02 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-02 Dale WeilerImproved testsuite diagnostics
2012-12-02 Wolfgang (Blub... Remove an unused variable qc_stof
2012-12-02 Dale WeilerFix testsuite
2012-12-02 Wolfgang (Blub... Fix ternary operator entry for -std=gmqcc
2012-12-02 Wolfgang (Blub... Updating ternary testcase to use -fcorrect-ternary...
2012-12-02 Dale Weileradded __STD_VERSION_[MINOR/MAJOR]__, and vec_upload
2012-12-01 Wolfgang (Blub... Fix a type size bug: non-var locals overlapped with...
2012-12-01 Wolfgang (Blub... Remove unused omit-nullbytes code in code.c
2012-12-01 Wolfgang (Blub... Removed -fomit-null-bytes
2012-12-01 Wolfgang (Blub... Some of the output types were superfluous; others are...
2012-12-01 Wolfgang (Blub... Add some more output and field types so you can now...
2012-12-01 Wolfgang (Blub... stof builtin #9
2012-12-01 Wolfgang (Blub... function pointer's output types need to be set for...
2012-12-01 Wolfgang (Blub... More info in qcvm -printfuns
2012-12-01 Wolfgang (Blub... -fcorrect-ternary; by default -std=fteqcc now uses...
2012-12-01 Wolfgang (Blub... Sanity check for -Wternary-precedence
2012-12-01 Wolfgang (Blub... -Wternary-precedence; *sight* this is tough
2012-12-01 Wolfgang (Blub... Generate extparams on calls too since the to-be-called...
2012-11-30 Wolfgang (Blub... More ternary fixes
2012-11-30 Wolfgang (Blub... Offsetting builtins so we can use 'if builtin!=0' as...
2012-11-30 Wolfgang (Blub... Upping the default max-array-limit *sigh*
2012-11-30 Wolfgang (Blub... and 'const' is a keyword, not an ident
2012-11-30 Wolfgang (Blub... var const / const var - both need to be allowed
2012-11-30 Wolfgang (Blub... some SYA fix; adding optional variable parsing to the...
2012-11-30 Wolfgang (Blub... skipwhite bugfix
2012-11-30 Wolfgang (Blub... bodyless loops still have to loop
2012-11-30 Wolfgang (Blub... changing parse_statement_or_block to return a bool...
2012-11-30 Wolfgang (Blub... apparently #0 is a valid builtin number, used for some...
2012-11-30 Wolfgang (Blub... prepare fields before generating globals so we avoid...
2012-11-30 Wolfgang (Blub... field constants - revert globals generated after fields
2012-11-30 Wolfgang (Blub... remember if an ast_value is a field-declaration, build...
2012-11-30 Wolfgang (Blub... additional info in an internal error
2012-11-30 Wolfgang (Blub... Use the field parameter type on the raw paramter type...
2012-11-30 Wolfgang (Blub... qcvm -printfuns; prog_section_function.nargs is now...
2012-11-30 Wolfgang (Blub... Adding opts.def as dep to everything which has gmqcc...
2012-11-30 Wolfgang (Blub... All ir_instrs now get their lex-context, so that we...
2012-11-30 Wolfgang (Blub... increase the ridiculously low size limit on lex-pragma...
2012-11-30 Wolfgang (Blub... update other value/const check for array indexing
2012-11-30 Wolfgang (Blub... Don't treat initialized non-consts as static array...
2012-11-30 Wolfgang (Blub... Keeping track of numbers for debugging
2012-11-30 Wolfgang (Blub... out-of-bounds indexing check on static array indexing
2012-11-30 Wolfgang (Blub... We can now reintroduce the 'preprocessor-directives...
2012-11-30 Wolfgang (Blub... Ignore modelgen commands with lex->flags.preprocessing
2012-11-30 Wolfgang (Blub... Wrong condition *sigh*
2012-11-30 Wolfgang (Blub... Still have to parse ahead though
2012-11-30 Wolfgang (Blub... Don't expand macros inside #if 0 at _all_
2012-11-30 Wolfgang (Blub... Don't produce 'unknown token' errors in preprocessing...
2012-11-30 Wolfgang (Blub... Don't try to add a slash to actual filenames, only...
2012-11-30 Wolfgang (Blub... Don't try to compile an empty output from the preprocessor
2012-11-30 Wolfgang (Blub... remove array-field without parens warning since it...
2012-11-30 Wolfgang (Blub... Fix indentation of compile_warning
2012-11-30 Wolfgang (Blub... lex_ctx of a return will be at the return keyword now
2012-11-30 Wolfgang (Blub... revert 1 of the error messages
2012-11-30 Wolfgang (Blub... Keep track of the beginning of a block
2012-11-30 Wolfgang (Blub... mark vectors as used when their members are used
2012-11-30 Wolfgang (Blub... fteqcc's \{number\} string control sequences
2012-11-30 Wolfgang (Blub... fteqcc like \[ and \] in strings
2012-11-30 Wolfgang (Blub... lexer: hex sequences with \x and fteqcc-specific handli...
2012-11-30 Wolfgang (Blub... Set the full const/var qualifier; only generate warning...
2012-11-30 Wolfgang (Blub... don't just store a 'bool constant' in the ast/ir, store...
2012-11-30 Wolfgang (Blub... Remove the 'warnreturn' parameter in some parser functions
2012-11-30 Wolfgang (Blub... Actually generate the missing return instruction
2012-11-30 Wolfgang (Blub... ast_loop with no condition and no incrementor are ...
2012-11-30 Wolfgang (Blub... Still need to generate the jump...
2012-11-30 Wolfgang (Blub... ast_ifthen will not create dead blocks anymore
2012-11-30 Wolfgang (Blub... actually removing -Wmissing-return-values from parser...
2012-11-30 Wolfgang (Blub... Fix a wrong vec_remove in the tailcall pass
2012-11-30 Wolfgang (Blub... don't use vec_size but _vec_end in _vec_remove, since...
2012-11-30 Wolfgang (Blub... print the number of performed optimizations after compiling
2012-11-30 Wolfgang (Blub... Also print the numeric -O flag which would enable an...
2012-11-30 Wolfgang (Blub... Importing tail-recursion optimization
2012-11-30 Wolfgang (Blub... -O now, additionally to taking a number, can work like...
next