]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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...
2013-07-30 Dale WeilerUse the _t consistency naming scheme. Also various...
2013-07-30 Dale WeilerMove some things around
2013-07-28 Dale WeilerSome cleanups and smaller binaries!
2013-07-28 Dale Weilercherry-pick diagnostics testsuite into cooking. We...
2013-07-27 Dale WeilerMerge pull request #116 from ignatenkobrain/cooking
2013-07-27 Igor Gnatenkoadd instruction
2013-07-27 Igor Gnatenkoadd updated spec and rename it
2013-07-27 Igor Gnatenkonot needed yet
2013-07-27 Dale WeilerClear out for now.
2013-07-27 Dale WeilerMake COMPILER_QCC default to please the stuborn Quake...
2013-07-27 Dale WeilerSome typos
2013-07-27 Dale WeilerNot to be included
2013-07-27 Dale WeilerFedora spec files (0.2.9 and 0.3.0) + INSTALL documenta...
2013-07-27 Dale WeilerPlease the whitespace gods
2013-07-26 Dale WeilerRevert "Smaller memory footprint, 4/8 bytes vs 12/24...
2013-07-26 Dale WeilerSmaller memory footprint, 4/8 bytes vs 12/24 for indivi...
2013-07-26 Dale WeilerTrack strdup memory too
2013-07-26 Dale WeilerThere was too many 16-sized buckets when compiling...
2013-07-26 Dale WeilerFix the ctype replacements to work with macro arguments...
2013-07-21 Dale WeilerEeasy fix for that
2013-07-21 Dale WeilerOne last one
2013-07-21 Dale WeilerAnother one
2013-07-21 Dale WeilerTechnically GCC was wrong here, since opts_ini_parse...
next