]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2012-12-27 Wolfgang Bumillermanpage: -fbail-on-werror
2012-12-27 Wolfgang Bumiller-fbail-on-werror option
2012-12-27 Wolfgang Bumillerfix: when there are no additional temps the first one...
2012-12-27 Wolfgang BumillerMerge pull request #75 from matthiaskrgr/master
2012-12-26 Wolfgang Bumillermanpage: -Oglobal-temps
2012-12-26 Wolfgang Bumiller-Oglobal-temps
2012-12-26 Wolfgang Bumillerfix -v option parsing in qcvm
2012-12-26 Wolfgang Bumillerfactoring out temp-slot-assignment and using it for...
2012-12-26 matthiaskrgrmanpage: gmqcc: fix typo
2012-12-26 matthiaskrgrINSTALL: mention ArchLinux PKGBUILDs.
2012-12-26 Wolfgang BumillerSwitch over to LONGBIT
2012-12-26 Wolfgang BumillerMerge pull request #74 from matthiaskrgr/PKGBUILD
2012-12-26 matthiaskrgrPKGBUILD: formatting
2012-12-26 matthiaskrgradd PKGBUILD for release build.
2012-12-26 matthiaskrgrPKGBUILD: license is MIT
2012-12-26 Wolfgang Bumillerfix uninitialized warnings in ir.c
2012-12-26 matthiaskrgrPKGBUILD: install custom license file.
2012-12-26 matthiaskrgrPKGBUILD: license is not GPL actually
2012-12-26 Wolfgang BumillerFixing uninitialized warnings in parser.c
2012-12-26 Wolfgang Bumilleradding -fno-strict-aliasing
2012-12-26 matthiaskrgradd PKGBUILD for git build.
2012-12-26 Wolfgang Bumillermanpage: -dump, -dumpfin
2012-12-26 Wolfgang BumillerMerge pull request #73 from matthiaskrgr/master
2012-12-26 matthiaskrgrTODO: fix typos
2012-12-26 Wolfgang Bumillercounters for -Ocall-stores because we all love numbers
2012-12-26 Wolfgang BumillerDon't copy return values away from OFS_RETURN if they...
2012-12-26 Wolfgang Bumillermanpage: -Ovoid-return
2012-12-26 Wolfgang Bumillermanpage: added -v to the qcvm manpage
2012-12-26 Wolfgang Bumiller-Ovoid-return - the last INSTR_RETURN of a void functio...
2012-12-26 Wolfgang Bumillerverbose switches for the qcvm; makes -printfuns find...
2012-12-25 Wolfgang BumillerActually generate the vector member ir_values in ir_fun...
2012-12-25 Wolfgang Bumillermanpage: -Ocall-stores
2012-12-25 Wolfgang Bumiller-Ocall-stores as part of -O1: instead of having CALL...
2012-12-25 Wolfgang Bumillerdo the locking before processing the call-reads otherwi...
2012-12-25 Wolfgang Bumillerliferange calc now sets the 'locked' flag on values...
2012-12-25 Wolfgang BumillerThe very aggressive -Ooverlap-strings
2012-12-24 Wolfgang BumillerEnsure that the members[] array is filled for vector...
2012-12-24 Wolfgang BumillerTests for the previous vector-liferange change
2012-12-24 Wolfgang BumillerNow this should deal with vector life ranges more corre...
2012-12-24 Wolfgang Bumillerprint an error when static is used in global scope...
2012-12-24 Wolfgang BumillerAdded the 'static' keyword.
2012-12-24 Wolfgang Bumillermanpage: -q, --quiet
2012-12-24 Wolfgang Bumillermanpage: -fftepp-predefs
2012-12-24 Wolfgang Bumiller-q, --quiet option
2012-12-24 Dale Weilerone too many zeros
2012-12-24 Dale WeilerAdded my awesome MT1997 PRNG, and use it instead of...
2012-12-24 Dale WeilerAdded ftepp predefs flag (ability to turn on/off predef...
2012-12-24 Dale WeilerImplemented __FILE__, __LINE__, __RANDOM__, __RANDOM_LA...
2012-12-23 Wolfgang Bumiller-Ostrip-constant-names
2012-12-23 Wolfgang Bumillercode_genstring now caches strings, no need for code_cac...
2012-12-23 Wolfgang Bumiller-Olocaltemps -> -Olocal-temps for consistency; added...
2012-12-23 Wolfgang Bumillerrevert 3ef30e850da5e5
2012-12-23 Wolfgang BumillerRemove ir_block_create_{add,sub,mul,div}, they're not...
2012-12-23 Wolfgang BumillerStart instruction numbering at 1 and make parameters...
2012-12-23 Wolfgang BumillerDon't store off CALL results if they're never read
2012-12-23 Wolfgang BumillerEven safer vector macros
2012-12-23 Wolfgang BumillerLife Ranges: First deal with all writes, then with...
2012-12-23 Wolfgang BumillerFixing vector macros
2012-12-23 Wolfgang Bumilleradded -disasm-func to the qcvm
2012-12-23 Wolfgang Bumillerstrcmp and strncmp builtins
2012-12-23 Wolfgang BumillerAdding strcat builtin to qcvm
2012-12-23 Wolfgang Bumillerdon't optimize out NOT_S instructions for COND
2012-12-23 Wolfgang Bumillermanpage: remove the MUL_FV/VF section, it wouldn't...
2012-12-23 Wolfgang Bumillermanpage: optimization section
2012-12-23 Wolfgang BumillerMask overlap-locals by -Ooverlap-locals, and count...
2012-12-23 Wolfgang BumillerTry generating the function-locals in a later pass...
2012-12-23 Wolfgang BumillerFix a nasty bug in the executor; and make null-strings...
2012-12-23 Wolfgang BumillerAdd -Ooverlap-locals to -O3
2012-12-23 Wolfgang Bumillerremember the maximum amount of required function-locals
2012-12-23 Wolfgang Bumillerir_function now has a flags field - flags are: IR_FLAG_...
2012-12-23 Wolfgang Bumillerutil_swa_* + GMQCC_INLINE
2012-12-23 Wolfgang BumillerDon't generate defs for locals or parameters unless...
2012-12-23 Wolfgang Bumillerutf8lib.c -> utf8.c - I hope windows 8 allows this...
2012-12-23 Wolfgang Bumillerlicense header
2012-12-23 Wolfgang BumillerUchar -> uchar_t for consistency
2012-12-23 Wolfgang Bumillermanpage: -futf8
2012-12-23 Wolfgang Bumillerutf8 tests
2012-12-23 Wolfgang BumillerBetter error message for -futf8
2012-12-23 Wolfgang Bumillerfix and speed up u8_analyze for our purposes
2012-12-23 Wolfgang Bumiller-futf8 implementation
2012-12-23 Wolfgang Bumilleru8_analyze: return false on any invalid character,...
2012-12-23 Wolfgang BumillerImporting utf8lib
2012-12-23 Dale WeilerBump 0.2 -> 0.3
2012-12-23 Wolfgang BumillerDon't generate vector defs if the vector's name starts... 0.2
2012-12-23 Dale WeilerWhitespace
2012-12-23 Dale WeilerRevert "Whitespace fixes"
2012-12-23 Dale WeilerWhitespace fixes
2012-12-23 Dale WeilerLies ... damned lies, all lies I tell you ... copy...
2012-12-23 Dale WeilerActually fix the segfault this time
2012-12-23 Dale Weilercon_default_out for opts.pp_only (removes recently...
2012-12-23 Dale WeilerMake compiler and virtual-machine compile as C++ code...
2012-12-23 Dale WeilerRemove parser_compile_string_len, and make parser_compi...
2012-12-23 Dale Weilerfix comments
2012-12-23 Dale Weilerfixes, and removed a #pragma warning(disable ...) in...
2012-12-23 Dale WeilerCleanup flexible array / vector system
2012-12-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-23 Dale WeilerWrapper around FILE to take advantage of MSVC "secure...
2012-12-22 Wolfgang BumillerMore stuff for qcvm -info
2012-12-22 Wolfgang BumillerMakefile: lexer.o depends on lexer.h
2012-12-22 Wolfgang Bumillerguard ]] with lex->flags.noops
next