summaryrefslogtreecommitdiff
path: root/init-check.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-17Rename to OortSøren Sandmann Pedersen1-1/+1
2011-03-27Initialization check that may actually workSøren Sandmann Pedersen1-20/+12
2011-03-23Change prototype of functions to have ast_t instead of ast_program_tSøren Sandmann Pedersen1-3/+3
2011-03-18FormattingSøren Sandmann Pedersen1-5/+5
2008-07-06Move graph utilities to node.cSøren Sandmann1-2/+2
2008-07-05Generate AND code in different waySøren Sandmann1-7/+1
2008-01-09todoSøren Sandmann1-1/+7
2007-10-18Use report_error in init-check.c and return-check.cSøren Sandmann1-3/+2
2007-09-11Add fun_ref and prolog nodes; reinstate initialization checkSøren Sandmann1-8/+7
2007-09-11Optimize branches on literalsSøren Sandmann1-2/+3
2007-09-10TODO, small fixesSøren Sandmann1-1/+1
2007-09-10TODO; fix bugs in graph search, re-enable optimizer;Søren Sandmann1-0/+6
2007-09-10Get rid of successor arraySøren Sandmann1-24/+1
2007-09-10Delete unused code, simplify init-check.cSøren Sandmann1-13/+4
2007-09-10Don't copy graphs, get rid of predecessor arraySøren Sandmann1-38/+32
2007-09-10VariousSøren Sandmann1-3/+19
2007-09-02Don't complain about uninitialized fieldsSøren Sandmann1-1/+2
2007-08-31Initialize nodesSøren Sandmann1-2/+3
2007-07-25Load and store nodesSøren Sandmann1-4/+3
2007-07-25Beginning of typed nodesSøren Sandmann1-6/+7
2007-07-24Mark reachable nodes in the graphSøren Sandmann1-3/+0
2007-07-23Add lambda expressions; update TODOSøren Sandmann1-0/+3
2007-07-21Finish graphing of parametersSøren Sandmann1-18/+5
2007-07-21Free temporary sets in init_checkSøren Sandmann1-2/+2
2007-07-13Some more cleanupsSøren Sandmann1-12/+19
2007-07-13Some cleanups and bugfixes in the initialization checksSøren Sandmann1-502/+18
2007-07-12Add util.cSøren Sandmann1-1/+0
2007-07-12Working init checkSøren Sandmann1-4/+110
2007-07-12Add load/store fields to node_tSøren Sandmann1-1/+1
2007-07-06More details in the flow graph; new identifier-use passSøren Sandmann1-0/+4
2007-07-04Add flow graph computationSøren Sandmann1-3/+24
2007-07-04Check left hand of expressions before right handSøren Sandmann1-3/+3
2007-07-04Fix various bugs in the init checker; make it work correctly for if/else stat...Søren Sandmann1-42/+100
2007-07-03Don't store definition pointers in expressionsSøren Sandmann1-39/+37
2007-07-03Replace symbol_t with ast_definition_tSøren Sandmann1-6/+6
2007-07-03Get rid of ast_statement_definition and ast_declaration_statement; add ast_va...Søren Sandmann1-31/+29
2007-07-03Update init-check.c to deal with nested functions; update TODOSøren Sandmann1-67/+228
2007-07-03Split flow.c into init-check.c and return-check.c. Make return checking work ...Søren Sandmann1-0/+273