Remove unused typedefs gcc4.8 warns about.
[oota-llvm.git] / include / llvm / Analysis / LoopInfoImpl.h
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-20 Andrew TrickRestructure PopulateLoopsDFS::insertIntoLoop.
2012-06-20 Andrew TrickA new algorithm for computing LoopInfo. Temporarily...
2012-06-20 Andrew TrickMove the implementation of LoopInfo into LoopInfoImpl.h.