aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-24[Utils] Put includes in correct order. NFC.Weiming Zhao1-1/+1
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-1/+1
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-3/+2
2015-01-15[PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth1-3/+4
2015-01-15[PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth1-1/+1
2015-01-04[PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth1-5/+6
2014-09-07Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel1-1/+5
2014-04-26RecursivelyDeleteTriviallyDeadInstructions() could removeGerolf Hoflehner1-1/+9
2014-04-26Revert commit r207302 since build failuresGerolf Hoflehner1-9/+1
2014-04-26RecursivelyDeleteTriviallyDeadInstructions() could removeGerolf Hoflehner1-1/+9
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-2/+2
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-11Implement depth_first and inverse_depth_first range factory functions.David Blaikie1-3/+4
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-3/+2
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-1/+2
2014-02-21Rename a few more DataLayout variables.Rafael Espindola1-2/+2
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-1/+3
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer1-1/+1
2011-12-01Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier1-3/+9
2011-01-03Speed up instsimplify by about 10-15% by not bothering to retryDuncan Sands1-8/+19
2010-12-31Simplify this pass by using a depth-first iterator to ensure that allDuncan Sands1-39/+20
2010-12-31Zap dead instructions harder.Duncan Sands1-7/+2
2010-12-21Visit instructions deterministically. Use a FIFO so as to approximatelyDuncan Sands1-11/+21
2010-12-21If an instruction simplifies, try again to simplify any uses of it. This isDuncan Sands1-4/+32
2010-12-20Oops, forgot to add the pass itself!Duncan Sands1-0/+69