]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-08-11 Wolfgang (Blub... Working vector-field test
2012-08-11 Wolfgang (Blub... IR generation of vector-fields put the 'main' vector...
2012-08-11 Wolfgang (Blub... ast_member_new now fixed up for fields, ast_shallow_typ...
2012-08-11 Wolfgang (Blub... same +1 offset in LOAD_V as STOREP fixed
2012-08-11 Wolfgang (Blub... testing writing to multiple fields, including a vector...
2012-08-11 Wolfgang (Blub... print builtin now prints all the passed strings, not...
2012-08-11 Wolfgang (Blub... fixing address check INSTR_STOREP_V in execloop - it...
2012-08-11 Wolfgang (Blub... ir_block_create_store/p will now honor -fadjust-vector...
2012-08-11 Wolfgang (Blub... -fadjust-vector-fields
2012-08-11 Wolfgang (Blub... also generate _y and _z data for fieldpointers
2012-08-11 Wolfgang (Blub... to support .vector's _y and _z we need to add the globa...
2012-08-11 Wolfgang (Blub... testcase for print(ftos(pawn.mema)) slightly changed...
2012-08-11 Wolfgang (Blub... STOREP also has the destination in OPB rather than OPC
2012-08-11 Wolfgang (Blub... Generating fields using ir_builder_create_field
2012-08-11 Wolfgang (Blub... generate address of store_return values created with...
2012-08-11 Wolfgang (Blub... Need to keep prog->entities up to date when spawning...
2012-08-11 Wolfgang (Blub... experimental support for spawn() in the executor
2012-08-11 Wolfgang (Blub... use the correct STORE instruction, make pawn a local
2012-08-11 Wolfgang (Blub... ir_block_create_store_op checks whether or not the...
2012-08-11 Wolfgang (Blub... ast macros to use the return value of a call, trying...
2012-08-11 Wolfgang (Blub... ast macros to create a field, generating fields in...
2012-08-11 Wolfgang (Blub... -std=gmqcc should add a dot prefix to the globals for...
2012-08-11 Wolfgang (Blub... removing an unused variable
2012-08-11 Wolfgang (Blub... ir_value_set_field
2012-08-11 Wolfgang (Blub... unnamed globals in the trace output use [@addr] now...
2012-08-11 Wolfgang (Blub... don't set globaladdr directly, use a setter, the setter...
2012-08-11 Wolfgang (Blub... nicer trace output, strings now get escaped
2012-08-08 Wolfgang (Blub... Experimental ast_member to access vector members
2012-08-08 Wolfgang (Blub... fix the chack for -Wno- and -fno-, it needs to use...
2012-08-08 Wolfgang (Blub... Add WARN_ prefix to warnings enum
2012-08-08 Wolfgang (Blub... include opts_debug and opts_memchk in exec.c's standalo...
2012-07-30 Wolfgang (Blub... make it also compilable with -std=c99 by not redefining...
2012-07-29 Wolfgang Bumillerast nodes now store their type id, and can be checked...
2012-07-28 Wolfgang Bumillerir_block_create_fieldaddress to pass on fieldtype from...
2012-07-28 Wolfgang Bumillertest/ast-test.c must define opts_ variables since we...
2012-07-28 Wolfgang Bumillercode_alloc_field to allocate entityfield data, ir now...
2012-07-28 Wolfgang BumillerMerge branch 'master' into cmdline
2012-07-28 Wolfgang Bumilleruse util_ functions for strtocmd and strtononcmd
2012-07-28 Wolfgang BumillerAdded missing parameter names
2012-07-28 Wolfgang Bumillerutil_strtocmd, util_strtononcmd
2012-07-28 Wolfgang Bumillerreuse old opts_, renamed all opt_ to opts_ to be consis...
2012-07-28 Wolfgang Bumillerflags.def and warns.def containing defined flags and...
2012-07-28 Wolfgang Bumillerast_store to take ast_expression on its left, rather...
2012-07-28 Wolfgang Bumillerconsistency ftw
2012-07-28 Wolfgang Bumiller-fhelp to list -f flags, -Whelp to list -W options
2012-07-28 Wolfgang BumillerAdd -foverlap-locals - something we really should make...
2012-07-28 Wolfgang BumillerAdded handler for -W
2012-07-28 Wolfgang BumillerFixing a warning
2012-07-28 Wolfgang BumillerImporting gmqcc.1
2012-07-28 Wolfgang BumillerPrint out all the information parsed from the commandline
2012-07-28 Wolfgang Bumillergcc style long option support and -std=foo added
2012-07-28 Wolfgang BumillerCommandline handling first draft
2012-07-27 Wolfgang Bumillerexecutor: prog_delete: deleting builtins properly ...
2012-07-27 Wolfgang Bumiller_MEM_ -> MEM_ again at use
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-07-27 Wolfgang Bumiller_MEM_... -> MEM_...
2012-07-27 Wolfgang Bumillerremoving an old comment
2012-07-27 Wolfgang BumillerMoving parameters to from ast_value to ast_expression_c...
2012-07-27 Wolfgang Bumillerast_block_set_type
2012-07-26 Wolfgang Bumillerast_return_new doesn't take an operator, we use INSTR_R...
2012-07-26 Wolfgang BumillerINSTR_NOT_* output to opC not opB...
2012-07-26 Wolfgang Bumillerast_return
2012-07-26 Wolfgang Bumillerast/ir support for unary instructions
2012-07-22 Wolfgang BumillerRemoved params from ast_function again. It really is...
2012-07-22 Wolfgang Bumillerfix a warning about a format string
2012-07-22 Wolfgang Bumilleruse type_sizeof in another place where it wasn't
2012-07-22 Wolfgang Bumillerast_function generates parameter locals, ir_function_cr...
2012-07-22 Wolfgang Bumillerstore_param storetype, parameter value list added to...
2012-07-19 Wolfgang Bumillerremoving params vector from ast_function, params are...
2012-07-19 Wolfgang Bumillerir_function_dump to print builtins as such
2012-07-16 Wolfgang BumillerCorrect variable name for type_storep_instr
2012-07-16 Wolfgang Bumillertype_storep_instr: in theory we could use type_store_in...
2012-07-16 Wolfgang BumillerReplacing 2 switches to use type_store_instr instead
2012-07-10 Wolfgang Bumilleruse type_sizeof in some places where previously manual...
2012-07-04 Wolfgang BumillerDo not actually return after generating a call, there...
2012-07-04 Wolfgang BumillerTesting CALLs in test-ast
2012-07-04 Wolfgang BumillerStore the codeaddr of function's ir_values upon generat...
2012-07-04 Wolfgang BumillerReturn that the call was actually generated successfull...
2012-07-04 Wolfgang BumillerStoring ir_v for functions
2012-07-04 Wolfgang Bumillerast_call needs to set its func member
2012-07-04 Wolfgang Bumillerast_call's param vector functions
2012-07-04 Wolfgang Bumillerast-macros: MKCONSTSTRING, added sHello hello world...
2012-07-04 Wolfgang BumillerEnabling the print builtin nodes, soon to be used to...
2012-07-04 Wolfgang Bumilleradd AINSTR_END to the end of functions so the debug...
2012-07-04 Wolfgang BumillerDon't die on functions with no variables
2012-07-03 Wolfgang Bumillercreating and generating builtin functions, ast-macros...
2012-07-03 Wolfgang Bumillerbasic CALL translation: to be refined
2012-07-03 Wolfgang Bumillertype_store_instr[] to get an INSTR_STORE_x by type
2012-06-29 Wolfgang (Blub... Adopt dp's function-local backup strategy and add param...
2012-06-29 Wolfgang (Blub... fixed a typo in asm_instr[]: ES_FNC->EQ_FNC
2012-06-29 Wolfgang (Blub... create_call should use store_return as output type...
2012-06-29 Wolfgang (Blub... adding another storage type: store_return; when generat...
2012-06-29 Wolfgang (Blub... generating an ir_value for an ir_function at creation now
2012-06-29 Wolfgang (Blub... function in the ast now MUST have an output type in...
2012-06-29 Wolfgang (Blub... ir_builder_create_call to take return type from the...
2012-06-28 Wolfgang (Blub... Fix a possibly uninitialized variable
2012-06-28 Wolfgang (Blub... Fixing GMQCC_SUPPRESS_EMPTY_BODY typo
2012-06-28 Wolfgang (Blub... ast_call_codegen, ir_block_create_call plus call-relate...
2012-06-28 Wolfgang (Blub... Added a comment about an idea on how to translate calls...
2012-06-28 Wolfgang (Blub... ast_call node; codegen dummy
next