2013-01-02 |
Wolfgang Bumiller | lex->flags.preprocessing causes the lexer to parse... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | Allow unary minus in ftepp_if_value |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | pragma code: signed correctness |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | remove ast.h-include from lexer.h to parser.c... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | Makefile: ftepp.o: lexer.h |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | lex.peek char->int |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | tests for __VA_ARGS__ |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | __VA_ARGS__ support |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | fix a leak: delete the output string of macro calls |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | update old_string on failure in ftepp_macro_expand... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Wolfgang Bumiller | when recursinve into macros copy the previous line... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Dale Weiler | Implemented a optimized hash-set that can be used in... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Dale Weiler | Happy new years! |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Dale Weiler | Fix util_vasprintf. |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Dale Weiler | Add todo about util_vasprintf (too lazy to fix right... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Dale Weiler | Fix #include for <machine/endian.h> s/endiane/endian/ |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Actually allocate a nil-vector for nil |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | add codegen_output_type to ast_binary_codegen |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | fix store op for nil as parameter |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Adding '&~=' to the -std=gmqcc operator list |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Another hardcoded -std=gmqcc option removed and added... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | remove another hardcoded -std=gmqcc case |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | -std=gmqcc now implies -Werror-missing-return-values... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Just allow variable declarations in for-loop initialize... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Changing -Wtoo-few-parameters to -Winvalid-parameter... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Adding some more internal-error messages where they... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | nil in ternary, and fix ternary to honor -fcorrect... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Explicitly allow 'return nil' |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | This should actually cover all nil cases |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | nil check in paramter type checking |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Allow assigning nil to a field |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | gmqcc.ini.example: -Wparenthesis |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | manpage: -Wparenthesis |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Activate -Wparenthesis by default |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Wolfgang Bumiller | Adding -Wparenthesis, fixing constant folding of &... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Dale Weiler | Fix evaluation order bug |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Wolfgang Bumiller | Do we REALLY need to listen to splint? |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Wolfgang Bumiller | Clean up trailing whitespaces |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Dale Weiler | Add support for user defined messages for [[deprecated... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Wolfgang Bumiller | fix: ftepp_delete needs to ftepp_flush to not cause... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Dale Weiler | Implement [[deprecated]] general attribute, will mark... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | Properly support globals initialized to nil |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | improvie/fix \{x...} char parsing |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | gmqcc.ini.example: DIFFERENT_QUALIFIERS, DIFFERENT_ATTR... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | manpage: -Wdifferent-qualifiers -Wdifferent-attributes |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | -Wdifferent-qualifiers, -Wdifferent-attributes |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Dale Weiler | Fix uninitialized-global |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | Don't allow code like: v * '0 1 0' = 3; to actually... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | gmqcc.ini.example: VECTOR_COMPONENTS |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | manpage: -Ovector-components |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Wolfgang Bumiller | -Ovector-components |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Dale Weiler | Merge pull request #80 from matthiaskrgr/master |
commit | commitdiff | tree | snapshot |
2012-12-28 |
matthiaskrgr | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2012-12-28 |
matthiaskrgr | add .gitignore file |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | Typo... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | Updating gmqcc.ini.example |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | GMQCC_GITINFO |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | more general qualifier/attribute parsing, added not... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | manpage: -Wuninitialized-constant -Wuninitialized-global |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | noref testcase must use -Wno-uninitialized-global |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | -Wuninitialized-const, -Wuninitialized-global |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | manpage: -Wreserved-names, -funtyped-nil, -fpermissive |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | -Wreserved-names, -fpermissive allows local variables... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | 'nil' global with -funtyped-nil |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | TYPE_NIL, builder->nil, ast_value_codegen for TYPE_NIL |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fix teh paren! |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | added util_vasprintf/util_asprintf .. so we can stop... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | memleak |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | s/\t/ /g - utf8.c |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fix another Blub bug .. learn to use comments properly :P |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fix a very possible bug |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fixed another possible implementation specific bug... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fix another warning |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fix another warning |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Fix one warning |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Added splint.sh (a progressive way to fix some possible... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | So why doesn't any popular compiler complain about... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Wolfgang Bumiller | ... This... I'll have to git rewrite-history at some... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Working on getting gmqcc to work when compiled with tcc |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Reorder operands |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Quoting of strings is forbid in some "make" implementations |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Got it working on arm :) |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Dale Weiler | Always use -fsigned-char .. The compiler I was using... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | manpage: -floop-labels |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | Some default options for -std=gmqcc including -floop... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | finish parsing of labeled loops; ast support added |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | distinguish between break/continue levels in the parser |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | parsing of loop labels |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | there's no -f flag named overlap-locals... removed... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | Merge pull request #77 from matthiaskrgr/PKGBUILD |
commit | commitdiff | tree | snapshot |
2012-12-27 |
matthiaskrgr | PKGBUILDs: note myself as contributor. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | bumping arch/release PKGBUILD to 0.2.2 |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | Another bool->int fix; now clang-compiled gmqcc actuall... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | manpage: -fbail-on-werror |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | -fbail-on-werror option |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | fix: when there are no additional temps the first one... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Wolfgang Bumiller | Merge pull request #75 from matthiaskrgr/master |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Wolfgang Bumiller | manpage: -Oglobal-temps |
commit | commitdiff | tree | snapshot |
next |