]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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
2012-11-02 Wolfgang (Blub... Fix a minor bug in the lexer
2012-11-02 Wolfgang (Blub... -disasm should show builtins as builtins rather than...
2012-11-02 Wolfgang (Blub... -disasm switch for qcvm
2012-11-01 Wolfgang (Blub... functions-as-parameters testcase 0.1-rc1
2012-11-01 Wolfgang (Blub... Test for entity-field-pointer function parameters
2012-11-01 Wolfgang (Blub... reserve the keywords 'switch,struct,union,break,continu...
2012-11-01 Wolfgang (Blub... string-literals now do not treat digraphs as digraphs
2012-10-31 Wolfgang (Blub... A comment/note/hint about how to deal with not-yet...
2012-10-30 Wolfgang (Blub... invalid-assign testcase for non-lvalue stores
2012-10-30 Wolfgang (Blub... If parser_finish fails, the exit-value must also indica...
2012-10-30 Wolfgang (Blub... Error when lvalues are requested where that's not possible
2012-10-29 Wolfgang (Blub... Actually use a di-graph in the ngraph test, and replace...
2012-10-29 Wolfgang (Blub... di/trigraph testcase
2012-10-29 Wolfgang (Blub... ast_call_check_types should not check more parameters...
2012-10-29 Wolfgang (Blub... digraphs
2012-10-29 Wolfgang (Blub... trigraphs
2012-10-28 Wolfgang (Blub... Pulling in a rudimentary testsuite - we have to find...
2012-10-28 Wolfgang (Blub... Error when trying to assign variables whose types are...
2012-10-28 Wolfgang (Blub... -Wassign-function-types - since in qcc you may assign...
2012-10-28 Wolfgang (Blub... ast_type_to_string function
2012-10-28 Wolfgang (Blub... ast_store needs to take over the type of its destination
2012-10-28 Wolfgang (Blub... a failing 'parse-statement' call should not print ...
2012-10-28 Wolfgang (Blub... The proper way to deal with error messages which did...
2012-10-28 Wolfgang (Blub... add error for function parameters of invalid types
2012-10-28 Wolfgang (Blub... When erroring while parsing a function and the function...
2012-10-27 Wolfgang (Blub... Remove the -benchmark option+code
2012-10-09 Wolfgang (Blub... Don't forget to set the _alloc in vector resize, also...
2012-10-02 Dale Weilersome awesome documentation about CRC for future viewers
2012-10-02 Wolfgang (Blub... Add the actual crc implementation
2012-10-02 Wolfgang (Blub... leaving the old crc in, commented out
2012-10-02 Wolfgang (Blub... Cleaner crc implementation
2012-10-02 Wolfgang (Blub... Generating checksums
2012-10-02 Wolfgang (Blub... code_crc added, initializing to 0
2012-10-02 Wolfgang (Blub... Print a warning if end_sys_fields was declared as a...
2012-10-02 Wolfgang (Blub... don't warn about unused end_sys_{globals,fields}
2012-10-02 Wolfgang (Blub... link with $(LIBS), so on linux you can easily add ...
2012-08-24 Wolfgang (Blub... removing some old unused stuff from lexer.h
2012-08-24 Wolfgang (Blub... forgot to put the -Werror in --help into the actual...
2012-08-24 Wolfgang (Blub... remove unimplemented -f flags from --help, add the...
2012-08-24 Wolfgang (Blub... Add -Werror to the --help message
2012-08-24 Wolfgang (Blub... alignment fix
2012-08-24 Wolfgang (Blub... -benchmark option to take the time in a rather simple way
2012-08-24 Wolfgang (Blub... etos builtin...
2012-08-24 Wolfgang (Blub... ir_builder_delete now causes the ..._delete_quick funct...
2012-08-24 Wolfgang (Blub... cache the IMMEDIATE string in the builder directly
2012-08-24 Wolfgang (Blub... copy the function context over to its ir_value as well
2012-08-24 Wolfgang (Blub... cache filenames as such instead of using code_cachedstring
2012-08-24 Wolfgang (Blub... not using cachedstring on generated string values anymo...
2012-08-24 Wolfgang (Blub... fixing token-reset in modelname
2012-08-24 Wolfgang (Blub... ir_value now checks if a name was specified
2012-08-24 Wolfgang (Blub... Not labeling temps/blocks if opts_dump isn't specified
2012-08-24 Wolfgang (Blub... better labelling in ast_function_labeling, this time...
2012-08-24 Wolfgang (Blub... ir: don't require a label on a block
2012-08-24 Wolfgang (Blub... the lexer now doesn't _allocate_ the token structure...
2012-08-24 Wolfgang (Blub... parse_variable refactored, moved out the parsing of...
2012-08-24 Wolfgang (Blub... renaming some parser functions, mainly shortining thing...
2012-08-24 Wolfgang (Blub... Adding static keyword to some more parser functions
2012-08-24 Wolfgang (Blub... create_vector_members sanitized
2012-08-24 Wolfgang (Blub... ir_value_life_merge_into: fix a possible underflow
2012-08-23 Wolfgang (Blub... Fixing handling of duplicate frame macros: 'continue...
2012-08-23 Wolfgang (Blub... slight change to ir_value_dump_life; fixing ir_value_li...
next