The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / Analysis / LoopInfoImpl.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
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.