]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-12-21 Dale Weileradded -Wcpp (for turning off cpp warnings defined with...
2012-12-21 Dale WeilerImplemented #warning and #error preprocessor directives...
2012-12-20 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-20 Dale WeilerImplemented roboust compile-time endianess check.
2012-12-20 Wolfgang BumillerRemove old tempalloc code; disable -Olocaltemps for now
2012-12-20 Wolfgang BumillerBe more correct with sizes; use a better local-alloc...
2012-12-20 Wolfgang Bumillerminor: fix ast_function_label
2012-12-20 Wolfgang BumillerFix util_endianswap; and endianswap the LNO data as...
2012-12-20 Wolfgang BumillerDon't check for is_return but for final at the end...
2012-12-20 Wolfgang Bumiller*sigh*
2012-12-20 Wolfgang Bumillerno need to check the array, the 2nd NOT is a NOT_F
2012-12-20 Wolfgang Bumillermanpage: -fcorrect-logic, -ftrue-empty-strings, -ffalse...
2012-12-20 Wolfgang Bumillerfix -fcorrect-logic to use double-not instead of a...
2012-12-20 Wolfgang BumillerTestcases for -ftrue-empty-strings and -ffalse-empty...
2012-12-20 Wolfgang BumillerFix the -fcorrect-logic condition
2012-12-20 Wolfgang BumillerFix -fcorrect-logic
2012-12-20 Wolfgang Bumillerfix a leak in the local-allocator
2012-12-20 Wolfgang BumillerFix a leak: free code_linenums
2012-12-20 Wolfgang BumillerFor loops may have an empty condition - don't try proce...
2012-12-20 Wolfgang Bumillerwhile/for/do now all use process_condition, ast_loop...
2012-12-20 Wolfgang Bumillerprocess_condition function used by parse_if - need...
2012-12-20 Wolfgang Bumiller-ftrue-empty-strings now changes type_not_instr[TYPE_ST...
2012-12-20 Wolfgang Bumillersince unary not doesn't fold these, remove them from...
2012-12-20 Wolfgang Bumillerintroducing an immediate_is_true which follows the...
2012-12-20 Wolfgang Bumillerunary not now uses NOT_F with -ftrue-empty-strings
2012-12-20 Wolfgang BumillerMaking logical 'and' and 'or' use NOT_ in -fcorrect...
2012-12-20 Wolfgang BumillerAdding -fcorrect-logic, -ftrue-empty-strings, -ffalse...
2012-12-20 Wolfgang Bumillermanpage: typo 0.1.9
2012-12-20 Wolfgang BumillerFix condition on whether or not to print 'error' or...
2012-12-20 Wolfgang Bumiller-Werror-<warning> should actually use opts_setwerror
2012-12-20 Wolfgang Bumiller-Werror-<warning>, -Wno-error-<warning>, manpage updated
2012-12-20 Wolfgang Bumillermanpage: -Wunreachable-code
2012-12-20 Wolfgang BumillerReorder the warnings in opts.c to match their oder...
2012-12-20 Wolfgang BumillerTurn -fallow-unreachable-code into a -Wunreachable...
2012-12-20 Wolfgang BumillerFix object dependency: OBJ -> OBJ_D so they all depend...
2012-12-20 Wolfgang BumillerTemporarily fix noreturn bug by creating an actual...
2012-12-20 Wolfgang Bumiller-g sets opts.g and -debug causes blocks to be labeled
2012-12-20 Wolfgang Bumillersscanf_s only for _MSC_VER not WIN32 in exec.c
2012-12-20 Wolfgang BumillerOh god I hate this so much
2012-12-20 Wolfgang Bumillerthat should have gone into the second to last commit
2012-12-20 Wolfgang BumillerWINDOWS 8 USERS ARE IDIOTS, YES YOU SHOULD TAKE THIS...
2012-12-20 Wolfgang Bumillerast_return needs the correct context...
2012-12-20 Wolfgang Bumiller-fallow-unreachable-code
2012-12-20 Wolfgang Bumillervector initialization tests
2012-12-20 Wolfgang Bumillermaking the uninitialized-var on vector warning now...
2012-12-20 Wolfgang BumillerRemove the suffix entirely
2012-12-20 Wolfgang BumillerUL->ULL
2012-12-20 Wolfgang BumillerAdded tests for 'noreturn'
2012-12-20 Dale Weilerugh todo: seed per ht, not per hash
2012-12-20 Dale WeilerNo more hacks
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
next