2012-11-22 |
Dale Weiler | oops |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Dale Weiler | Remove requirement for E |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | make ast_function_label also work when -dumpfin is... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | -dump vs -dumpfin; to see the IR before and after final... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Escape strings in ir-dump output |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Dale Weiler | Bump version |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Dale Weiler | Make blub happy |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Dale Weiler | Make makefile runtest rule depend on all to be built |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Dale Weiler | less verbosity from test suite, just the way blub wants it |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | ast_ternary needs to adopt the output type |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | error if the ternary operands aren't of the same type... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | More verbose error for invalid parameter types |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | check 'ternaries' count |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Utilizing vec_last more |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | question mark must result in TOKEN_OPERATOR |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | operator handling for ternary |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Removing some obsolete messages |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | parsing the ternary |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Inserting ternary in the qcc-operator-list at the place... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | removed phi_out from ast_ternary since we have a place... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Fix wrong merge_id |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | -fperl-logic, off by default, so casting to boolean now |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | casting explicitly to boolean values in early out logic |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | A note about how early-out in if-expressions can be... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Actually it's likely... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Little optimization to not produce an unreachable goto... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | 'likely' hint for IFs |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | experimental -fshort-logic, currently perl-like - might... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Fixing warnings |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | A hopefully working naive PHI solution |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Dale Weiler | Implemented multi-line comparitive tests, fixed output... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Adding break/continue testcases |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | *sigh* |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Fixing switch testcase 7 |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | switch testcases |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | -frelaxed-switch to enable switch on non-constant cases |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Add the missing jump from after the actual last case |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Enter the outgoing block after a switch |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Parsing of switches |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | fix bnot_id |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | 'case' and 'default' are now keywords too, not just... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | ast_switch |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | fix a warning and remove unused variables |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Error in the ast already about unreachable statements... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | break and continue support |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | moving 'return' parsing into a function |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | moving keywords into an array |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Fix con_vprintmsg madness |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | This is probably what was intended actually |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Dale Weiler | Merge branch 'master' into test-suite |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Dale Weiler | Added test for variadic arguments |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Dale Weiler | Added command line parsing to test-suite |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Dale Weiler | stdout/stderr logging functional now. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Dale Weiler | Test suite now logs stdout/stderr to respective files |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Fixing some indentation |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | remove a redundant ir_function member |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make the disasm a bit more verbose as to where globals are |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | do not set a function-defs nargs to > 8 |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | CALL to handle extparams, renamed extparams again |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Add a # prefix to EXTPARM%i |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make functions copy their extparams |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make the >8 parameter message a warning |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Importing a tiny README file |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Importing LICENSE file |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Checking in an INSTALL file |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Adding myself to main.c's copyright notice |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Added #include |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Don't skip the \n after parsing a pragma in the lexer... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | pragma line(lineno) - sets the linenumber for the line... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Better linecounting for pragmas; support for prgama... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make pragmas pass through the preprocessor so the user... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | fixup line counting in #pragmas |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Experimental support for push/pop(line) pragmas |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | update old_string after a recursive preprocess call... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Comment about why stringify is so short |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | don't call parser_cleanup with -E |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Add quotes to the known control sequences... darn.... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | The ftepp now always outputs into a string buffer,... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Merge branch 'master' into ftepp |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Collect accessor functions in the parser so they can... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Removing some code duplication |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make -E print to stdout by default and honor -o, change... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Since like with parsing, the preprocessor state has... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Some printf/con_out/con_err conversions, guarded some... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | Merge branch 'master' into ftepp |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Merge branch 'master' into test-suite |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | More makefile changes |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | install targets 0.1 |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Merge branch 'master' into test-suite |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Added more tests, fixed existing ones, and some more... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | Temporary list of dependencies for objects |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | quick and dirty fix to lexerror for when fopen fails |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | removing mem.c from this branch in preparation for 0.1 |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | sigh |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Fix test suite |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Actually add the tests |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Test system works, and added some working tests! |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Actually commit the new test stuff |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | New test-suite initial implementation. Just need to... |
commit | commitdiff | tree | snapshot |
next |