]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-28 Wolfgang Bumillerast_store to take ast_expression on its left, rather...
2012-07-28 Wolfgang BumillerAdding more cleanup; checking whether or not a return...
2012-07-27 Wolfgang Bumillerexecutor: prog_delete: deleting builtins properly ...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumiller_MEM_ -> MEM_ again at use
2012-07-27 Wolfgang BumillerMerging master with newly merged executor
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumiller_MEM_... -> MEM_...
2012-07-27 Wolfgang BumillerHandling output file, writing output file
2012-07-27 Wolfgang BumillerHandling vector constants now too
2012-07-27 Wolfgang BumillerHandling string-immediates
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumillerremoving an old comment
2012-07-27 Wolfgang BumillerAdapting to changes of where parameters are stored...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMoving parameters to from ast_value to ast_expression_c...
2012-07-27 Wolfgang BumillerStarting some typechecking. Function parameters must...
2012-07-27 Wolfgang BumillerHandling calls correctly now
2012-07-27 Wolfgang BumillerParsing function calls
2012-07-27 Wolfgang BumillerParsing a comma as an operator now - unless noop is...
2012-07-27 Wolfgang Bumillerfixing comma operator
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumillerast_block_set_type
2012-07-27 Wolfgang Bumillerkeeping blocks around
2012-07-27 Wolfgang Bumillerfactoring out the closing-paren handling code since...
2012-07-27 Wolfgang Bumillerthe comma is now in the operator list
2012-07-27 Wolfgang Bumilleropening paren and comma to the operator stack for funct...
2012-07-27 Wolfgang BumillerRemoving some debug output
2012-07-27 Wolfgang Bumillerhandle parameters in parser_find_local
2012-07-26 Wolfgang BumillerParse named parameters of functions
2012-07-26 Wolfgang Bumillerparse ahead into the return expression as expected
2012-07-26 Wolfgang BumillerListen to the warning instead...
2012-07-26 Wolfgang BumillerShutup a warning...
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang Bumillerast_return_new doesn't take an operator, we use INSTR_R...
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang Bumillerhandling return
2012-07-26 Wolfgang Bumillerreturn is a keyword
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 BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerRemoved params from ast_function again. It really is...
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
next