]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang Bumillerfix a warning about a format string
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
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-22 Wolfgang BumillerHandling parenthesis in expressions
2012-07-20 Wolfgang Bumillerast_binary_new should determine the return type...
2012-07-20 Wolfgang Bumillerthe IR won't create globals of the same name - make...
2012-07-20 Wolfgang Bumilleradd locals to their ast_block, can create stores now
2012-07-20 Wolfgang BumillerHandling some operands, added type_name array
2012-07-20 Wolfgang Bumillerstatic operator_count
2012-07-20 Wolfgang Bumillerparser_sy_pop, has to pop operators and operands and...
2012-07-20 Wolfgang Bumillerworking on operator translation
2012-07-20 Wolfgang Bumillerhandling of operations
2012-07-20 Wolfgang BumillerStarting expression parsing
2012-07-20 Wolfgang Bumillerkeeping float immediates/constants in parser's imm_floa...
2012-07-20 Wolfgang Bumilleroperator ids need to be written later -_-
2012-07-20 Wolfgang BumillerAdding ids to operators for SYA later
2012-07-20 Wolfgang Bumillerstatement/expression proto
2012-07-20 Wolfgang BumillerHandling of multiple variables with comma
2012-07-20 Wolfgang BumillerLocal variable parsing
2012-07-19 Wolfgang BumillerKeep track of blocklocal in parser_parse_block
2012-07-19 Wolfgang BumillerFactoring out variable parsing so it can be used for...
2012-07-19 Wolfgang BumillerProto for parsing a function body
2012-07-19 Wolfgang Bumillernull-init parser_t, add a function member to it
2012-07-19 Wolfgang BumillerProperly parse functions without parameters
2012-07-19 Wolfgang BumillerParse away the semicolon after an assignment
2012-07-19 Wolfgang Bumillermerging master, and adapting
2012-07-19 Wolfgang Bumillerremoving params vector from ast_function, params are...
2012-07-19 Wolfgang Bumilleradditional/superfluous check removed
2012-07-19 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-19 Wolfgang Bumillerir_function_dump to print builtins as such
2012-07-19 Wolfgang BumillerProperly check if it's a function... checking the param...
2012-07-19 Wolfgang Bumillerbuiltins are negative
2012-07-19 Wolfgang Bumillerhandling function definitions better, generating functions
2012-07-19 Wolfgang BumillerHandling definition of builtins
2012-07-19 Wolfgang Bumillerhandle EOF
2012-07-19 Wolfgang Bumillerparsing typenames completely now with function parameters
2012-07-19 Wolfgang BumillerBuilding the output - global variables for now
2012-07-19 Wolfgang BumillerDon't die on regular EOF
2012-07-16 Wolfgang BumillerReading a global def
2012-07-16 Wolfgang BumillerStarting some parsing
2012-07-16 Wolfgang BumillerCopying my old lexer
2012-07-16 Wolfgang BumillerTemporarily reordering instructions for compatibility
2012-07-16 Wolfgang BumillerClearing main
2012-07-16 Wolfgang BumillerReverting the removal of _FV instructions, it's just...
2012-07-16 Wolfgang Bumillerfixing matrix/quaternion constval setters
2012-07-16 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-16 Wolfgang BumillerCorrect variable name for type_storep_instr
2012-07-16 Wolfgang BumillerUpdating makefile to remove all the not yet used stuff
2012-07-16 Wolfgang BumillerMerging master
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 Bumillertype_sizeof is an array, not a function
2012-07-10 Wolfgang Bumilleruse type_sizeof in some places where previously manual...
2012-07-10 Wolfgang BumillerFirst thing: we want quaternions and 4x4 matrices
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... 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-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
2012-06-07 Dale WeilerFixed more warnings
2012-06-07 Dale Weilerfixed -Wconditional-uninitialized for ast codegen
2012-06-07 Dale WeilerRemoved even more warnings
next