]> de.git.xonotic.org Git - xonotic/gmqcc.git/history - parser.c
Fix the xonotic export script for check-proj.sh
[xonotic/gmqcc.git] / parser.c
2013-09-24 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-09-24 Dale WeilerFix QuakeWorld compilation by treating assignment to...
2013-09-11 Wolfgang Bumillerfix: declaring locals with the name of a parameter...
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-08-31 Dale WeilerVector cross product virtual instruction, now >< operat...
2013-08-31 Dale WeilerImplemented >< (vector cross product operator). Current...
2013-08-31 Wolfgang BumillerDon't allow a stale 'some_type;' declaration without...
2013-08-31 Wolfgang Bumillerthis one can be reached - make it a little more helpful
2013-08-31 Wolfgang Bumillerfactor check for assignment-to-constant into a function...
2013-08-31 Wolfgang Bumillerfix unhelpful error message; fixes #123
2013-08-29 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-08-29 Wolfgang Bumillerthis should allow for better detection of precedence...
2013-08-29 Wolfgang Bumilleralso warn about mixing logical and/or operations withou...
2013-08-29 Wolfgang Bumillerwarn when mixing different bitops without parenthesis...
2013-08-29 Dale WeilerImplement [[eraseable]] attribute. When used with a...
2013-08-28 Dale WeilerFix build on clang
2013-08-28 Dale WeilerConstant fold intrinsics if their arguments are constan...
2013-08-28 Wolfgang Bumillerallow initializing shadowed locals outside of -std...
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-17 Dale WeilerRemove some trailing whitespace
2013-08-16 Dale WeilerMake it compile in visual studio again, without warnings.
2013-08-16 Dale WeilerRework some build stuff for better output and to enable...
2013-08-14 Dale WeilerSome bug fixes
2013-08-14 Dale WeilerMade intrinsics seperate from the parser.
2013-08-14 Dale WeilerSome intrinsic cleanups
2013-07-31 Dale WeilerRemove debugging aid and left over cruft.
2013-07-31 Dale WeilerThe problem was so subtle
2013-07-31 Dale Weilerfixed vector ops constant folding.
2013-07-31 Dale Weilermore fixes
2013-07-31 Dale WeilerOperator constant folding rewrite almost complete,...
2013-07-31 Dale WeilerWork in progress constant-folding rewrite.
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-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 WeilerThere was too many 16-sized buckets when compiling...
2013-07-19 Dale WeilerCleanups
2013-07-01 Wolfgang Bumillerfix typo
2013-06-22 Dale WeilerMore bug fixes and dead code elimination
2013-06-22 Dale WeilerFix some more bugs, and use dup2 because dup leaks...
2013-06-21 Dale WeilerFix more bugs (mostly possible NULL pointer dereferences)
2013-06-21 Dale WeilerFix some bugs
2013-06-20 Dale WeilerMove code generator into ir_builder for earlier free...
2013-06-17 Dale WeilerMerge branch 'master' into cooking
2013-06-17 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2013-06-17 Dale WeilerFix some bugs
2013-06-16 Wolfgang Bumillerreclassify_token should only deal with tokens < TOKEN_S...
2013-06-16 Wolfgang Bumillerreclassify_token should only deal with tokens < TOKEN_S...
2013-06-16 Dale WeilerUhh forgot to save file
2013-06-16 Dale WeilerFix memleak
2013-06-16 Dale WeilerMake ^ legal for vector ^ vector, and vector ^ float...
2013-06-15 Dale WeilerI added it for a reason, because I was smart. I forgot...
2013-06-15 Dale WeilerThis is easier
2013-06-15 Dale WeilerCorrect order
2013-06-15 Dale WeilerFix bug
2013-06-15 Dale WeilerImplemented bitwise xor operator.
2013-06-15 Dale WeilerLess terse, it confuses people.
2013-06-15 Wolfgang Bumilleragain with the comments...
2013-06-15 Wolfgang Bumillerworking on vararg piping: detecting several error cases...
2013-06-15 Dale WeilerStrlen idiot
2013-06-15 Dale WeilerLimit corrections on strings to <= 16 bytes. Otherwise...
2013-06-15 Dale WeilerLimit corrections on strings to <= 16 bytes. Otherwise...
2013-06-14 Dale WeilerFixed whitespace
2013-06-13 Dale WeilerRevert "Actually works now"
2013-06-13 Dale WeilerActually works now
2013-06-12 Wolfgang Bumillerfix pedantic compile issue
2013-06-12 Wolfgang Bumillerfixing double-free in initialzied string arrays, using...
2013-06-12 Wolfgang Bumillerallow array size to be inferred from the initializer
2013-06-12 Wolfgang Bumillermake the ast use the initlist
2013-06-12 Wolfgang Bumillerparsing array initializers
2013-06-06 Dale WeilerMerge branch 'cooking'
2013-06-04 Dale WeilerMajor header reworking, this respects the namespaces...
2013-06-02 Wolfgang Bumillerremove the ast tree earlier - saves over 3% peak memory...
2013-06-01 Wolfgang Bumillerfix a leak on a parse-error
2013-06-01 Dale WeilerFix some possible memleaks.
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang Bumillerfix the INCLUDE_DEF flag getting applied regardless...
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang Bumillerfix: dotranslate now sets AST_FLAG_INCLUDE_DEF to not...
2013-05-29 Wolfgang Bumillerreturn assignment factorial test
2013-05-29 Wolfgang Bumillerfixing that comment...
2013-05-29 Wolfgang Bumillerassignable return value now lives in ast_function,...
2013-05-29 Dale WeilerExperimental support for implicit return assignments...
2013-05-29 Dale WeilerMerge branch 'union-replacement' into cooking
2013-05-29 Dale WeilerFix that memory leak that I spent hours trying to find...
2013-05-29 Dale WeilerMajor export cleanup. Anything that was exported but...
2013-05-29 Dale WeilerResult of shift operation on signed integers is bad.
2013-05-11 Wolfgang Bumillerkilling the union types
2013-05-07 Wolfgang Bumillerless confusing
2013-05-07 Wolfgang Bumillerbe more strict here
2013-05-07 Wolfgang Bumillerfixing a few leaks - code_write doesn't delete the...
2013-05-07 Wolfgang Bumillerchanging a few ast_delete to ast_unref in places where...
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-26 Wolfgang Bumillerast_value now has an initializer list array, still...
2013-04-26 Wolfgang Bumilleran = before an { is also always required when the decla...
next