]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2014-01-07 Dale WeilerScrew clang
2014-01-07 Dale WeilerFix lshift/rshift for runtime and const-fold consistency.
2014-01-07 Wolfgang Bumillersometimes I hate travis
2014-01-07 Wolfgang BumillerDo not create coverage calls on array accessors.
2014-01-07 Wolfgang BumillerAdding coverage support:
2014-01-01 Dale WeilerHappy new year redux!
2014-01-01 Dale WeilerHappy new year!
2014-01-01 Wolfgang BumillerThat's not how it should fail :P
2014-01-01 Wolfgang Bumillerimproved test of last attribute
2014-01-01 Wolfgang Bumillerdefinite -> last keyword; testcase updated too
2014-01-01 Dale WeilerCleanup some code duplication. This whole parser ugh...
2014-01-01 Dale WeilerRemove final attribute and bareword. [[definite]] is...
2013-12-15 Dale WeilerMore cleanup
2013-12-15 Dale Weilerhash cleanups.
2013-12-14 Dale WeilerRemove SSE hash, t's just too much effort to maintain.
2013-12-14 Dale WeilerFix some stuff
2013-12-14 Dale WeilerPartially fix that.
2013-12-14 Dale Weilertypo
2013-12-14 Dale WeilerDo not include this function unless !defined(__SSE__)
2013-12-14 Dale WeilerFaster hashing reaching 16 GB/s on Phenom II X4.
2013-12-09 Dale WeilerOnly optimize (a - (-b)) into (a + b) when the unary...
2013-12-06 Wolfgang Bumilleradding 'final'
2013-12-03 Dale WeilerBitshifting operators <<, >>, and compound assignment...
2013-12-01 Dale WeilerMask out the math constant precedence stuff unless...
2013-12-01 Dale WeilerMask ftepp math constants with a compiler flag
2013-12-01 Dale WeilerUser supplied math constants take precedence
2013-12-01 Dale WeilerIgnore emitting implicit math constants in the preproce...
2013-11-30 Dale WeilerMerge branch 'master' into cooking
2013-11-30 Dale WeilerMerge pull request #139 from ignatenkobrain/update_fedora
2013-11-30 Dale WeilerMerge pull request #138 from ignatenkobrain/fix_authors
2013-11-30 Dale WeilerMerge pull request #137 from ignatenkobrain/fix_build_b...
2013-11-30 Igor Gnatenkofedora: Update .spec and INSTALL
2013-11-30 Igor Gnatenkos/brian/brain/ ;)
2013-11-30 Igor Gnatenkofix build on big endian arches
2013-11-29 Dale WeilerSimplify
2013-11-29 Dale WeilerFix fold_op_cmp
2013-11-29 Dale WeilerFixes
2013-11-29 Dale Weileroops
2013-11-29 Dale Weilercleanup
2013-11-29 Dale WeilerCleanup lexer old cruft
2013-11-29 Dale WeilerHandle byte order mark for unicode. (0xEFBBBF)
2013-11-28 Wolfgang Bumillerstatic variables now don't get re-initialized in functi...
2013-11-25 Dale WeilerMake log use the slightly improved algorithm for small...
2013-11-25 Dale WeilerReorder intrinsics table
2013-11-25 Dale Weilerout isn't used
2013-11-25 Dale WeilerNever mind
2013-11-25 Dale WeilerOnly g++ is this retarded
2013-11-25 Dale WeilerAnother one
2013-11-25 Dale WeilerPregenerate 2.0 for const folder since it's used often
2013-11-25 Dale WeilerImplemented __builtin_ln, __builtin_log, __builtin_log1...
2013-11-25 Dale WeilerFix
2013-11-25 Dale WeilerImplement __builtin_nan, __builtin_inf and __builtin_ep...
2013-11-25 Dale WeilerFix CRC16
2013-11-24 Dale WeilerFix
2013-11-24 Dale WeilerMore compiler intrinsics for math functions
2013-11-23 Dale Weilerstrength reduct (a - (-b)) into (a + b)
2013-11-23 Dale WeilerBetter exp algorithm from divVerent
2013-11-23 Dale WeilerFix comments
2013-11-23 Dale WeilerFixed pow
2013-11-23 Dale WeilerGuard against nullfunc
2013-11-23 Dale WeilerSome math constants
2013-11-23 Dale WeilerImplement isinf intrinsic
2013-11-23 Dale WeilerCull back on the TODO
2013-11-23 Dale WeilerUndefine macros after using them
2013-11-23 Dale WeilerMark restrict on input too
2013-11-23 Dale WeilerMark const for better generated code
2013-11-23 Dale WeilerAdd comment abotu CRC16
2013-11-23 Dale WeilerImplemented exp2 intrinsic
2013-11-23 Dale WeilerSimplify
2013-11-23 Dale WeilerUse '#' in nullfun identifier to prevent it from being...
2013-11-23 Dale WeilerFix intrinsics for self-inclusion of other intrinsics.
2013-11-23 Dale WeilerCleaner handling since intrin_func deals with alias
2013-11-23 Dale WeilerResolve undefined functions to compiler builtins if...
2013-11-23 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-11-23 Dale WeilerFixed pow/exp using fast approximation until the fracti...
2013-11-23 Wolfgang Bumillercrc16 slice-by-8 table generator code included for...
2013-11-23 Wolfgang Bumillerslice-by-8 crc16
2013-11-23 Dale Weilerindent
2013-11-23 Dale WeilerA better mod implementation
2013-11-23 Dale WeilerAdd reference tool
2013-11-23 Dale WeilerFaster CRC16 algorithm based on the Slicing-by-8 algori...
2013-11-16 Wolfgang Bumillernow it parses and has the desired precedence
2013-11-16 Wolfgang Bumiller** precedence was wrong
2013-11-14 Wolfgang Bumillerfolder: change ~ for floats too
2013-11-13 Dale WeilerFix unary minus on vector
2013-11-13 Dale WeilerUse a branch instead of math on enum types
2013-11-12 Wolfgang Bumillerbit more concise
2013-11-12 Wolfgang Bumillerworking fold_op_cmp implementation
2013-11-12 Wolfgang Bumillervec3_not: be consistent with compile-time behavior...
2013-11-12 Wolfgang Bumillervec3_pbool: or, not and
2013-11-12 Wolfgang Bumillerfolder: fix -fperl-logic
2013-11-12 Wolfgang Bumillersubtracting != adding
2013-11-06 Wolfgang Bumillerfix 0-x being turned into x
2013-10-31 Wolfgang Bumillerregular procedure... bumping PKGBUILDs, GMQCC_VERSION...
2013-10-31 Wolfgang Bumiller0.3.5 commit 0.3.5
2013-10-31 Dale WeilerMerge branch 'cooking'
2013-10-28 Wolfgang BumillerNothing in there requires unistd.h
2013-10-27 Wolfgang BumillerRevert "oh my god, make it stop >.<"
2013-10-27 Wolfgang Bumilleroh my god, make it stop >.<
2013-10-25 Wolfgang Bumillerfold_binary now used instead of ast_binary_new, which...
next