[PM/AA] Have memdep explicitly get and use TargetLibraryInfo rather than
[oota-llvm.git] / include / llvm / Analysis / InstructionSimplify.h
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-10 Benjamin Kramer[InstSimplify] Fold away ord/uno fcmps when nnan is...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-23 Mehdi AminiInstSimplify: simplify 0 / X if nnan and nsz
2015-02-06 Michael Zolotukhin[InstSimplify] Add SimplifyFPBinOp function.
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-08-06 Matt ArsenaultFix missing -*- C++ -*-s
2013-01-31 Dan GohmanDocument another instsimplify assumption.
2013-01-28 Dan GohmanAdd a comment mentioning that InstructionSimplify routi...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-28 Chandler CarruthTeach instsimplify to use the constant folder where...
2012-12-28 Chandler CarruthAdd entry points to instsimplify for simplifying calls...
2012-12-12 Michael IlsemanAdded a slew of SimplifyInstruction floating-point...
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-11-27 Michael IlsemanFast-math optimization: fold multiply by zero
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-03-24 Chandler CarruthRefactor the interface to recursively simplifying instr...
2012-03-13 Duncan SandsGeneralize the "trunc(ptrtoint(x)) - trunc(ptrtoint...
2012-03-13 Duncan SandsUniformize the InstructionSimplify interface by ensurin...
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2011-09-05 Duncan SandsAdd some simple insertvalue simplifications, for the...
2011-07-19 Jay FoadConvert SimplifyGEPInst to use ArrayRef.
2011-05-02 Duncan SandsForgot to commit the changes to this file.
2011-02-09 Chris LattnerTeach instsimplify some tricks about exact/nuw/nsw...
2011-01-29 Frits van BommelMove InstCombine's knowledge of fdiv to SimplifyInstruc...
2011-01-28 Duncan SandsMy auto-simplifier noticed that ((X/Y)*Y)/Y occurs...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2010-12-28 Duncan SandsClarify that InstructionSimplify only returns values...
2010-12-21 Duncan SandsPull a few more simplifications out of instcombine...
2010-12-15 Duncan SandsMove Sub simplifications and additional Add simplificat...
2010-11-23 Duncan SandsExpand a little on the description of what InstructionS...
2010-11-17 Duncan SandsMove some those Xor simplifications which don't require...
2010-11-17 Duncan SandsPreviously SimplifyInstruction could report that an...
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-11-14 Duncan SandsStrip trailing whitespace.
2010-09-16 Owen AndersonRevert r114097, adding back in the assertion against...
2010-04-20 Chris Lattnermove some select simplifications out out instcombine...
2009-11-27 Chris Lattnerfactor some logic out of instcombine into a new Simplif...
2009-11-27 Chris Lattnerfactor some instcombine simplifications for getelementp...
2009-11-10 Chris Lattnermove some generally useful functions out of jump threading
2009-11-10 Chris Lattneradd a new SimplifyInstruction API, which is like Consta...
2009-11-10 Chris Lattnerfactor simplification logic for AND and OR out to InstS...
2009-11-09 Chris Lattnerrename SimplifyCompare -> SimplifyCmpInst and split...
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...