2012-08-15 |
Wolfgang (Blub... | Merge branch 'master' of git://github.com/graphitemaste... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Wolfgang (Blub... | Fix memset on the parser... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Dale Weiler | gmqcc now builds on visual studio |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | Adding another test qc file, for constant folding |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | bit-and const-fold should use bitand not bitor |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | constant folding for bit and logic ops, added some... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | const folding for division |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | constant folding for +, - and * |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | get rid of more duplicate code |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | Allow multiple fields to be declared using comma |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | vector fields now get _x, _y and _z too |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | progs.src mode added |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | combine 2 ifs to shorten code a little |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | -= operator |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | error message replacement |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | fixing ast_binstore_codegen's lvalue flag setting,... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | += operator implemented |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | make the += operator use binstore actually, currently... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | replacing lots of error messages |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | shush typo |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | different warning message |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | another -Wextensions situation: -std=qcc has no for... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | Pushing my current testcode |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | fix wrong count on IF/IFNOT jumps |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | fixup do-while parsing, expect a semicolon afterwards |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | do-while loops |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | parsewarning() now gets GMQCC_WARN since parsewarning... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | the 'local' keyword now also introduces the declaration... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | flags and warnings not printed anymore without -dump |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | -dump option, by default the IR is not dumped anymore |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | -Wextensions for -std=qcc: warn about missing 'local... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | -Wextensions on by default |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | eof after parsing the semicolon of a function declarati... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | Getting rid of some debug output |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | 'local' becomes a keyword |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | allow a semicolon after function bodies - make it manda... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | actually print the prototype's file+line, not the curre... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | type comparison, function prototypes |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | the error about an already-declared variable should... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | removed redundant error+file+line in parseerror() |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | removing all direct 'printfs' from ast and ir, replaced... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | it's .file, not .name' |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | renamign 'errtype' to 'msgtype' here... makes more... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | oops... removing wrongly placed semicolons |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | error-print functions which take lex_ctx |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | And a colon for the colored version too ... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | Add a colon after the linenumber |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | don't add the general 'parse error' message if an error... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | used the wrong va_list there... why didn't gcc warn... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | Working towards a saner error-output system, adding... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | remove now unused files |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | Merge branch 'master' into blub/parser |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Wolfgang (Blub... | ast_binstore, used for +=, -=, ++, -- etc |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | storing generated values and returning them early if... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | initialize ast_expression_common.outl/outr |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | prototypes for ast_binstore, and storing outl/outr... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | while, for |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | factored out 'if' parsing code into a function, added... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | Even more operators |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | Merge branch 'master' into blub/parser |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | type_eq_instr[], type_ne_instr[] |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | More operations |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | nicer error messages, bitand and bitor for floats allowed |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Wolfgang (Blub... | Check types on + and - operations |
commit | commitdiff | tree | snapshot |
2012-08-12 |
Wolfgang (Blub... | adding missing initializer for ir_value's member array |
commit | commitdiff | tree | snapshot |
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 |
next |