]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-12-20 Dale Weilerfixes
2012-12-20 Dale WeilerOne last fix for mankind
2012-12-20 Dale Weiler*sigh*
2012-12-20 Dale WeilerAllow uname override
2012-12-20 Dale WeilerFix murmur hash seeding
2012-12-20 Dale WeilerMore fixes
2012-12-20 Dale WeilerAnother fix
2012-12-20 Dale WeilerFTBFS fixes
2012-12-20 Dale Weilerhandle cygwin/mingw for makefile
2012-12-19 Dale WeilerTypos
2012-12-19 Dale WeilerImplemened -fail procedure type for testsuite. Essenti...
2012-12-19 Wolfgang (Blub... Applying the actual 'Fix FTFBS stuff' part
2012-12-19 Wolfgang (Blub... Revert "Fix FTFBS stuff"
2012-12-19 Dale WeilerFix FTFBS stuff
2012-12-19 Wolfgang (Blub... 'noreturn' is - for now - a keyword, and used just...
2012-12-19 Wolfgang (Blub... ast_call now passes AST_FLAG_NORETURN on to the IR
2012-12-19 Wolfgang (Blub... removing ast_expression_common.variadic, adding ast_exp...
2012-12-19 Wolfgang (Blub... NRCALL now sets block->final and block->is_return
2012-12-19 Wolfgang (Blub... ir_block_create_{phi,call} now check self->final
2012-12-19 Wolfgang (Blub... VINSTR_NRCALL, translated like any other call for now...
2012-12-18 Wolfgang BumillerMerge pull request #48 from mhofstra/patch-1
2012-12-18 mhofstraSmall typo fix to make it compile on x86
2012-12-18 Rudolf PolzerFixes for some minor bugs clang-analyzer and cppcheck...
2012-12-18 Wolfgang (Blub... default make target now is 'all'
2012-12-18 Wolfgang (Blub... Tests for perl-logic _types_
2012-12-18 Wolfgang (Blub... -fperl-logic now doesn't allow logic ops with operands...
2012-12-18 Wolfgang (Blub... Added intrinsic: __builtin_debug_typestring(expr) to...
2012-12-18 Wolfgang (Blub... Remove a TODO message
2012-12-18 Wolfgang (Blub... make install-doc now also installs qcvm.q
2012-12-18 Wolfgang (Blub... Adding qcvm.1
2012-12-18 Wolfgang (Blub... Improved parameter handling of qcvm a little, added...
2012-12-18 Wolfgang (Blub... fix wrong --version string
2012-12-18 Wolfgang (Blub... Better usage message for qcvm, don't exit after any...
2012-12-18 Wolfgang (Blub... BUGS, SEE ALSO and AUTHOR sections in the manpage
2012-12-18 Wolfgang (Blub... It's -config=file, not -config file
2012-12-18 Wolfgang (Blub... Added -config to usage and manpage, added a CONFIG...
2012-12-18 Wolfgang (Blub... Add included -fs and -Ws to for each -std in the manpage
2012-12-18 Wolfgang (Blub... More jump removal
2012-12-18 Wolfgang (Blub... *sigh*
2012-12-18 Wolfgang (Blub... vector components are floats, not vectors
2012-12-18 Wolfgang (Blub... Don't generate IF/IFNOT with +1 offsets
2012-12-18 Wolfgang (Blub... -fsingle-vector-defs to disable _x,_y,_z generation
2012-12-18 Wolfgang (Blub... Generate _x,_y,_z defs/fields
2012-12-18 Wolfgang (Blub... qcvm -pringdefs now prints [SAVE] next to globals with...
2012-12-18 Wolfgang (Blub... DEF_SAVEGLOBAL flag is now applied on initialized non...
2012-12-18 Wolfgang (Blub... Don't generate 'jump +1' instructions
2012-12-18 Wolfgang (Blub... Renaming gmqcc.init since it's used by default if it...
2012-12-18 Wolfgang (Blub... Don't generate AINSTR_END anymore, use INSTR_DONE
2012-12-18 Wolfgang (Blub... cmd_options -> opts_cmd_t to make testsuite and executo...
2012-12-18 Dale WeilerAllow setting configuration file via commandline
2012-12-18 Dale WeilerAdd a template ini file for documentation
2012-12-18 Dale WeilerCleanups of compiler option configuration. Added ini...
2012-12-17 Wolfgang (Blub... messages caused by -Warnings now show the -W flag
2012-12-17 Wolfgang (Blub... parsewarning and genwarning to use vcompile_warning
2012-12-17 Wolfgang (Blub... irwarning to use vcompile_warning
2012-12-17 Wolfgang (Blub... ftepp_warn to use vcompile_warning
2012-12-17 Wolfgang (Blub... vcompile_error, vcompile_warning; fixed: removed opts_...
2012-12-17 Wolfgang (Blub... Adding -Wunknown-pragmas to the manpage
2012-12-17 Dale WeilerAdded -Wunknown-pragmas
2012-12-17 Wolfgang (Blub... Fixed a bug in the generation of default switch cases...
2012-12-17 Dale WeilerFinally fix the bug in -D
2012-12-17 Wolfgang (Blub... Revert "Not defining GMQCC_VERSION_ in gmqcc.h but...
2012-12-17 Dale WeilerFixes, but still crashes because ... I have no clue...
2012-12-17 Wolfgang (Blub... Not defining GMQCC_VERSION_ in gmqcc.h but checking...
2012-12-17 Wolfgang (Blub... --version
2012-12-17 Dale WeilerJust make it -v
2012-12-17 Dale WeilerAdded -which/-version
2012-12-17 Wolfgang (Blub... Copy over the array-count in ast_type_adopt/ast_type_copy
2012-12-17 Wolfgang (Blub... Error when the assignop for an assignment is invalid...
2012-12-17 Wolfgang (Blub... Let's still initialize the 'count' member...
2012-12-17 Dale WeilerImplemented -D for preprocessor
2012-12-17 Wolfgang (Blub... Fix: check error before calling codegen_output_type
2012-12-16 Dale WeilerUpdate some info
2012-12-16 Dale WeilerFix some typos
2012-12-16 Dale WeilerAdd TODO
2012-12-16 Dale WeilerFix testsuite. Also added an additional test to the...
2012-12-06 Wolfgang (Blub... Another peephole optimization
2012-12-06 Wolfgang (Blub... s/ir_function_pass_minor/ir_function_pass_peephole/
2012-12-06 Wolfgang (Blub... Adding an 'install-doc' target to the Makefile, which...
2012-12-06 Wolfgang (Blub... Adding -f flags to the manpage
2012-12-06 Wolfgang (Blub... Adding all the warnings to the manpage
2012-12-06 Wolfgang (Blub... Updating usage message a bit
2012-12-06 Wolfgang (Blub... Temporarily disable the new tempalloc strat
2012-12-06 Wolfgang (Blub... Moving all the global opts_ variables into a struct...
2012-12-06 Wolfgang (Blub... -Ominor -> -Opeephole; added -Olocaltemps flag; using...
2012-12-05 Wolfgang (Blub... unexpected typename error when there are typenames...
2012-12-05 Wolfgang (Blub... get rid of some code duplication, and fix some wrong...
2012-12-05 Wolfgang (Blub... Tiny codegen optimization: silently ignore the creation...
2012-12-05 Wolfgang (Blub... remember this for later
2012-12-05 Wolfgang (Blub... More stuff in qcvm -printfuns
2012-12-05 Wolfgang (Blub... ir_function_pass_minor: some minor optimizations
2012-12-05 Wolfgang (Blub... ast_block_add_expr now lets the block fully adopt the...
2012-12-04 Wolfgang (Blub... s/parser_sy_pop/parser_sy_apply_operator/
2012-12-04 Wolfgang (Blub... ast_ternary_codegen: use codegen_outpu_type
2012-12-04 Dale WeilerFix testsuite for -compile cases
2012-12-04 Wolfgang (Blub... -Werror now changes the word 'warning' into 'error'
2012-12-04 Wolfgang (Blub... noref -compile testcase
2012-12-04 Wolfgang (Blub... Parsing the 'noref' keyword; this also gets rid of...
2012-12-03 Wolfgang (Blub... Parsing noref-pragma
2012-12-03 Wolfgang (Blub... ftepp_preprocess_string uses strlen - push nul-byte...
next