2013-01-18 |
Wolfgang Bumiller | Major expression parsing code refactoring, getting... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Dale Weiler | Fix debian package building, now works. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Wolfgang Bumiller | removing unused vars, and following conventions |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Dale Weiler | -f to supress error if file doesn't exist for rm clean... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Dale Weiler | Use $(PREFIX) |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Dale Weiler | Fix the brokenness |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Wolfgang Bumiller | Rather than performing copying the install-procedure... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Wolfgang Bumiller | fixing manpage permissions |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Dale Weiler | Added makefile script for generating deb packages the... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Wolfgang Bumiller | When not actually executing, don't complain about inval... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Wolfgang Bumiller | Added counter-stability test to the varargs testcase |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Wolfgang Bumiller | Make the varargs counter more stable, it'll now work... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Wolfgang Bumiller | Update CHANGES file |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Wolfgang Bumiller | linenumbers and macros are stupid |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Wolfgang Bumiller | more linenumber madness |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Wolfgang Bumiller | fix: trigraph check screwing up linenumbering |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Wolfgang Bumiller | fix an off-by-one bug when copying varargs |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Wolfgang Bumiller | fixing a possible NULL deref |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Wolfgang Bumiller | fixing a warning |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Wolfgang Bumiller | initialize max_param_count to 1 so vararg functions... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | this might fix some linenumbering, I hope |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | manpage: -E was missing all that time in there |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | call ftepp_recursion_header/footer only when there... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | a tiny speedup, seems like -O2 doesn't do that by itself |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | reduce the hashtable size a bit |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | that tempbool should have gone long ago... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | fix: on error it was possible that leaveblock() is... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | fix a goto to a wrong error-cleanup part |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | fix a possible leak |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | Error on an empty paren expression |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | add a hint about -fvariadic-args to -Wvariadic-function |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Wolfgang Bumiller | Fix a crash... if (!x) delete(x) yeah right... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Wolfgang Bumiller | fix the broken vector instructions in our executor... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Wolfgang Bumiller | gmqcc.ini.example: LEGACY_VECTOR_MATHS |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Wolfgang Bumiller | manpage: -flegacy-vector-maths |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Wolfgang Bumiller | -flegacy-vector-maths, enabled by default |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Wolfgang Bumiller | fix: missing-return check: vec_size(entries) is 0 on... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Wolfgang Bumiller | apparently it's possible to segfault DP with a bad... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Wolfgang Bumiller | constant-fold the 1/N division from a_vector/N |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Wolfgang Bumiller | test for vec/float |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Wolfgang Bumiller | allow vec/float |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Wolfgang Bumiller | This undef was missing there... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Wolfgang Bumiller | parsewarning->compile_warning |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Wolfgang Bumiller | Replacing lots of parseerror calls with compile_error... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Dale Weiler | Merge pull request #85 from matthiaskrgr/master |
commit | commitdiff | tree | snapshot |
2013-01-13 |
matthiaskrgr | gitignore: be more clever |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | Removed -fenhanced-diagnostics - it's now --correct... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Dale Weiler | Uhh I did it again |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Dale Weiler | serpate line travis-ci build url for notifications |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | fix a build issue |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | vararg testcases |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | gmqcc.ini.example: VARIADIC_ARGS |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | manpage: -fvariadic-args |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | guarding vararg code by -fvariadic-args |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | this is useless and just confused me a lot, removing |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | entity setter array subscript needs to get a correct... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | copying the output type on ast_array_index_codegen |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | Copying arg counter into the local |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | Creating the argument counter if requested |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | updated CHANGES file |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | Added '...(idx,type)' to access varargs |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | added gen_function_varargs_copy |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | mask -Olocal-temps by IR_FLAG_MASK_NO_LOCAL_TEMPS which... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | ir_function stores max_varargs now |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | builtins are generally not declared const, so don't... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | While at it: moving generation of reserved:version... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | create store to reserved:va_count; fix: don't build... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | ast_call now has a va_count which causes a store to... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | vararg accessor generation |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | parsing of vararg-counter |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | updated CHANGES file |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | type restricted varargs |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | Declaration of type-restricted varargs |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | keep track of the highest parameter count of calls... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Wolfgang Bumiller | 'static' shouldn't be accepted in the global scope... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Wolfgang Bumiller | filling type_name in exec.c |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Wolfgang Bumiller | code cleanup: prog_tempstring used to cast const char... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Wolfgang Bumiller | fixing CHANGES: this actually was not part of 0.2 |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Wolfgang Bumiller | CHANGES file updated |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Wolfgang Bumiller | Fix a typo - why the hell does clang not complain?... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Wolfgang Bumiller | manpage: --add-info |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Wolfgang Bumiller | added the --add-info compile switch: it adds a global... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Wolfgang Bumiller | Added a flag to both ast and ir which enforces the... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Wolfgang Bumiller | In order to avoid release version strings in non-git... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | replacing an error message in the enum parsing |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Dale Weiler | mention CHANGES in README |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Dale Weiler | Better enumeration test |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | enum testcase |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Dale Weiler | will warn about "check" no such file or directory ... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | correction fix: don't try to create edits for an empty... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | CHANGES file updated |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | Allow accessing vector components via the . operator... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | CHANGES file updated |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | parse_expression_leave: also end at a closing } - enum... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | simple 'enum' implementation |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | strictness sweep: (void)-ing all vec_ macros which... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | git package is now named gmqcc-git, also added conflict... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | the -git PKGBUILD needs 'git' as makedepends according... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | checking if git even is available |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Wolfgang Bumiller | --version now prints GMQCC_GITINFO, which is not not... |
commit | commitdiff | tree | snapshot |
next |