]> git.xonotic.org Git - xonotic/gmqcc.git/history - intrin.c
Fix handling on intrinsic folding, this closes #118.
[xonotic/gmqcc.git] / intrin.c
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...