]> de.git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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...
2013-10-24 Dale WeilerDisable it on master too since Xonotic compiles are...
2013-10-23 Wolfgang Bumillerbuild again
2013-10-23 Wolfgang BumillerThis is not allowed
2013-10-20 Dale WeilerSome correctly-sized type flags for the AST and IR...
2013-10-19 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-10-19 Dale WeilerMake preprocessor predefs use their own context opposed...
2013-10-18 Wolfgang Bumillertype and argument parsing improved to handle the field...
2013-10-18 Dale WeilerWe're doing it this way.
2013-10-18 Wolfgang Bumillerreplacing the current [[accumulate]] implementation...
2013-10-18 Dale WeilerFix
2013-10-18 Dale WeilerUndo fix and actually use a macro in the accumulation...
2013-10-18 Dale WeilerDoes this fix it?
2013-10-17 Dale WeilerImplement support for octal constants, this closes...
2013-10-17 Dale WeilerFix 'declaration does not declare anything' regression...
2013-10-17 Dale WeilerIgnore generating a return instruction in accumulated...
2013-10-17 Dale WeilerUpdate deps
2013-10-17 Dale WeilerCleaner traces
2013-10-17 Dale WeilerFix memory dump console printing alignment and also...
2013-10-17 Dale WeilerUse "##" to ensure the names of the accumulated functio...
2013-10-17 Dale WeilerUpdate changes
2013-10-17 Dale WeilerAdd a test for function accumulation attribute
2013-10-17 Dale WeilerEnforce void type on accumulatable functions.
2013-10-17 Dale WeilerImplemented [[accumulate]] attribute. This will hopeful...
2013-10-17 Dale WeilerUse .dat extension on generated binaries in testsuite...
next