]> git.xonotic.org Git - xonotic/gmqcc.git/history - intrin.c
Allow testsuite to pass on big endian
[xonotic/gmqcc.git] / intrin.c
2014-01-26 Wolfgang BumillerMerge branch 'master' into cooking
2014-01-07 Dale WeilerFix lshift/rshift for runtime and const-fold consistency.
2014-01-01 Dale WeilerHappy new year!
2013-12-03 Dale WeilerBitshifting operators <<, >>, and compound assignment...
2013-11-30 Dale WeilerMerge branch 'master' into cooking
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 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 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 WeilerImplement isinf intrinsic
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 WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-11-23 Dale WeilerFixed pow/exp using fast approximation until the fracti...
2013-11-23 Dale WeilerA better mod implementation
2013-10-17 Dale WeilerFix handling on intrinsic folding, this closes #118.
2013-10-16 Dale WeilerSome intrinsic code cleanup. The args check is handled...
2013-10-11 Dale WeilerRefactor some util/platform usage and extend file syste...
2013-10-11 Dale WeilerSome more platform / compiler specific code refactoring.
2013-10-11 Dale WeilerInitial platform / compiler specific code refactoring.
2013-10-02 Dale WeilerRefactor intrinsic stuff
2013-09-30 Wolfgang BumillerMerge branch 'master' into cooking
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-08-30 Dale WeilerLogic elsewhere handles this (no need to duplicate)
2013-08-30 Dale Weilerintrinsic folding cleanups (and improvements.)
2013-08-29 Dale WeilerImplement [[eraseable]] attribute. When used with a...
2013-08-28 Dale WeilerConstant fold intrinsics if their arguments are constan...
2013-08-28 Dale WeilerImplemented a __builtin_fabs intrinsic.
2013-08-17 Dale WeilerRemove some trailing whitespace
2013-08-16 Dale WeilerMake it compile in visual studio again, without warnings.
2013-08-14 Dale WeilerMade intrinsics seperate from the parser.
2013-03-09 Dale WeilerUh wrong file.
2013-03-09 Dale WeilerImplemented smart intrinsic / builtin system. When...