[cleanup] Move the Dominators.h and Verifier.h headers into the IR
[oota-llvm.git] / lib / Transforms / Scalar / LoopInstSimplify.cpp
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-02-09 Jakub StaszakRemove #includes from the commonly used LoopInfo.h.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-07-24 Nadav RotemClean whitespaces.
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2011-02-11 Cameron ZwarichLoopInstSimplify preserves ScalarEvolution.
2011-01-09 Cameron ZwarichLoopInstSimplify preserves LoopSimplify.
2011-01-08 Cameron ZwarichFix coding style issues.
2011-01-08 Cameron ZwarichContract subloop bodies. However, it is still important...
2011-01-05 Cameron ZwarichUse pop_back_val instead of back followed by pop_back.
2011-01-05 Cameron ZwarichUse a worklist for later iterations just like ordinary...
2011-01-05 Cameron ZwarichChange LoopInstSimplify back to a LoopPass. It revisits...
2011-01-04 Cameron ZwarichSwitch to the new style of asterisk placement.
2011-01-04 Cameron ZwarichAddress most of Duncan's review comments. Also, make...
2011-01-03 Cameron ZwarichAdd a new loop-instsimplify pass, with the intention...