]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-12-22 Wolfgang Bumiller-Wunknown-attribute; and don't error on unknown attributes
2012-12-22 Wolfgang Bumiller'noreturn' is now an attribute and parsed as [[noreturn]]
2012-12-22 Wolfgang Bumillerproperly fill the token string for TOKEN_ATTRIBUTE_*
2012-12-22 Wolfgang Bumiller is now no keyword anymore
2012-12-22 Wolfgang BumillerLexer: [[ and ]] are now TOKEN_ATTRIBUTE_{OPEN,CLOSE}
2012-12-22 Wolfgang BumillerTest cases for -fcorrect-logic
2012-12-22 Wolfgang BumillerAdding truth-flags testsuite for strings
2012-12-22 Wolfgang Bumiller-ffalse-empty-strings in && and ||
2012-12-22 Wolfgang Bumiller-fcorrect-logic now handles only vectors
2012-12-22 Wolfgang BumillerError when using both -ffalse-empty-strings and -ftrue...
2012-12-22 Wolfgang BumillerFix a bug with -fperl-logic and -fcorrect-logic
2012-12-22 Wolfgang BumillerFix: ast_value.cvq must be an int, not a bool;
2012-12-22 Dale WeilerCleanups and make compile with clang again with no...
2012-12-22 Dale Weilercleanups and fixes that cppcheck found
2012-12-22 Dale WeilerMore cleanups
2012-12-22 Dale WeilerRemove more unused code
2012-12-22 Dale WeilerMake gmqcc binary smaller (by removing some useless...
2012-12-22 Dale WeilerStick to one hash function (no platform optimized versions)
2012-12-22 Dale WeilerCleanups
2012-12-21 Dale WeilerWindows stuff for visual studio now offical works with...
2012-12-21 Wolfgang Bumiller-Opeephole now also reduces CALL stores
2012-12-21 Wolfgang BumillerRename ir_function_pass_tailcall->tailrecursion; Take...
2012-12-21 Wolfgang Bumillermanpage: -Wcpp; added a FILES section which contains...
2012-12-21 Dale Weilertestsuite compiles on windows now (but doesn't work...
2012-12-21 Dale WeilerGet gmqcc/qcvm compiling on windows again. Plus work...
2012-12-21 Dale WeilerImplemented preprocessing error directive tests (should...
2012-12-21 Dale WeilerDocument ini.example
2012-12-21 Dale WeilerUpdate ini.example (added UNREACHABLE_CODE, and CPP...
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
next