2012-11-25 |
Wolfgang (Blub... | Don't add redeclared globals a second time |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | more verbose errors in the ast when an ir-create fails |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Another case for -fassign-function-types |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | introducing -fassign-function-types, previously guarded... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | fix a lexer error which parsed !! as one operator |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | __builtin_debug_printtype directive... helped me down... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Only check the ast-type of a switch case, not if it... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | actually handle unary plus... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Allow float constants which start with a dot |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Ah right, 'var' is not an actual keyword, support TOKEN... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Use the correct default cv-qualifier on locals |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Allow 'var' in functions... even there initialized... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Dale Weiler | Fix the testsuite to properly error on failed loads |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | handling TOKEN_CHARCONST - -Wmultibyte-character |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Actually use TOKEN_CHARCONST in the lexer... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Don't error about creating an unreachable statement... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Filling up remaining gotos at the end of a function... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | making goto a keyword |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | parsing goto |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Add the array tests, seem to have forgotten to add... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | Support codegen of ast_label and ast_goto in any order |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | ast_label, and labels later used for goto |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Wolfgang (Blub... | temporarily disable the 'constant' flag when parsing... |
commit | commitdiff | tree | snapshot |
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 |
next |