2012-11-25 |
Wolfgang (Blub... | s/succeed/succeeded/ |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Simplify some condition in the tester |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Typedef testcases |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | free the _locals vector |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Fix a missing uninitialized value which caused typedefs... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Allow typedefs to shadow defs of previous scopes |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Implementing typedef |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | fixing a leak in the hashtables, htdel didn't delete... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | typedef is now a keyword |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | always define GMQCC, never define FTEQCC or QCC, but... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Revert "Fix type punning warnings" |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Dale Weiler | Fix type punning warnings |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Fix some uninitialized values |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | use the hashtables in the IR |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | removing ir_function_get_local - it's unused |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Change the parser to use the hashtable functions |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dale Weiler | Some hashtable changes |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dale Weiler | You made substantial changes to this file, you get... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dale Weiler | Add respective license headers + some cleanups |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dale Weiler | Whitespace |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dale Weiler | Set correct macro for PP based on the selected standard |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dale Weiler | Implemented -W? and -f? as aliases to -Whelp and -fhelp |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Dale Weiler | Implemented -show-defaults |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | -Wdouble-declaration on by default |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | turn the message about global variable double-declarati... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | warn about double function declarations... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | A nice internal error |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | 'var' is now no keyword anymore, :\ |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | handling 'const' - still need correct separation of... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | preserve newlines in preprocessed multiline comments |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Adding an unrecognized keywords error |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Fix a very nasty bug in the lexer's handling of comments |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | Added comment about hashtable |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | relation operation in #if just as wrong as in fteqcc |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | No copy, just store pointer for hash table |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Enforce a trailing nul-byte after preprocessing |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Don't ftepp_warn after destroying the lexer... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Look for include files in the currently #included file... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Let's #define GMQCC by default |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Don't delete the ftepp prematurely |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | ftepp_out can return a nullptr |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | operator &~= |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | operators &= and |= |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | *= and /= operators |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Fixing operator precedence of suffices |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | operator tests |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | correcting an error message |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Suffix operators, and remembering the const-float-1... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Parsing of suffix operators, NOTE: applied like prefix... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | Prefix ++,-- |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | a type_name -> ast_type_to_string conversion |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Wolfgang (Blub... | -std=fteqcc gets its own operator list |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | Visual studio __forceinline can be used for GMQCC_INLINE |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | Use memcmp for comparing doubles |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | ast_binstore_codegen initialize left ir value to null... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | Sign conversion fixes in exec.c |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | Cleanups |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | Implemented hashtable as-per Blubs request |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | Wall was already there, changed pedantic, into pedantic... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | change choice of diagnostics for ftepp to use lex_ctx... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Dale Weiler | Make it compile with -Wall and -pedantic |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Dale Weiler | Fix getline |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fixing the makefile - stop adding pointless defaults |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fixing up ast_binstore_codegen to handle array updates |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Dale Weiler | Fix memory leaks |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Dale Weiler | Remove some disabled warnings from the makefile |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | unused params in parser.c |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | unsed params in ftepp.c |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fix unused params in ir.c |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fix unused parameters in ast.c |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Dale Weiler | Fix more warnings |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | conversion warnings and sanity check |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Dale Weiler | Fix some casting stuff |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fixing a shadowing in ir.c |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Remove unused macro |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | initialize some values |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fixing shadows in parser.c - moving generate_checksum... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fixing shadows in lexer.c |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Removing unused _tokennames from lexer.h |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fixing main.c shadows |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fixing clang-warnings about vectors |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Adding short-logic testcase |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Fixing short-logic for 'if': it wanted to add the jump... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Test for extended parameters |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Collapsing the switch tests into 1 |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | drop the E line from break.tmpl |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Wolfgang (Blub... | Collapse the break tests into 1 |
commit | commitdiff | tree | snapshot |
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 |
next |