2012-12-21 |
Dale Weiler | Implemented preprocessing error directive tests (should... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Dale Weiler | Document ini.example |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Dale Weiler | Update ini.example (added UNREACHABLE_CODE, and CPP... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Dale Weiler | added -Wcpp (for turning off cpp warnings defined with... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Dale Weiler | Implemented #warning and #error preprocessor directives... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | Implemented roboust compile-time endianess check. |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Remove old tempalloc code; disable -Olocaltemps for now |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Be more correct with sizes; use a better local-alloc... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | minor: fix ast_function_label |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Fix util_endianswap; and endianswap the LNO data as... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Don't check for is_return but for final at the end... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | *sigh* |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | no need to check the array, the 2nd NOT is a NOT_F |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | manpage: -fcorrect-logic, -ftrue-empty-strings, -ffalse... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | fix -fcorrect-logic to use double-not instead of a... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Testcases for -ftrue-empty-strings and -ffalse-empty... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Fix the -fcorrect-logic condition |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Fix -fcorrect-logic |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | fix a leak in the local-allocator |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Fix a leak: free code_linenums |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | For loops may have an empty condition - don't try proce... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | while/for/do now all use process_condition, ast_loop... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | process_condition function used by parse_if - need... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | -ftrue-empty-strings now changes type_not_instr[TYPE_ST... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | since unary not doesn't fold these, remove them from... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | introducing an immediate_is_true which follows the... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | unary not now uses NOT_F with -ftrue-empty-strings |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Making logical 'and' and 'or' use NOT_ in -fcorrect... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Adding -fcorrect-logic, -ftrue-empty-strings, -ffalse... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | manpage: typo 0.1.9 |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Fix condition on whether or not to print 'error' or... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | -Werror-<warning> should actually use opts_setwerror |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | -Werror-<warning>, -Wno-error-<warning>, manpage updated |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | manpage: -Wunreachable-code |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Reorder the warnings in opts.c to match their oder... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Turn -fallow-unreachable-code into a -Wunreachable... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Fix object dependency: OBJ -> OBJ_D so they all depend... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Temporarily fix noreturn bug by creating an actual... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | -g sets opts.g and -debug causes blocks to be labeled |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | sscanf_s only for _MSC_VER not WIN32 in exec.c |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Oh god I hate this so much |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | that should have gone into the second to last commit |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | WINDOWS 8 USERS ARE IDIOTS, YES YOU SHOULD TAKE THIS... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | ast_return needs the correct context... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | -fallow-unreachable-code |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | vector initialization tests |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | making the uninitialized-var on vector warning now... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Remove the suffix entirely |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | UL->ULL |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Wolfgang Bumiller | Added tests for 'noreturn' |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | ugh todo: seed per ht, not per hash |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | No more hacks |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | fixes |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | One last fix for mankind |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | *sigh* |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | Allow uname override |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | Fix murmur hash seeding |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | More fixes |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | Another fix |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | FTBFS fixes |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Dale Weiler | handle cygwin/mingw for makefile |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Dale Weiler | Typos |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Dale Weiler | Implemened -fail procedure type for testsuite. Essenti... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Wolfgang (Blub... | Applying the actual 'Fix FTFBS stuff' part |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Wolfgang (Blub... | Revert "Fix FTFBS stuff" |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Dale Weiler | Fix FTFBS stuff |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Wolfgang (Blub... | 'noreturn' is - for now - a keyword, and used just... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Wolfgang (Blub... | ast_call now passes AST_FLAG_NORETURN on to the IR |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Wolfgang (Blub... | removing ast_expression_common.variadic, adding ast_exp... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Wolfgang (Blub... | NRCALL now sets block->final and block->is_return |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Wolfgang (Blub... | ir_block_create_{phi,call} now check self->final |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Wolfgang (Blub... | VINSTR_NRCALL, translated like any other call for now... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang Bumiller | Merge pull request #48 from mhofstra/patch-1 |
commit | commitdiff | tree | snapshot |
2012-12-18 |
mhofstra | Small typo fix to make it compile on x86 |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Rudolf Polzer | Fixes for some minor bugs clang-analyzer and cppcheck... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | default make target now is 'all' |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Tests for perl-logic _types_ |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | -fperl-logic now doesn't allow logic ops with operands... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Added intrinsic: __builtin_debug_typestring(expr) to... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Remove a TODO message |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | make install-doc now also installs qcvm.q |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Adding qcvm.1 |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Improved parameter handling of qcvm a little, added... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | fix wrong --version string |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Better usage message for qcvm, don't exit after any... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | BUGS, SEE ALSO and AUTHOR sections in the manpage |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | It's -config=file, not -config file |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Added -config to usage and manpage, added a CONFIG... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Add included -fs and -Ws to for each -std in the manpage |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | More jump removal |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | *sigh* |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | vector components are floats, not vectors |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Don't generate IF/IFNOT with +1 offsets |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | -fsingle-vector-defs to disable _x,_y,_z generation |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Generate _x,_y,_z defs/fields |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | qcvm -pringdefs now prints [SAVE] next to globals with... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | DEF_SAVEGLOBAL flag is now applied on initialized non... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Don't generate 'jump +1' instructions |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Wolfgang (Blub... | Renaming gmqcc.init since it's used by default if it... |
commit | commitdiff | tree | snapshot |
next |