2013-08-19 |
Dale Weiler | Merge pull request #117 from matthiaskrgr/master_PKGBUILD 0.3.0 |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Matthias Krüger | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Matthias Krüger | PKGBUILD: release: update |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Matthias Krüger | PKGBUILD: git: update |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Dale Weiler | This should be the tag |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Dale Weiler | Mark release, ready to tag it and bag it. v0.3.0 |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Dale Weiler | Added style + indent rule, fixed some indenting as... |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Dale Weiler | Newline rule |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Dale Weiler | Please the Samual |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Dale Weiler | Fix that rule |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Dale Weiler | Added whitespace fix rule to include.mk |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Dale Weiler | Remove some trailing whitespace |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Dale Weiler | Remove that idiom, and use GMQCC_ARRAY_COUNT. |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Dale Weiler | Forgot about this one |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Dale Weiler | They don't go there, fuck you grep. |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Dale Weiler | Cleanups and update CHANGES |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Dale Weiler | Fix the build |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Dale Weiler | Make it compile in visual studio again, without warnings. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Dale Weiler | Update documentation |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Dale Weiler | Some testing for valgrind in the makefile |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Dale Weiler | Valgrind integration for our memory allocator. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Dale Weiler | Update the ini example, holy hell we have more options... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Dale Weiler | Rework some build stuff for better output and to enable... |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Dale Weiler | Make our allocator slightly faster with branch hinting. |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Dale Weiler | Track constant folds in opts_optimization list .. this... |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Perform some strict aliasing all over this biatch.... |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Wolfgang Bumiller | remove the 'opts' global from test.c and exec.c as... |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Handle some more errors |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Some bug fixes |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Remove my MT impl for PRNG, it's full of buffer overflo... |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Remove vec_upload |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Update deps |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Made intrinsics seperate from the parser. |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Fix |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Cleanups |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Some statistics as Samual wanted. |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Disable statistics that are irrelevant to QuakeC coders |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Remove the attempt at ast_intrinsic node |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Some intrinsic cleanups |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Dale Weiler | Some typos |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Dale Weiler | increment the optimization counter for DCE'd folds... |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Dale Weiler | Testsuite now returns the correct value on test failure... |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Dale Weiler | Disable the macros to keep clang happy (just uncomment... |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Dale Weiler | Added -Oconst-fold-dce (dead code elimination optimizat... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Fix that typecast |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Move const-branch-elision into fold.c |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Remove debugging aid and left over cruft. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | The problem was so subtle |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Fixes |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | fixed vector ops constant folding. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | more fixes |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Fixes |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Operator constant folding rewrite almost complete,... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | folding for lteqgt (less than equal to or greater than... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Feed clang demon |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | && and || op folding |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Fold for div op |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Added constant folding support for '*' .. Clever ascii... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Some cleanups and more support for constant folding. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Dale Weiler | Work in progress constant-folding rewrite. |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Dale Weiler | Experimental/Initial try at in-ast constant folding... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Dale Weiler | I'm in a state of confusion as to why constant folding... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Dale Weiler | Use the _t consistency naming scheme. Also various... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Dale Weiler | Move some things around |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Dale Weiler | Some cleanups and smaller binaries! |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Dale Weiler | cherry-pick diagnostics testsuite into cooking. We... |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Dale Weiler | Merge pull request #116 from ignatenkobrain/cooking |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Igor Gnatenko | add instruction |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Igor Gnatenko | add updated spec and rename it |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Igor Gnatenko | not needed yet |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Dale Weiler | Clear out for now. |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Dale Weiler | Make COMPILER_QCC default to please the stuborn Quake... |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Dale Weiler | Some typos |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Dale Weiler | Not to be included |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Dale Weiler | Fedora spec files (0.2.9 and 0.3.0) + INSTALL documenta... |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Dale Weiler | Please the whitespace gods |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Dale Weiler | Revert "Smaller memory footprint, 4/8 bytes vs 12/24... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Dale Weiler | Smaller memory footprint, 4/8 bytes vs 12/24 for indivi... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Dale Weiler | Track strdup memory too |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Dale Weiler | There was too many 16-sized buckets when compiling... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Dale Weiler | Fix the ctype replacements to work with macro arguments... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Dale Weiler | Eeasy fix for that |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Dale Weiler | One last one |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Dale Weiler | Another one |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Dale Weiler | Technically GCC was wrong here, since opts_ini_parse... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Dale Weiler | Cleanups |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Dale Weiler | Update gmqcc.ini.example |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Wolfgang Bumiller | fix typo |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Wolfgang Bumiller | actually no :) |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | Fix a case of the uninitialized blues |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | Fix some more bugs (coverity you're a life saver) |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | Buffer overflow! |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | Fix some bugs and a memleak in the testsuite. |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | More bug fixes and dead code elimination |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | Fix out of bound access |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | Fix some more bugs, and use dup2 because dup leaks... |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | Update clean rules in makefiles to remove coverity... |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | Fixed possible bug in VM. Added coverity rules to makef... |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dale Weiler | Fix uninitialized data |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Dale Weiler | Fix a sizeof bug |
commit | commitdiff | tree | snapshot |
next |