2012-12-28 |
Dale Weiler | Fix a very possible bug |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fixed another possible implementation specific bug... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fix another warning |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fix another warning |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fix one warning |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Added splint.sh (a progressive way to fix some possible... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | So why doesn't any popular compiler complain about... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | ... This... I'll have to git rewrite-history at some... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Working on getting gmqcc to work when compiled with tcc |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Reorder operands |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Quoting of strings is forbid in some "make" implementations |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Got it working on arm :) |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Always use -fsigned-char .. The compiler I was using... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | manpage: -floop-labels |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | Some default options for -std=gmqcc including -floop... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | finish parsing of labeled loops; ast support added |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | distinguish between break/continue levels in the parser |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | parsing of loop labels |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | there's no -f flag named overlap-locals... removed... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | Merge pull request #77 from matthiaskrgr/PKGBUILD |
commit | commitdiff | tree | snapshot |
2012-12-27 |
matthiaskrgr | PKGBUILDs: note myself as contributor. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | bumping arch/release PKGBUILD to 0.2.2 |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | Another bool->int fix; now clang-compiled gmqcc actuall... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | manpage: -fbail-on-werror |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | -fbail-on-werror option |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | fix: when there are no additional temps the first one... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | Merge pull request #75 from matthiaskrgr/master |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | manpage: -Oglobal-temps |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | -Oglobal-temps |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | fix -v option parsing in qcvm |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | factoring out temp-slot-assignment and using it for... |
commit | commitdiff | tree | snapshot |
2012-12-26 |
matthiaskrgr | manpage: gmqcc: fix typo |
commit | commitdiff | tree | snapshot |
2012-12-26 |
matthiaskrgr | INSTALL: mention ArchLinux PKGBUILDs. |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | Switch over to LONGBIT |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | Merge pull request #74 from matthiaskrgr/PKGBUILD |
commit | commitdiff | tree | snapshot |
2012-12-26 |
matthiaskrgr | PKGBUILD: formatting |
commit | commitdiff | tree | snapshot |
2012-12-26 |
matthiaskrgr | add PKGBUILD for release build. |
commit | commitdiff | tree | snapshot |
2012-12-26 |
matthiaskrgr | PKGBUILD: license is MIT |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | fix uninitialized warnings in ir.c |
commit | commitdiff | tree | snapshot |
2012-12-26 |
matthiaskrgr | PKGBUILD: install custom license file. |
commit | commitdiff | tree | snapshot |
2012-12-26 |
matthiaskrgr | PKGBUILD: license is not GPL actually |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | Fixing uninitialized warnings in parser.c |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | adding -fno-strict-aliasing |
commit | commitdiff | tree | snapshot |
2012-12-26 |
matthiaskrgr | add PKGBUILD for git build. |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | manpage: -dump, -dumpfin |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | Merge pull request #73 from matthiaskrgr/master |
commit | commitdiff | tree | snapshot |
2012-12-26 |
matthiaskrgr | TODO: fix typos |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | counters for -Ocall-stores because we all love numbers |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | Don't copy return values away from OFS_RETURN if they... |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | manpage: -Ovoid-return |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | manpage: added -v to the qcvm manpage |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | -Ovoid-return - the last INSTR_RETURN of a void functio... |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | verbose switches for the qcvm; makes -printfuns find... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Wolfgang Bumiller | Actually generate the vector member ir_values in ir_fun... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Wolfgang Bumiller | manpage: -Ocall-stores |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Wolfgang Bumiller | -Ocall-stores as part of -O1: instead of having CALL... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Wolfgang Bumiller | do the locking before processing the call-reads otherwi... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Wolfgang Bumiller | liferange calc now sets the 'locked' flag on values... |
commit | commitdiff | tree | snapshot |
2012-12-25 |
Wolfgang Bumiller | The very aggressive -Ooverlap-strings |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Wolfgang Bumiller | Ensure that the members[] array is filled for vector... |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Wolfgang Bumiller | Tests for the previous vector-liferange change |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Wolfgang Bumiller | Now this should deal with vector life ranges more corre... |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Wolfgang Bumiller | print an error when static is used in global scope... |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Wolfgang Bumiller | Added the 'static' keyword. |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Wolfgang Bumiller | manpage: -q, --quiet |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Wolfgang Bumiller | manpage: -fftepp-predefs |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Wolfgang Bumiller | -q, --quiet option |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Dale Weiler | one too many zeros |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Dale Weiler | Added my awesome MT1997 PRNG, and use it instead of... |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Dale Weiler | Added ftepp predefs flag (ability to turn on/off predef... |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Dale Weiler | Implemented __FILE__, __LINE__, __RANDOM__, __RANDOM_LA... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | -Ostrip-constant-names |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | code_genstring now caches strings, no need for code_cac... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | -Olocaltemps -> -Olocal-temps for consistency; added... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | revert 3ef30e850da5e5 |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Remove ir_block_create_{add,sub,mul,div}, they're not... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Start instruction numbering at 1 and make parameters... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Don't store off CALL results if they're never read |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Even safer vector macros |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Life Ranges: First deal with all writes, then with... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Fixing vector macros |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | added -disasm-func to the qcvm |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | strcmp and strncmp builtins |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Adding strcat builtin to qcvm |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | don't optimize out NOT_S instructions for COND |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | manpage: remove the MUL_FV/VF section, it wouldn't... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | manpage: optimization section |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Mask overlap-locals by -Ooverlap-locals, and count... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Try generating the function-locals in a later pass... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Fix a nasty bug in the executor; and make null-strings... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Add -Ooverlap-locals to -O3 |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | remember the maximum amount of required function-locals |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | ir_function now has a flags field - flags are: IR_FLAG_... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | util_swa_* + GMQCC_INLINE |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Don't generate defs for locals or parameters unless... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | utf8lib.c -> utf8.c - I hope windows 8 allows this... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | license header |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | Uchar -> uchar_t for consistency |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | manpage: -futf8 |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Wolfgang Bumiller | utf8 tests |
commit | commitdiff | tree | snapshot |
next |