2013-12-16 |
Dale Weiler | Perliminary stuff for any/all ranges. This doesn't... graphitemaster/range |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Dale Weiler | More cleanup |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Dale Weiler | hash cleanups. |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Dale Weiler | Remove SSE hash, t's just too much effort to maintain. |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Dale Weiler | Fix some stuff |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Dale Weiler | Partially fix that. |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Dale Weiler | typo |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Dale Weiler | Do not include this function unless !defined(__SSE__) |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Dale Weiler | Faster hashing reaching 16 GB/s on Phenom II X4. |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Dale Weiler | Only optimize (a - (-b)) into (a + b) when the unary... |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Wolfgang Bumiller | adding 'final' |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Dale Weiler | Bitshifting operators <<, >>, and compound assignment... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Dale Weiler | Mask out the math constant precedence stuff unless... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Dale Weiler | Mask ftepp math constants with a compiler flag |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Dale Weiler | User supplied math constants take precedence |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Dale Weiler | Ignore emitting implicit math constants in the preproce... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Dale Weiler | Merge branch 'master' into cooking |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Dale Weiler | Merge pull request #139 from ignatenkobrain/update_fedora |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Dale Weiler | Merge pull request #138 from ignatenkobrain/fix_authors |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Dale Weiler | Merge pull request #137 from ignatenkobrain/fix_build_b... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Igor Gnatenko | fedora: Update .spec and INSTALL |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Igor Gnatenko | s/brian/brain/ ;) |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Igor Gnatenko | fix build on big endian arches |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Dale Weiler | Simplify |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Dale Weiler | Fix fold_op_cmp |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Dale Weiler | Fixes |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Dale Weiler | oops |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Dale Weiler | cleanup |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Dale Weiler | Cleanup lexer old cruft |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Dale Weiler | Handle byte order mark for unicode. (0xEFBBBF) |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Wolfgang Bumiller | static variables now don't get re-initialized in functi... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Make log use the slightly improved algorithm for small... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Reorder intrinsics table |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | out isn't used |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Never mind |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Only g++ is this retarded |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Another one |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Pregenerate 2.0 for const folder since it's used often |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Implemented __builtin_ln, __builtin_log, __builtin_log1... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Fix |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Implement __builtin_nan, __builtin_inf and __builtin_ep... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Dale Weiler | Fix CRC16 |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Dale Weiler | Fix |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Dale Weiler | More compiler intrinsics for math functions |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | strength reduct (a - (-b)) into (a + b) |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Better exp algorithm from divVerent |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Fix comments |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Fixed pow |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Guard against nullfunc |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Some math constants |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Implement isinf intrinsic |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Cull back on the TODO |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Undefine macros after using them |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Mark restrict on input too |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Mark const for better generated code |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Add comment abotu CRC16 |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Implemented exp2 intrinsic |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Simplify |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Use '#' in nullfun identifier to prevent it from being... |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Fix intrinsics for self-inclusion of other intrinsics. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Cleaner handling since intrin_func deals with alias |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Resolve undefined functions to compiler builtins if... |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Merge branch 'cooking' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Fixed pow/exp using fast approximation until the fracti... |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Wolfgang Bumiller | crc16 slice-by-8 table generator code included for... |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Wolfgang Bumiller | slice-by-8 crc16 |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | indent |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | A better mod implementation |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Add reference tool |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Dale Weiler | Faster CRC16 algorithm based on the Slicing-by-8 algori... |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Wolfgang Bumiller | now it parses and has the desired precedence |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Wolfgang Bumiller | ** precedence was wrong |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Wolfgang Bumiller | folder: change ~ for floats too |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Dale Weiler | Fix unary minus on vector |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Dale Weiler | Use a branch instead of math on enum types |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Wolfgang Bumiller | bit more concise |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Wolfgang Bumiller | working fold_op_cmp implementation |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Wolfgang Bumiller | vec3_not: be consistent with compile-time behavior... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Wolfgang Bumiller | vec3_pbool: or, not and |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Wolfgang Bumiller | folder: fix -fperl-logic |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Wolfgang Bumiller | subtracting != adding |
commit | commitdiff | tree | snapshot |
2013-11-06 |
Wolfgang Bumiller | fix 0-x being turned into x |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Wolfgang Bumiller | regular procedure... bumping PKGBUILDs, GMQCC_VERSION... |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Wolfgang Bumiller | 0.3.5 commit 0.3.5 |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Dale Weiler | Merge branch 'cooking' |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Wolfgang Bumiller | Nothing in there requires unistd.h |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Wolfgang Bumiller | Revert "oh my god, make it stop >.<" |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Wolfgang Bumiller | oh my god, make it stop >.< |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Wolfgang Bumiller | fold_binary now used instead of ast_binary_new, which... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dale Weiler | Disable it on master too since Xonotic compiles are... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Wolfgang Bumiller | build again |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Wolfgang Bumiller | This is not allowed |
commit | commitdiff | tree | snapshot |
2013-10-20 |
Dale Weiler | Some correctly-sized type flags for the AST and IR... |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Dale Weiler | Merge branch 'cooking' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Dale Weiler | Make preprocessor predefs use their own context opposed... |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Wolfgang Bumiller | type and argument parsing improved to handle the field... |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Dale Weiler | We're doing it this way. |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Wolfgang Bumiller | replacing the current [[accumulate]] implementation... |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Dale Weiler | Fix |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Dale Weiler | Undo fix and actually use a macro in the accumulation... |
commit | commitdiff | tree | snapshot |
next |