Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vala: Let methods return an unowned reference to internal collections | Rico Tzschichholz | 2019-09-30 | 1 | -6/+6 |
* | analyzer: Break cyclic references of BasicBlock | David Hewitt | 2018-04-07 | 1 | -7/+7 |
* | vala: Fix return-type of BasicBlock.get_successors() | Rico Tzschichholz | 2018-04-04 | 1 | -1/+1 |
* | Drop ReadOnly* collection classes | Jürg Billeter | 2010-03-20 | 1 | -2/+2 |
* | Use dominance algorithm by Cooper, Harvey, and Kennedy | Jürg Billeter | 2009-12-23 | 1 | -0/+1 |
* | Generate reverse postorder instead of preorder list in flow analyzer | Jürg Billeter | 2009-12-23 | 1 | -0/+2 |
* | Do not use Gee namespace to avoid conflict with libgee | Jürg Billeter | 2009-10-12 | 1 | -11/+10 |
* | Report use of possibly uninitialized variables, fixes bug 508477 and bug | Jürg Billeter | 2008-11-14 | 1 | -0/+37 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 1 | -1/+1 |
* | build control flow graph, report error for missing return statement in | Juerg Billeter | 2008-01-23 | 1 | -0/+65 |