summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/GVN.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel2014-09-071-2/+7
* [GVN] Format variable name.Tilmann Scheller2014-09-041-2/+2
* Introduce a helper to combine instruction metadata.Rafael Espindola2014-08-151-43/+19
* Fix typos in comments and docJF Bastien2014-08-051-1/+1
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+13
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-3/+5
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-5/+10
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-10/+5
* GVN: Preserve invariant.load metadataArnold Schwaighofer2014-06-261-0/+4
* GVN: Enable value forwarding for callocDuncan P. N. Exon Smith2014-06-121-0/+16
* GVN: Fix non-determinism in map iteration.Benjamin Kramer2014-05-131-4/+7
* GVN: rangify a couple of loops.Benjamin Kramer2014-05-131-13/+9
* [GVN] Pass the phi-translated address of a load instead of the untranslatedAkira Hatanaka2014-05-021-2/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-33/+33
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-111-7/+3
* Revert "GVN: merge overflow intrinsics with non-overflow instructions."Erik Verbruggen2014-03-281-124/+58
* Fix crash in PRE.Erik Verbruggen2014-03-111-0/+2
* GVN: fix hashing of extractvalue.Erik Verbruggen2014-03-111-0/+4
* GVN: merge overflow intrinsics with non-overflow instructions.Erik Verbruggen2014-03-111-58/+118
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-041-1/+1
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+2
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-211-75/+75
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-101-2/+1
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-061-0/+3
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-4/+4
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-4/+3
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Correct a glitch in r194424 which may invalidate iterator.Shuxin Yang2013-11-121-1/+3
* Fix PR17952.Shuxin Yang2013-11-111-6/+175
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-101-168/+6
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-301-5/+7
* Use more type helper functionsMatt Arsenault2013-10-211-1/+1
* Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...Shuxin Yang2013-09-201-6/+168
* Revert r191017, it results in segmentation faults in Qt.Joerg Sonnenberger2013-09-201-164/+6
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-191-6/+164
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-271-0/+1
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-2/+2
* [GVN] Split critical-edge on the fly, instead of postpone edge-splitting to nextShuxin Yang2013-05-091-13/+39
* Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...Shuxin Yang2013-05-031-169/+194
* [GV] Remove dead code which is really difficult to decipher.Shuxin Yang2013-05-021-26/+2
* Change the order of the operands in patchAndReplaceAllUsesWith soDan Gohman2013-03-121-5/+5
* Actually delete this code, since it's really not clear what it'sDan Gohman2013-02-121-24/+0
* Record PRE predecessors with a SmallVector instead of a DenseMap, andDan Gohman2013-02-121-8/+9
OpenPOWER on IntegriCloud