2013-01-27 |
Wolfgang Bumiller | importing bsd-git/PKGBUILD |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Wolfgang Bumiller | fixing an install cmd in bsd-release/PKGBUILD |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Wolfgang Bumiller | unmasking bsd-git/PKGBUILD in .gitignore |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Wolfgang Bumiller | importing ArchBSD release PKGBUILD |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Wolfgang Bumiller | unmasking bsd-release path in .gitignore |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Wolfgang Bumiller | adding pkgrel to arch/this, and getting rid of du's... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dale Weiler | Remove user-defined success/failure messages for the... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dale Weiler | Fixes, updates, and added uninstall target for makefile |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dale Weiler | Add back the removal of the package directory after... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dale Weiler | Fix the size calculation |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Dale Weiler | Add this/Makefile for generating a .tar.xz for arch... |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Wolfgang Bumiller | manpage: wrong date |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Wolfgang Bumiller | Fix a warning |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Wolfgang Bumiller | store the actual parsing context before parsing into... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Wolfgang Bumiller | error when using a type not usable as boolean in a... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Wolfgang Bumiller | -v now prints the initial value of globals in -printdefs |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Wolfgang Bumiller | changing some error prints to print to stderr in exec.c |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Wolfgang Bumiller | now moving -Ocall-stores to -O3 |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Wolfgang Bumiller | In this situation the values don't need to be in parame... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Wolfgang Bumiller | Merge branch 'master' into cooking |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Wolfgang Bumiller | moving -Ocall-stores to -O4 until the vehicle issue... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Wolfgang Bumiller | debug extparam naming shouldn't start at 8, it's confus... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Wolfgang Bumiller | Converting gmqcc.1 from man to mdoc style. It can produ... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Wolfgang Bumiller | manpage: fixing a .TP/.B mixup |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Wolfgang Bumiller | adding testcase for various parentheses and ternary... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Wolfgang Bumiller | adding missing wantop flag and some related parentheses... |
commit | commitdiff | tree | snapshot |
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 |
next |