Cleanup this test a bit.
[oota-llvm.git] / lib / Analysis / PostDominators.cpp
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-01-31 Chris LattnerProvide the right AnalysisID for postdominators
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerFix a bad assertion to be correct . The root basic...
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-08-24 Chris LattnerMake sure noone branches to the entry node of the method
2001-08-23 Chris LattnerHandle case where there is no exit node from a flowgraph
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-08 Chris LattnerFixed post dominator frontiers! Yaay!
2001-07-06 Chris LattnerImplement support for postdominators, except in dom...
2001-07-02 Chris LattnerCheckin of new dominator calculation routines. These...