]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-08-28 Dale WeilerConstant fold intrinsics if their arguments are constan...
2013-08-28 Dale WeilerImplemented a __builtin_fabs intrinsic.
2013-08-28 Dale WeilerFix fold-dce for if(0)
2013-08-28 Wolfgang BumillerAdd missing -width to .Bl in doc/gmqpak.1
2013-08-28 Wolfgang BumillerFix bad use of .D1 in doc/qcvm.1
2013-08-28 Wolfgang Bumillermisc/check-doc.sh: run mandoc -Tlint -Wall on the manpages
2013-08-28 Wolfgang Bumillerallow initializing shadowed locals outside of -std...
2013-08-28 Dale WeilerCleanups
2013-08-28 Dale WeilerHandle return status from compiler, this fixes false...
2013-08-28 Dale WeilerDon't ignore empty newlines when match in the testsuite...
2013-08-27 Dale WeilerSome style fixes for tests
2013-08-27 Dale WeilerForgot this one
2013-08-27 Dale WeilerA test for that xor stuff (the same one I used to cause...
2013-08-27 Rudolf PolzerFix XOR maths for overlapping inputs by setting the...
2013-08-27 Wolfgang Bumillerast_binary->right_first and an execution order check
2013-08-27 Dale WeilerMerge divVerent/ftypeless-stores, but rid of the macro...
2013-08-27 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-08-27 Wolfgang Bumillererror on uninitialized arrays of unspecified size;...
2013-08-27 Wolfgang Bumillerbail out when encountering an invalid array size in...
2013-08-27 Dale WeilerMerge branch 'divVerent/ftypeless-stores' of git:/...
2013-08-27 Wolfgang Bumillerfix testcase workarounds
2013-08-27 Dale WeilerAnd there she goes, them space swallowing whores.
2013-08-27 Rudolf PolzerNew options: -ftypeless-stores and -fsort-operands
2013-08-26 Dale WeilerAdd support for columns to LNOF files.
2013-08-26 Dale WeilerFix testsuite for when a process crashes (do not consid...
2013-08-26 Dale WeilerFix testsuite
2013-08-26 Wolfgang Bumillerreset the column counter on a newline
2013-08-26 Dale WeilerMerge branch 'divVerent/submit/vector-bitops' of git...
2013-08-26 Rudolf PolzerSupport vector bitor/bitand/bitxor. divVerent/submit/vector-bitops
2013-08-26 Wolfgang Bumillererror when trying to pass a TYPE_NOEXPR value to ir_ins...
2013-08-26 Wolfgang Bumillerir_builder now has a vinstr_temp array, a bunch of...
2013-08-22 Dale WeilerSome typos
2013-08-21 Dale WeilerMake makes output consistent with BSD makes output...
2013-08-21 Wolfgang Bumillerarchlinux PKGBUILDs: don't use install's -D switch...
2013-08-21 Dale WeilerGenerate PDF documentation from man pages for windows...
2013-08-19 Dale WeilerMark the beginning of the next release, master is now...
2013-08-19 Dale WeilerFix that
2013-08-19 Dale WeilerSlackware support to website generation.
2013-08-19 Dale WeilerMerge pull request #117 from matthiaskrgr/master_PKGBUILD 0.3.0
2013-08-19 Matthias KrügerMerge remote-tracking branch 'upstream/master' into...
2013-08-19 Matthias KrügerPKGBUILD: release: update
2013-08-19 Matthias KrügerPKGBUILD: git: update
2013-08-19 Dale WeilerThis should be the tag
2013-08-19 Dale WeilerMark release, ready to tag it and bag it. v0.3.0
2013-08-19 Dale WeilerAdded style + indent rule, fixed some indenting as...
2013-08-19 Dale WeilerNewline rule
2013-08-18 Dale WeilerPlease the Samual
2013-08-17 Dale WeilerFix that rule
2013-08-17 Dale WeilerAdded whitespace fix rule to include.mk
2013-08-17 Dale WeilerRemove some trailing whitespace
2013-08-17 Dale WeilerRemove that idiom, and use GMQCC_ARRAY_COUNT.
2013-08-17 Dale WeilerForgot about this one
2013-08-17 Dale WeilerThey don't go there, fuck you grep.
2013-08-17 Dale WeilerCleanups and update CHANGES
2013-08-16 Dale WeilerFix the build
2013-08-16 Dale WeilerMake it compile in visual studio again, without warnings.
2013-08-16 Dale WeilerUpdate documentation
2013-08-16 Dale WeilerSome testing for valgrind in the makefile
2013-08-16 Dale WeilerValgrind integration for our memory allocator.
2013-08-16 Dale WeilerUpdate the ini example, holy hell we have more options...
2013-08-16 Dale WeilerRework some build stuff for better output and to enable...
2013-08-15 Dale WeilerMake our allocator slightly faster with branch hinting.
2013-08-15 Dale WeilerTrack constant folds in opts_optimization list .. this...
2013-08-14 Dale WeilerPerform some strict aliasing all over this biatch....
2013-08-14 Wolfgang Bumillerremove the 'opts' global from test.c and exec.c as...
2013-08-14 Dale WeilerHandle some more errors
2013-08-14 Dale WeilerSome bug fixes
2013-08-14 Dale WeilerRemove my MT impl for PRNG, it's full of buffer overflo...
2013-08-14 Dale WeilerRemove vec_upload
2013-08-14 Dale WeilerUpdate deps
2013-08-14 Dale WeilerMade intrinsics seperate from the parser.
2013-08-14 Dale WeilerFix
2013-08-14 Dale WeilerCleanups
2013-08-14 Dale WeilerSome statistics as Samual wanted.
2013-08-14 Dale WeilerDisable statistics that are irrelevant to QuakeC coders
2013-08-14 Dale WeilerRemove the attempt at ast_intrinsic node
2013-08-14 Dale WeilerSome intrinsic cleanups
2013-08-14 Dale WeilerSome typos
2013-08-01 Dale Weilerincrement the optimization counter for DCE'd folds...
2013-08-01 Dale WeilerTestsuite now returns the correct value on test failure...
2013-08-01 Dale WeilerDisable the macros to keep clang happy (just uncomment...
2013-08-01 Dale WeilerAdded -Oconst-fold-dce (dead code elimination optimizat...
2013-07-31 Dale WeilerFix that typecast
2013-07-31 Dale WeilerMove const-branch-elision into fold.c
2013-07-31 Dale WeilerRemove debugging aid and left over cruft.
2013-07-31 Dale WeilerThe problem was so subtle
2013-07-31 Dale WeilerFixes
2013-07-31 Dale Weilerfixed vector ops constant folding.
2013-07-31 Dale Weilermore fixes
2013-07-31 Dale WeilerFixes
2013-07-31 Dale WeilerOperator constant folding rewrite almost complete,...
2013-07-31 Dale Weilerfolding for lteqgt (less than equal to or greater than...
2013-07-31 Dale WeilerFeed clang demon
2013-07-31 Dale Weiler&& and || op folding
2013-07-31 Dale WeilerFold for div op
2013-07-31 Dale WeilerAdded constant folding support for '*' .. Clever ascii...
2013-07-31 Dale WeilerSome cleanups and more support for constant folding.
2013-07-31 Dale WeilerWork in progress constant-folding rewrite.
2013-07-30 Dale WeilerExperimental/Initial try at in-ast constant folding...
2013-07-30 Dale WeilerI'm in a state of confusion as to why constant folding...
next