]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-11-14 Wolfgang (Blub... Merging in new-syntax
2012-11-14 Dale WeilerRemove the tput shit
2012-11-14 Dale WeilerFix teh bugs, thanks div0
2012-11-14 Dale WeilerClever hack to determine terminal color support for...
2012-11-14 Dale Weilerpreliminary segregated console subsystem
2012-11-13 Wolfgang (Blub... if not() support
2012-11-13 Wolfgang (Blub... 'not' is now a keyword
2012-11-13 Wolfgang (Blub... if not() support
2012-11-13 Wolfgang (Blub... 'not' is now a keyword
2012-11-13 Wolfgang (Blub... improve the warning
2012-11-13 Wolfgang (Blub... Warn (via -Wextensions) when accessing a field-of-array...
2012-11-13 Dale WeilerMore buddy allocator changes
2012-11-12 Wolfgang (Blub... when finishing an array-indexing operation the parser...
2012-11-12 Wolfgang (Blub... Fix a very stupid bug in the executor which prevented...
2012-11-12 Dale WeilerSome allocator changes (still doesn't work)
2012-11-12 Wolfgang (Blub... fix wrong const qualifier
2012-11-12 Wolfgang (Blub... allowing inexing of array-fields
2012-11-12 Wolfgang (Blub... array-field setter needs to use STOREP*
2012-11-12 Wolfgang (Blub... support for ast_entfield nodes with specific output...
2012-11-12 Wolfgang (Blub... add an asterror message for ast_entfield_new with a...
2012-11-12 Wolfgang (Blub... entity-array-field-setter generation
2012-11-12 Wolfgang (Blub... code to instantiate field-array accessors
2012-11-12 Wolfgang (Blub... Preparing to generate accessors for field arrays
2012-11-12 Wolfgang (Blub... more factorizing and shortening of code
2012-11-12 Wolfgang (Blub... shorten some code
2012-11-12 Wolfgang (Blub... genearting field arrays
2012-11-12 Dale WeilerMore work on buddy allocator
2012-11-12 Dale WeilerJS stuff
2012-11-12 Dale Weilerworking on a buddy allocator for gmqcc (initial code...
2012-11-11 Wolfgang (Blub... qcvm -trace now shows the current function name and...
2012-11-11 Wolfgang (Blub... call ir_function_finalize on array accessors otherwise...
2012-11-11 Wolfgang (Blub... apply the typemask where previously forgotten
2012-11-11 Wolfgang (Blub... show the function name for CALLs in disasm
2012-11-11 Wolfgang (Blub... Generating function-local arrays
2012-11-11 Wolfgang (Blub... fix an uninitialized value
2012-11-11 Wolfgang (Blub... calling the array setter when required
2012-11-11 Wolfgang (Blub... Fix array-index codegen conditions
2012-11-11 Wolfgang (Blub... Fixing lexer to not classify wrong tokens as operators
2012-11-11 Wolfgang (Blub... handling of op-[
2012-11-11 Wolfgang (Blub... Handling [ in the SYA
2012-11-11 Wolfgang (Blub... index operator actually has 2 operands, not 0
2012-11-11 Wolfgang (Blub... lexer needs to fill the token for the index operator...
2012-11-11 Wolfgang (Blub... array index opening-paren can now return TOKEN_OPERATOR...
2012-11-11 Wolfgang (Blub... SY_PAREN_ constants to replace magic numbers
2012-11-11 Wolfgang (Blub... get-accessor calling in ast_array_index_codegen
2012-11-11 Wolfgang (Blub... Store accessors in the ast_value for access from within...
2012-11-11 Wolfgang (Blub... array accessor function genaration
2012-11-11 Wolfgang (Blub... properly in all situations where an array is part of...
2012-11-11 Wolfgang (Blub... Don't allow arrays and other unsupported parameter...
2012-11-11 Wolfgang (Blub... Starting to add error messages for when using array...
2012-11-11 Wolfgang (Blub... ast->ir for TYPE_ARRAY globals
2012-11-11 Wolfgang (Blub... need to use ast_unref rather than ast_delete on the...
2012-11-11 Wolfgang (Blub... Removed -O3 from Makefile again
2012-11-11 Wolfgang (Blub... adding opts_max_array_size with a default of 1024,...
2012-11-11 Wolfgang (Blub... for arrays, ast_value will contain several ir_values...
2012-11-11 Wolfgang (Blub... Fixing execloop indentation
2012-11-11 Wolfgang (Blub... parser_compile_file vs parser_compile_string
2012-11-11 Wolfgang (Blub... lex_open_string
2012-11-11 Wolfgang (Blub... parse arrays
2012-11-11 Wolfgang (Blub... first parsing of [ - pushing temp changes
2012-11-11 Wolfgang (Blub... -fadjust-vector-fields is now on by default in -std...
2012-11-11 Wolfgang (Blub... array-subscript operator entries
2012-11-11 Wolfgang (Blub... Preparing to parse arrays: adding TYPE_ARRAY and union...
2012-11-11 Wolfgang (Blub... Support non-const initialized locals
2012-11-11 Wolfgang (Blub... Shouldn't require a 'local' keyword for local fieldpointers
2012-11-11 Wolfgang (Blub... Locals of type .vector will now also properly generate...
2012-11-11 Wolfgang (Blub... globals of type .vector will now properly generate...
2012-11-11 Wolfgang (Blub... Support in the AST for TYPE_FIELD globals which are...
2012-11-11 Wolfgang (Blub... added 'var' to the keywords when not in -std=qcc, suppo...
2012-11-11 Wolfgang (Blub... -std=qcc now errors on C-style function syntax
2012-11-11 Wolfgang (Blub... -std=qcc should error when the '=' is missing in a...
2012-11-11 Wolfgang (Blub... Removing old commented-out parsing code
2012-11-11 Wolfgang (Blub... Making the = in front of function bodies optional
2012-11-11 Wolfgang (Blub... Testcases for parameter shadowing
2012-11-11 Wolfgang (Blub... new-style syntax
2012-11-11 Wolfgang (Blub... Enable 'local-already-declared' check for locals even...
2012-11-11 Wolfgang (Blub... fixing a stupid typo - why doesn't any compiler warn...
2012-11-10 Dale WeilerTrash asm.c
2012-11-10 Dale WeilerMake warns.def and flags.def into a single opts.def.
2012-11-10 Dale WeilerTrash proposal, I'm not commited to this relationship...
2012-11-10 Dale WeilerTrash misinofmred README
2012-11-10 Dale WeilerTrash data/ (reason: see last commit)
2012-11-10 Dale WeilerDump old tests, test suite will take over .. It isn...
2012-11-10 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-10 Dale WeilerRemove execloop.h, we still use xmacros, but it's done...
2012-11-10 Wolfgang (Blub... util_memory_r with byte=0 will now call util_memory_d...
2012-11-10 Wolfgang (Blub... mem_r to realloc
2012-11-09 Wolfgang (Blub... the codegen has to use STORE_V for .vector, not STORE_F...
2012-11-09 Wolfgang (Blub... Merged parsing of variable and field declarations into...
2012-11-06 Wolfgang (Blub... Delete an explicit #define
2012-11-04 Wolfgang (Blub... gcc lost it's magic analyzer and now complains about...
2012-11-02 Wolfgang (Blub... error on more than 8 params for now since more need...
2012-11-02 Wolfgang (Blub... Delete the test preprocess.c file and get the use/build...
2012-11-02 Wolfgang (Blub... better test loop
2012-11-02 Wolfgang (Blub... Properly handle string and char constants when preproce...
2012-11-02 Wolfgang (Blub... Changed the TOKEN_WHITE to contain the actual data...
2012-11-02 Wolfgang (Blub... Changed the preprocess test to reproduce the input...
2012-11-02 Wolfgang (Blub... Finishing the preprocessing flag for the lexer, added...
2012-11-02 Wolfgang (Blub... -E switch to set opt_pp_only
2012-11-02 Wolfgang (Blub... preprocessing flag for the lexer
next