Correct word hyphenations
[oota-llvm.git] / include / llvm / Analysis / LoopInfoImpl.h
2013-10-26 Wan XiaofeiQuick look-up for block in loop.
2013-02-09 Jakub StaszakRemove #includes from the commonly used LoopInfo.h.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
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.