]> de.git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
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...
2013-01-04 Dale WeilerCleanups and add the corrector to the makefile. Starti...
2013-01-04 Dale WeilerFix all the memleaks in the corrector. Holy shit, the...
2013-01-03 Dale WeilerFix another two leaks
2013-01-03 Dale WeilerRemove some memory leaks in the corrector. There is...
2013-01-03 Dale WeilerWork on "did you mean? <ident>" support for errors...
2013-01-03 Wolfgang BumillerMerge remote-tracking branch 'origin/pp-unary-numbers'
2013-01-03 Wolfgang Bumillerhandling the ast-destruction in computed goto
2013-01-03 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2013-01-03 Dale WeilerAdd specialized diagnostics for when predefined macros...
2013-01-03 Wolfgang Bumillercheck for TYPE_NOEXPR in general when applying an operator
2013-01-03 Wolfgang BumillerIntroducing TYPE_NOEXPR so that these undefined labels...
2013-01-03 Wolfgang Bumillerparse_expression now takes a boolean flag on whether...
2013-01-03 Dale WeilerFix argument padding for win_fputs and alike.
2013-01-02 Dale WeilerMore error checking and proper unreferencing of ast...
2013-01-02 Dale WeilerSome error checking for computed goto.
2013-01-02 Dale WeilerFix the testsuite bug, and implemented QCFLAGS envirome...
2013-01-02 Dale WeilerImplemented __TIME__ for ftepp
2013-01-02 Dale WeilerImplemented __DATE__ for ftepp
2013-01-02 Dale WeilerRemove "got" left behind from debugging.
2013-01-02 Dale WeilerImplemented computed goto + added goto test for testsui...
2013-01-02 Wolfgang Bumillerlex->flags.preprocessing causes the lexer to parse...
2013-01-02 Dale WeilerFix some issues
2013-01-02 Wolfgang BumillerAllow unary minus in ftepp_if_value
2013-01-02 Wolfgang Bumillerpragma code: signed correctness
2013-01-02 Wolfgang Bumillerremove ast.h-include from lexer.h to parser.c...
2013-01-02 Wolfgang BumillerMakefile: ftepp.o: lexer.h
2013-01-02 Wolfgang Bumillerlex.peek char->int
2013-01-02 Wolfgang Bumillertests for __VA_ARGS__
2013-01-02 Wolfgang Bumiller__VA_ARGS__ support
next