[C++11] Add range based accessors for the Use-Def chain of a Value.
[oota-llvm.git] / lib / Transforms / Utils / SimplifyInstructions.cpp
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-21 Rafael EspindolaRename a few more DataLayout variables.
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
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.
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2011-01-03 Duncan SandsSpeed up instsimplify by about 10-15% by not bothering...
2010-12-31 Duncan SandsSimplify this pass by using a depth-first iterator...
2010-12-31 Duncan SandsZap dead instructions harder.
2010-12-21 Duncan SandsVisit instructions deterministically. Use a FIFO so...
2010-12-21 Duncan SandsIf an instruction simplifies, try again to simplify...
2010-12-20 Duncan SandsOops, forgot to add the pass itself!