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 |
2012-10-27 |
Wolfgang (Blub... | Remove the -benchmark option+code |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Wolfgang (Blub... | Don't forget to set the _alloc in vector resize, also... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Dale Weiler | some awesome documentation about CRC for future viewers |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | Add the actual crc implementation |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | leaving the old crc in, commented out |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | Cleaner crc implementation |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | Generating checksums |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | code_crc added, initializing to 0 |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | Print a warning if end_sys_fields was declared as a... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | don't warn about unused end_sys_{globals,fields} |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Wolfgang (Blub... | link with $(LIBS), so on linux you can easily add ... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | removing some old unused stuff from lexer.h |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | forgot to put the -Werror in --help into the actual... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | remove unimplemented -f flags from --help, add the... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | Add -Werror to the --help message |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | alignment fix |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | -benchmark option to take the time in a rather simple way |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | etos builtin... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | ir_builder_delete now causes the ..._delete_quick funct... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | cache the IMMEDIATE string in the builder directly |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | copy the function context over to its ir_value as well |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | cache filenames as such instead of using code_cachedstring |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | not using cachedstring on generated string values anymo... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | fixing token-reset in modelname |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | ir_value now checks if a name was specified |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Wolfgang (Blub... | Not labeling temps/blocks if opts_dump isn't specified |
commit | commitdiff | tree | snapshot |
next |