Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / Scalar / LoopInstSimplify.cpp
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...