2012-11-25 |
Wolfgang (Blub... | Allow 'const' within function bodies |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Fix linecounting mistake in try_digraph |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Set the output to NULL always before parsing stuff |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | fix wrong parameter order in parse_variable calls,... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | more on CV_CONST/CV_VAR, initializers to check 'constan... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | const/variable qualifier flag for parse_variable |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Allow dangling semicolons for now |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | a '(void)' parameter list does not mean 1 parameter... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | fixed: -frelaxed-switch check was in the wrong position |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | assignment to constant error |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | constant flag, -finitialized-nonconstants to turn initi... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | ast: isconst->hasvalue, const keyword will set the... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Parse the 'not' keyword in if as TOKEN_IDENT |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Some side-effect propagation for better warnings, so... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Allow regular AND used on non-float types |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Allow strings to contain a backslash and a newline... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Guard translatable strings by -ftranslatable-strings... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | update noops flag while parsing a translatable string |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Translatable string constants |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | parser_const_string can now create a translatable string |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | linecounting fix for push/pop(line) pragmas |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Let's not have + and - as sole token, always allow... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | linecounting... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | linecounting issue in the lexer |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Fix a bug in the lexer causing double-dots to double... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Fix parsing of multi-dot field types |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | multiple dots to start a field type, ie ..float for... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | moving cleanvar=false out of a condition |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | linecounting issues in the ftepp |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | a more verbose error |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | -Wconst-var |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Fixing propogate->propAgate typo in test.c |
commit | commitdiff | tree | snapshot |
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 |
next |