2012-11-12 |
Wolfgang (Blub... | add an asterror message for ast_entfield_new with a... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | entity-array-field-setter generation |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | code to instantiate field-array accessors |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | Preparing to generate accessors for field arrays |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | more factorizing and shortening of code |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | shorten some code |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Wolfgang (Blub... | genearting field arrays |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | qcvm -trace now shows the current function name and... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | call ir_function_finalize on array accessors otherwise... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | apply the typemask where previously forgotten |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | show the function name for CALLs in disasm |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Generating function-local arrays |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | fix an uninitialized value |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | calling the array setter when required |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Fix array-index codegen conditions |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Fixing lexer to not classify wrong tokens as operators |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | handling of op-[ |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Handling [ in the SYA |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | index operator actually has 2 operands, not 0 |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | lexer needs to fill the token for the index operator... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | array index opening-paren can now return TOKEN_OPERATOR... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | SY_PAREN_ constants to replace magic numbers |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | get-accessor calling in ast_array_index_codegen |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Store accessors in the ast_value for access from within... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | array accessor function genaration |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | properly in all situations where an array is part of... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Don't allow arrays and other unsupported parameter... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Starting to add error messages for when using array... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | ast->ir for TYPE_ARRAY globals |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | need to use ast_unref rather than ast_delete on the... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Removed -O3 from Makefile again |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | adding opts_max_array_size with a default of 1024,... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | for arrays, ast_value will contain several ir_values... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | parse arrays |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | first parsing of [ - pushing temp changes |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | -fadjust-vector-fields is now on by default in -std... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | array-subscript operator entries |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Preparing to parse arrays: adding TYPE_ARRAY and union... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Support non-const initialized locals |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Shouldn't require a 'local' keyword for local fieldpointers |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Locals of type .vector will now also properly generate... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | globals of type .vector will now properly generate... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Support in the AST for TYPE_FIELD globals which are... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | added 'var' to the keywords when not in -std=qcc, suppo... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | -std=qcc now errors on C-style function syntax |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | -std=qcc should error when the '=' is missing in a... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Removing old commented-out parsing code |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Making the = in front of function bodies optional |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Testcases for parameter shadowing |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | new-style syntax |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | Enable 'local-already-declared' check for locals even... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Wolfgang (Blub... | fixing a stupid typo - why doesn't any compiler warn... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Dale Weiler | Trash asm.c |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Dale Weiler | Make warns.def and flags.def into a single opts.def. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Dale Weiler | Trash proposal, I'm not commited to this relationship... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Dale Weiler | Trash misinofmred README |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Dale Weiler | Trash data/ (reason: see last commit) |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Dale Weiler | Dump old tests, test suite will take over .. It isn... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Dale Weiler | Remove execloop.h, we still use xmacros, but it's done... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Wolfgang (Blub... | util_memory_r with byte=0 will now call util_memory_d... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Wolfgang (Blub... | mem_r to realloc |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Wolfgang (Blub... | the codegen has to use STORE_V for .vector, not STORE_F... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Wolfgang (Blub... | Merged parsing of variable and field declarations into... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Wolfgang (Blub... | Delete an explicit #define |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Wolfgang (Blub... | gcc lost it's magic analyzer and now complains about... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | error on more than 8 params for now since more need... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | Delete the test preprocess.c file and get the use/build... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | better test loop |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | Properly handle string and char constants when preproce... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | Changed the TOKEN_WHITE to contain the actual data... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | Changed the preprocess test to reproduce the input... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | Finishing the preprocessing flag for the lexer, added... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | -E switch to set opt_pp_only |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | preprocessing flag for the lexer |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | Fix a minor bug in the lexer |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | -disasm should show builtins as builtins rather than... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Wolfgang (Blub... | -disasm switch for qcvm |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Wolfgang (Blub... | functions-as-parameters testcase 0.1-rc1 |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Wolfgang (Blub... | Test for entity-field-pointer function parameters |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Wolfgang (Blub... | reserve the keywords 'switch,struct,union,break,continu... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Wolfgang (Blub... | string-literals now do not treat digraphs as digraphs |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Wolfgang (Blub... | A comment/note/hint about how to deal with not-yet... |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Wolfgang (Blub... | invalid-assign testcase for non-lvalue stores |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Wolfgang (Blub... | If parser_finish fails, the exit-value must also indica... |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Wolfgang (Blub... | Error when lvalues are requested where that's not possible |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Wolfgang (Blub... | Actually use a di-graph in the ngraph test, and replace... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Wolfgang (Blub... | di/trigraph testcase |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Wolfgang (Blub... | ast_call_check_types should not check more parameters... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Wolfgang (Blub... | digraphs |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Wolfgang (Blub... | trigraphs |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Wolfgang (Blub... | Pulling in a rudimentary testsuite - we have to find... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Wolfgang (Blub... | Error when trying to assign variables whose types are... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Wolfgang (Blub... | -Wassign-function-types - since in qcc you may assign... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Wolfgang (Blub... | ast_type_to_string function |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Wolfgang (Blub... | ast_store needs to take over the type of its destination |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Wolfgang (Blub... | a failing 'parse-statement' call should not print ... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Wolfgang (Blub... | The proper way to deal with error messages which did... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Wolfgang (Blub... | add error for function parameters of invalid types |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Wolfgang (Blub... | When erroring while parsing a function and the function... |
commit | commitdiff | tree | snapshot |
next |