]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-01-11 Wolfgang Bumilleradded the --add-info compile switch: it adds a global...
2013-01-11 Wolfgang BumillerAdded a flag to both ast and ir which enforces the...
2013-01-11 Wolfgang BumillerIn order to avoid release version strings in non-git...
2013-01-10 Wolfgang Bumillerreplacing an error message in the enum parsing
2013-01-10 Dale Weilermention CHANGES in README
2013-01-10 Dale WeilerBetter enumeration test
2013-01-10 Wolfgang Bumillerenum testcase
2013-01-10 Dale Weilerwill warn about "check" no such file or directory ...
2013-01-10 Wolfgang Bumillercorrection fix: don't try to create edits for an empty...
2013-01-10 Wolfgang BumillerCHANGES file updated
2013-01-10 Wolfgang BumillerAllow accessing vector components via the . operator...
2013-01-10 Wolfgang BumillerCHANGES file updated
2013-01-10 Wolfgang Bumillerparse_expression_leave: also end at a closing } - enum...
2013-01-10 Wolfgang Bumillersimple 'enum' implementation
2013-01-10 Wolfgang Bumillerstrictness sweep: (void)-ing all vec_ macros which...
2013-01-10 Wolfgang Bumillergit package is now named gmqcc-git, also added conflict...
2013-01-10 Wolfgang Bumillerthe -git PKGBUILD needs 'git' as makedepends according...
2013-01-10 Wolfgang Bumillerchecking if git even is available
2013-01-10 Wolfgang Bumiller--version now prints GMQCC_GITINFO, which is not not...
2013-01-10 Wolfgang BumillerFix a warning
2013-01-10 Wolfgang BumillerThis file seems to live in the past. Let's pull it...
2013-01-10 Wolfgang Bumillermanpage: updating the section about nil vs fteqcc-__NULL__
2013-01-10 Wolfgang Bumillerfixed a bug which allowed some statements to end in...
2013-01-10 Wolfgang Bumillerfor compile-time constants << and >> are now available
2013-01-09 Wolfgang Bumillermanpage: A note about __NULL__ vs nil
2013-01-09 Wolfgang BumillerAdding a CHANGES file
2013-01-09 Wolfgang Bumillermanpage: __DATE__, __TIME__ predefs
2013-01-09 Wolfgang Bumillerdon't call correct_edit anew for each scope
2013-01-09 Wolfgang BumillerFactor out the adding of globals in various places...
2013-01-09 Wolfgang Bumillermanpage: Document change to -Wall
2013-01-09 Wolfgang Bumiller-Wall now does not set -Wuninitialized-global
2013-01-09 Wolfgang Bumillerfixing a crash caused by the correction: setting correc...
2013-01-09 Wolfgang Bumillerremoving a goto loop
2013-01-08 Wolfgang Bumillertestcase for mul_vf/fv
2013-01-08 Wolfgang BumillerSo it wasn't _reall_ the optimization... it just made...
2013-01-08 Wolfgang Bumillermore IR dump verbosity; fix: MUL_VF/FV additional lifer...
2013-01-08 Wolfgang Bumillersqrt and normalize builtins
2013-01-08 Wolfgang Bumillerbetter solution to blockstart pointlife issues
2013-01-07 Wolfgang BumillerSeems like there's still a problem with it - -Olocal...
2013-01-07 Wolfgang Bumilleradded a testcase for -Olocal-temps
2013-01-07 Wolfgang Bumillererror when trying to break/continue outside of loops...
2013-01-07 Wolfgang BumillerMoving -Olocal-temps back to -O3
2013-01-07 Wolfgang BumillerThis should fix the -Olocal-temps issue; set v->unique_...
2013-01-07 Wolfgang Bumillermore info in the IR dump
2013-01-07 Dale Weilerclose #76 implemented -Werror-some-warning section...
2013-01-07 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2013-01-07 Dale WeilerMove splint.sh into the Makefile
2013-01-07 Wolfgang Bumillermoving -Olocal-temps to -O4 until the issues are solved
2013-01-06 Wolfgang BumillerGuard 2 peephole optimizations which should only work...
2013-01-06 Wolfgang BumillerFix some possible NULL access in an error case
2013-01-06 Wolfgang Bumiller__STD_QCCX__ on -std=qccx - I have no idea about what...
2013-01-06 Wolfgang Bumillermanpage: bring the list of included -f and -W flags...
2013-01-06 Wolfgang BumillerAdding -ftranslatable-strings to -std=gmqcc
2013-01-06 Wolfgang Bumillermake the LNOF header compiler friendlier
2013-01-06 Wolfgang BumillerMerge branch 'master' of git://github.com/graphitemaste...
2013-01-06 Wolfgang Bumillerfixup qcvm parameter handling, now progs.dat can be...
2013-01-06 Dale WeilerPipe stderr from makedepend for depend rule in makefile...
2013-01-06 Dale WeilerAdd test alias to check for make file
2013-01-06 Dale WeilerAdd splint rule to makefile
2013-01-06 Dale Weilerremove never reached return
2013-01-06 Dale WeilerEnable corrector by default
2013-01-06 Dale WeilerMerge branch 'screwaround'
2013-01-06 Dale Weilerremove a the
2013-01-06 Dale WeilerDocument the awesome hack
2013-01-06 Wolfgang BumillerAn evil optimization to the trie, now has a fixed amoun...
2013-01-06 Dale WeilerCleaner transformation calls (one less size_t for agrum...
2013-01-06 Dale WeilerLeave a space here for makedepend
2013-01-06 Dale WeilerAdd a "depend" rule for the makefile. It uses makedepe...
2013-01-06 Dale WeilerNo need to +1 for comparision in correct_known_resize
2013-01-06 Dale WeilerFix comments
2013-01-06 Dale WeilerRemove trailing shitspace
2013-01-06 Dale WeilerUse -O2 by default
2013-01-06 Dale WeilerLess pointer dereferences
2013-01-06 Dale WeilerScrew you clang :-)
2013-01-06 Dale WeilerA little faster, plus some more research
2013-01-06 Dale WeilerThis is a work of art, it deserve nice comments :)
2013-01-06 Dale WeilerFixes and more documentation
2013-01-06 Dale WeilerAdd a notice
2013-01-06 Dale WeilerUse memcmp with strlen for correct_exists (it's a hell...
2013-01-06 Dale WeilerNo more uninitialized
2013-01-06 Dale WeilerSome more nicer loops
2013-01-06 Dale WeilerNicer loops
2013-01-06 Dale WeilerCleanups and documentation
2013-01-06 Dale WeilerRemove override macros
2013-01-06 Dale WeilerRemove an illegal mem_d
2013-01-06 Dale WeilerCleanup the pool system for correct.c. Use blubs corre...
2013-01-05 Dale WeilerDon't use notices
2013-01-05 Dale WeilerBetter IRC hook
2013-01-05 Dale Weilernotifications
2013-01-05 Dale WeilerAdd irc to travis
2013-01-05 Dale WeilerAdd travis.yml
2013-01-05 Wolfgang BumillerCommitting an evil allocator and a trie to speed up...
2013-01-04 Wolfgang BumillerMerge branch 'master' of git://github.com/graphitemaste...
2013-01-04 Wolfgang BumillerGet rid of correct_strndup and correct_concat altogethe...
2013-01-04 Dale WeilerDisable enhanced diagnostics as they're too slow.
2013-01-04 Dale WeilerImplemented -f[no]enhanced-diagnostics, to enable/disab...
2013-01-04 Dale WeilerRemove constant string literal for correction check...
2013-01-04 Dale WeilerMerge branch 'correct'
2013-01-04 Dale WeilerGot rid of all the memleaks. We can now merge with...
2013-01-04 Dale WeilerItegration of corrector. Seems to be some leaks in...
next