]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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
2012-06-28 Wolfgang (Blub... ir_instr can now store a list of parameters, will be...
2012-06-27 Wolfgang (Blub... exec.h -> gmqcc.h
2012-06-27 Wolfgang (Blub... tidying up, using the original typenames from code...
2012-06-27 Wolfgang (Blub... Moving prog_section and prog_header to gmqcc.h to not...
2012-06-27 Wolfgang (Blub... fixing Makefile for the qcvm_execprogram.h -> execloop...
2012-06-27 Wolfgang (Blub... Commenting the VMXF_ flags
2012-06-27 Wolfgang (Blub... qcvm_execprogram.h -> execloop.h
2012-06-27 Wolfgang (Blub... sizeof(int)->sizeof(qcint) - pointed out by graphitemaster
2012-06-27 Wolfgang (Blub... make clean : now deletes qcvm
2012-06-27 Wolfgang (Blub... A prototype for error handling
2012-06-27 Wolfgang (Blub... 'make qcvm' now builds exec-standalone.o from exec...
2012-06-27 Wolfgang (Blub... more protos in exec.h
2012-06-27 Wolfgang (Blub... Moving typedefs and defines from exec.c into an exec...
2012-06-27 Wolfgang (Blub... moved mem_resize and mem_append vector function macros...
2012-06-27 Wolfgang (Blub... fix vector resize to not always resize and actually...
2012-06-27 Wolfgang (Blub... prog_enter/leavefunction made static
2012-06-27 Wolfgang (Blub... Executor now executes and traces
2012-06-26 Wolfgang (Blub... Searching for 'main'
2012-06-26 Wolfgang (Blub... Listing functions
2012-06-26 Wolfgang (Blub... local-stack, locak-stack-pointer, getting strings from...
2012-06-25 Wolfgang (Blub... executor: loader
2012-06-25 Wolfgang (Blub... Deleting the manually written ast-test which was '...
2012-06-25 Wolfgang (Blub... generation of COND and JUMP now works
2012-06-25 Wolfgang (Blub... ir_function.allocated_locals now contains the number...
2012-06-25 Wolfgang (Blub... removing debug output
2012-06-25 Wolfgang (Blub... value position allocation, fixing a possible endless...
2012-06-25 Wolfgang (Blub... ir_value_life_merge_into, to merge the liferange of...
2012-06-25 Wolfgang (Blub... ir_function_allocate_locals prototype
2012-06-25 Wolfgang (Blub... u1 here instead of s1
2012-06-25 Wolfgang (Blub... Don't add the var_ prefix to function names in the...
2012-06-25 Wolfgang (Blub... generate the trailing zero
2012-06-25 Wolfgang (Blub... Generate function global, take 2-op instruction operand...
2012-06-11 Wolfgang (Blub... Fixing NULL->false and empty lines...
2012-06-07 Dale WeilerMerge branch 'irgen'
2012-06-07 Dale WeilerBetter fail
next