Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Transforms / Utils / SimplifyIndVar.cpp
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-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-03-22 Andrew TrickRemove unused simplifyIVUsers
2012-03-16 Andrew TrickLSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-17 Andrew TrickFix an overly general check in SimplifyIndvar to handle...
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-09-19 Andrew Trick[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
2011-08-10 Andrew TrickComments. Thanks for the spell check Nick!
2011-08-10 Andrew TrickCleanup. Make ScalarEvolution an explicit argument...
2011-08-10 Andrew TrickSimplifyIndVar: make foldIVUser iterative to fold a...
2011-08-10 Andrew TrickAdded a SimplifyIndVar utility to simplify induction...