]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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
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...
2012-05-02 Dale Weilersupress attribute warnings
2012-05-02 Dale WeilerMerge remote-tracking branch 'origin/ast-and-ir'
2012-05-02 Wolfgang (Blub... ast_binary_codegen, ast_function_label (no I don't...
2012-05-02 Dale WeilerMerge branch 'master' into ast-and-ir
2012-05-02 Dale Weilerargsize parsing for assembler
2012-05-02 Wolfgang (Blub... ast_store_codegen and its l/rvalue handling
2012-05-02 Wolfgang (Blub... A note to clarify the ast_block/ir_block difference
2012-05-02 Wolfgang (Blub... ast_block_codegen - as you can see, an ast_block doesn...
2012-05-02 Wolfgang (Blub... create the ir_function in ast_function_codegen, keep...
2012-05-02 Wolfgang (Blub... going through function blocks in ast_function_codegen
2012-05-02 Wolfgang (Blub... ast_local/global_codegen exposed through the header...
2012-05-02 Wolfgang (Blub... ast_local_codegen - similar structure to global_codegen...
2012-05-02 Wolfgang (Blub... for ast_value_codegen this should be enough, since...
next