]> git.xonotic.org Git - xonotic/gmqcc.git/shortlog
xonotic/gmqcc.git
2013-01-14 Wolfgang Bumiller-flegacy-vector-maths, enabled by default
2013-01-14 Wolfgang Bumillerfix: missing-return check: vec_size(entries) is 0 on...
2013-01-13 Wolfgang Bumillerapparently it's possible to segfault DP with a bad...
2013-01-13 Wolfgang Bumillerconstant-fold the 1/N division from a_vector/N
2013-01-13 Wolfgang Bumillertest for vec/float
2013-01-13 Wolfgang Bumillerallow vec/float
2013-01-13 Wolfgang BumillerThis undef was missing there...
2013-01-13 Wolfgang Bumillerparsewarning->compile_warning
2013-01-13 Wolfgang BumillerReplacing lots of parseerror calls with compile_error...
2013-01-13 Dale WeilerMerge pull request #85 from matthiaskrgr/master
2013-01-13 matthiaskrgrgitignore: be more clever
2013-01-12 Wolfgang BumillerRemoved -fenhanced-diagnostics - it's now --correct...
2013-01-12 Dale WeilerUhh I did it again
2013-01-12 Dale Weilerserpate line travis-ci build url for notifications
2013-01-12 Wolfgang Bumillerfix a build issue
2013-01-12 Wolfgang Bumillervararg testcases
2013-01-12 Wolfgang Bumillergmqcc.ini.example: VARIADIC_ARGS
2013-01-12 Wolfgang Bumillermanpage: -fvariadic-args
2013-01-12 Wolfgang Bumillerguarding vararg code by -fvariadic-args
2013-01-12 Wolfgang Bumillerthis is useless and just confused me a lot, removing
2013-01-12 Wolfgang Bumillerentity setter array subscript needs to get a correct...
2013-01-12 Wolfgang Bumillercopying the output type on ast_array_index_codegen
2013-01-12 Wolfgang BumillerCopying arg counter into the local
2013-01-12 Wolfgang BumillerCreating the argument counter if requested
2013-01-12 Wolfgang Bumillerupdated CHANGES file
2013-01-12 Wolfgang BumillerAdded '...(idx,type)' to access varargs
2013-01-12 Wolfgang Bumilleradded gen_function_varargs_copy
2013-01-12 Wolfgang Bumillermask -Olocal-temps by IR_FLAG_MASK_NO_LOCAL_TEMPS which...
2013-01-12 Wolfgang Bumillerir_function stores max_varargs now
2013-01-12 Wolfgang Bumillerbuiltins are generally not declared const, so don't...
2013-01-12 Wolfgang BumillerWhile at it: moving generation of reserved:version...
2013-01-12 Wolfgang Bumillercreate store to reserved:va_count; fix: don't build...
2013-01-12 Wolfgang Bumillerast_call now has a va_count which causes a store to...
2013-01-12 Wolfgang Bumillervararg accessor generation
2013-01-12 Wolfgang Bumillerparsing of vararg-counter
2013-01-12 Wolfgang Bumillerupdated CHANGES file
2013-01-12 Wolfgang Bumillertype restricted varargs
2013-01-12 Wolfgang BumillerDeclaration of type-restricted varargs
2013-01-12 Wolfgang Bumillerkeep track of the highest parameter count of calls...
2013-01-12 Wolfgang Bumiller'static' shouldn't be accepted in the global scope...
2013-01-11 Wolfgang Bumillerfilling type_name in exec.c
2013-01-11 Wolfgang Bumillercode cleanup: prog_tempstring used to cast const char...
2013-01-11 Wolfgang Bumillerfixing CHANGES: this actually was not part of 0.2
2013-01-11 Wolfgang BumillerCHANGES file updated
2013-01-11 Wolfgang BumillerFix a typo - why the hell does clang not complain?...
2013-01-11 Wolfgang Bumillermanpage: --add-info
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
next