]> de.git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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
2012-06-07 Dale Weilerremoved more warnings
2012-06-07 Dale Weilerfixed shadow issue
2012-06-07 Dale WeilerMore compile warnings (disabled many for now, they...
2012-06-07 Dale Weilers/\t/ /g
2012-06-07 Dale Weilersplint: use typedef instead of macro
2012-05-13 Wolfgang BumillerPrint the name, not the struct pointer :S
2012-05-11 Dale WeilerWhitespace
2012-05-09 Wolfgang (Blub... fixing fwrite calls I had messed up
2012-05-09 Wolfgang (Blub... Adding a few error message.
2012-05-09 Wolfgang (Blub... TYPE_VARIANT in codegen, writing code from ast-test
2012-05-09 Wolfgang (Blub... generating block code in a simple naive order for now...
2012-05-09 Wolfgang (Blub... Checking if mem_a returns NULL in ir_..._new functions
2012-05-09 Wolfgang (Blub... It's the same TYPE enum...
2012-05-09 Wolfgang BumillerMore work on generating code - still not instantiating...
2012-05-09 Wolfgang BumillerStarting ir_builder_generate - TYPE_FUNCTION still...
2012-05-09 Wolfgang Bumillercode_cachedstring
2012-05-09 Wolfgang BumillerConvenience function to store a predefined string in...
2012-05-09 Wolfgang BumillerPreparing to generate code from the IR - code_write...
2012-05-06 Dale Weilerreadme s/\t/ /g
2012-05-06 Dale WeilerUpdated readme
2012-05-05 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-05-05 Dale Weilerutil_strncmpexact
2012-05-04 Wolfgang (Blub... removing ast-test macro concept
2012-05-04 Wolfgang (Blub... A new ast-test, now using some macros to make them...
2012-05-04 Wolfgang (Blub... Fixed some dangling '}', it compiles again now
2012-05-04 Wolfgang (Blub... What was I thinking... fixing loop's jump creation...
2012-05-04 Wolfgang (Blub... ast_loop must end by entering the outgoing block
2012-05-04 Wolfgang (Blub... Changing life-range calculation to include the last...
2012-05-04 Wolfgang (Blub... Move the output block of a loop to after the loop,...
2012-05-03 Dale WeilerMore assembly parsing (function call stuff)
2012-05-03 Wolfgang (Blub... ast_function gets 'breakblock' and 'continueblock'...
2012-05-03 Dale WeilerMore assembler code (less allocations too)
2012-05-03 Wolfgang (Blub... Same for ternary: reordered a bit, and fixing ontrue...
2012-05-03 Wolfgang (Blub... reorder ifthen codegen and fix a jump generation where...
2012-05-03 Wolfgang (Blub... ast_loop - codegen dummied
2012-05-03 Wolfgang (Blub... If-protect on_true and on_false in ast_ifthen since...
2012-05-03 Wolfgang (Blub... Removing TODO-comment since it's done
2012-05-03 Wolfgang (Blub... Dump should print a warning if lifepasses don't match...
2012-05-03 Wolfgang (Blub... ast_function_codegen: Add a return instruction if it...
2012-05-03 Wolfgang (Blub... ast-test should also finalize functions directly
2012-05-03 Wolfgang (Blub... naive_phi now recognizes both store_local and store_val...
2012-05-03 Wolfgang (Blub... ir-test.c to use assertions, abort alone creates an...
2012-05-03 Wolfgang (Blub... sprintf with length modifiers is annoying...
2012-05-03 Wolfgang (Blub... ast_test to build an IR
2012-05-03 Wolfgang (Blub... ast_ternary_codegen - beware, it's almost a spaghetti...
2012-05-03 Wolfgang (Blub... ast_function_label now takes a labelname to prefix...
2012-05-03 Wolfgang (Blub... ast_ifthen_codegen
2012-05-03 Wolfgang (Blub... ast_entfield_codegen
2012-05-03 Wolfgang (Blub... Type information moved to ast_expression from ast_value...
2012-05-02 Dale WeilerTrailing whitespace was imminent, pending editor config...
next