2012-08-12 |
Wolfgang (Blub... | after a closing paren another operator has to be expect... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | some debug outputs which can be activated via a define... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | return an error code at exit after compile errors |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | it's a member of entity, not of a field... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | -std=gmqcc way to handle fields by 'namespace' |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | without -std=gmqcc fields are accessible anywhere where... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | Recognize a dot as operator when not in 'no-ops' mode... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | don't rewind local variables too far |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | Merge branch 'master' into blub/parser |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | print error and return NULL when trying to create an... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | Merge branch 'master' into blub/parser |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | fixed: ast_member needs to allow type_vector instead... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | ast_binary now keeps track of types |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | ast_istype should add the TYPE_ prefix |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | fixing the messup of MUL_FV and _VF being swapped ... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | merging master |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | default case for ir_value_dump's type switch |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | ir_instr_dump to print CALL+paramcountfor calls rather... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | TYPE_FUNCTION in ir_value_dump to show '(function)... |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | indentation of ir debug dump functions |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | Merging master to handle vector members, fields, and... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | Working vector-field test |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | IR generation of vector-fields put the 'main' vector... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | ast_member_new now fixed up for fields, ast_shallow_typ... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | same +1 offset in LOAD_V as STOREP fixed |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | testing writing to multiple fields, including a vector... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | print builtin now prints all the passed strings, not... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | fixing address check INSTR_STOREP_V in execloop - it... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | ir_block_create_store/p will now honor -fadjust-vector... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | -fadjust-vector-fields |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | also generate _y and _z data for fieldpointers |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | to support .vector's _y and _z we need to add the globa... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | testcase for print(ftos(pawn.mema)) slightly changed... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | STOREP also has the destination in OPB rather than OPC |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | Generating fields using ir_builder_create_field |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | generate address of store_return values created with... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | Need to keep prog->entities up to date when spawning... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | experimental support for spawn() in the executor |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | use the correct STORE instruction, make pawn a local |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | ir_block_create_store_op checks whether or not the... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | ast macros to use the return value of a call, trying... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | ast macros to create a field, generating fields in... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | -std=gmqcc should add a dot prefix to the globals for... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | removing an unused variable |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | ir_value_set_field |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | tempcomitting parser changes for fields |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | recognize a dot as a single char token |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | unnamed globals in the trace output use [@addr] now... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | don't set globaladdr directly, use a setter, the setter... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | nicer trace output, strings now get escaped |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | handling if/else, shunting yard now leaves unmatched... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | Handling blocks and inner blocks |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Wolfgang (Blub... | let's be less insane with function naming and prepare... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Wolfgang (Blub... | creating vector's _xyz globals now, accessing them |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Wolfgang (Blub... | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | Experimental ast_member to access vector members |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | fix the chack for -Wno- and -fno-, it needs to use... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | rename a helper function since the name was in use |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | Add WARN_ prefix to warnings enum |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | tempcommitting WARN_UNKNOWN_CONTROL_SEQUENCE and handli... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | include opts_debug and opts_memchk in exec.c's standalo... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Wolfgang (Blub... | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Wolfgang (Blub... | make it also compilable with -std=c99 by not redefining... |
commit | commitdiff | tree | snapshot |
2012-07-29 |
Wolfgang Bumiller | ast nodes now store their type id, and can be checked... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | ir_block_create_fieldaddress to pass on fieldtype from... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | test/ast-test.c must define opts_ variables since we... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | code_alloc_field to allocate entityfield data, ir now... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | parser_init,compile,finish,cleanup - used in main |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Merging master and adopting its main.c |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Merge branch 'master' into cmdline |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | use util_ functions for strtocmd and strtononcmd |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Added missing parameter names |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | util_strtocmd, util_strtononcmd |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | reuse old opts_, renamed all opt_ to opts_ to be consis... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | flags.def and warns.def containing defined flags and... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | adapting to change in master: ast_store takes an ast_ex... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | ast_store to take ast_expression on its left, rather... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Adding more cleanup; checking whether or not a return... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | consistency ftw |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | -fhelp to list -f flags, -Whelp to list -W options |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Add -foverlap-locals - something we really should make... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Added handler for -W |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Fixing a warning |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Importing gmqcc.1 |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Print out all the information parsed from the commandline |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | gcc style long option support and -std=foo added |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Commandline handling first draft |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | executor: prog_delete: deleting builtins properly ... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | _MEM_ -> MEM_ again at use |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Merging master with newly merged executor |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Merging master and adapting _MEM_* on new mem-vector... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
next |