]> de.git.xonotic.org Git - xonotic/gmqcc.git/history - ast.cpp
Just mark LOCAL_RETURN noref instead of checking for '#' in the name
[xonotic/gmqcc.git] / ast.cpp
2016-11-24 Dale WeilerRemove parser m_uses in favor of {IR,AST}_FLAG_NOREF...
2016-11-19 Wolfgang Bumillerfix access to fields of vector members
2016-01-03 Dale WeilerMerge branch 'master' into cleanup
2015-05-02 Wolfgang Bumillertempcommitting a whole bunch of to-c++ conversions graphitemaster/cleanup
2015-02-01 Wolfgang BumillerMerge branch 'cleanup' of git://github.com/graphitemast...
2015-02-01 Wolfgang Bumillerast_unary::make: safer double-negation optimization...
2015-02-01 Wolfgang Bumillerfix backward propagateSideEffect impl
2015-02-01 Wolfgang Bumillerdestructor call order is important here
2015-02-01 Wolfgang Bumillerast conversion mostly finished
2015-01-30 Dale WeilerMerge branch 'cleanup' of github.com:graphitemaster...
2015-01-29 Wolfgang BumillerBROKEN: more ast nodes converted
2015-01-25 Wolfgang BumillerBROKEN: in the middle of converting ast nodes to c...
2015-01-24 Wolfgang Bumillera whole lotta 'm_'s
2015-01-20 Wolfgang Bumillerfor now just call the dtors like this
2015-01-20 Wolfgang Bumillermore c++ migration for ast/ir/code; reached a working...
2015-01-20 Wolfgang Bumillertemp committing major c++ification
2015-01-19 Wolfgang Bumillermaking ast nodes derive from ast_expression
2015-01-19 Wolfgang Bumillerast_expression: params -> type_params
2015-01-19 Wolfgang Bumillerrenaming ast_function::vtype to function_type
2015-01-19 Wolfgang Bumillerast_expression now derives from ast_node
2015-01-19 Wolfgang Bumillerrenaming some ast_node members before making ast_expres...
2015-01-16 Dale WeilerRewrite constant folder in C++
2015-01-15 Dale Weilers/NULL/nullptr/
2015-01-15 Dale WeilerUse std::vector for static_names
2015-01-15 Dale WeilerUse std::vector for break and continue ast blocks
2015-01-15 Dale WeilerUse std::vector for ast switch cases
2015-01-15 Dale WeilerUse std::vector for ast blocks
2015-01-15 Dale Weilerstd::vector for initlist
2015-01-15 Dale WeilerMore std::vector migration
2015-01-15 Dale WeilerInitial movement to std::vector
2015-01-15 Dale Weiler.c -> .cpp