summaryrefslogtreecommitdiff
path: root/vala/valabasicblock.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-6/+6
* analyzer: Break cyclic references of BasicBlockDavid Hewitt2018-04-071-7/+7
* vala: Fix return-type of BasicBlock.get_successors()Rico Tzschichholz2018-04-041-1/+1
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-2/+2
* Use dominance algorithm by Cooper, Harvey, and KennedyJürg Billeter2009-12-231-0/+1
* Generate reverse postorder instead of preorder list in flow analyzerJürg Billeter2009-12-231-0/+2
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-11/+10
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-0/+37
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* build control flow graph, report error for missing return statement inJuerg Billeter2008-01-231-0/+65