summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/GVN.cpp
Commit message (Expand)AuthorAge
* GVN: Preserve invariant.load metadataArnold Schwaighofer2014-06-26
* GVN: Enable value forwarding for callocDuncan P. N. Exon Smith2014-06-12
* GVN: Fix non-determinism in map iteration.Benjamin Kramer2014-05-13
* GVN: rangify a couple of loops.Benjamin Kramer2014-05-13
* [GVN] Pass the phi-translated address of a load instead of the untranslatedAkira Hatanaka2014-05-02
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* Revert "GVN: merge overflow intrinsics with non-overflow instructions."Erik Verbruggen2014-03-28
* Fix crash in PRE.Erik Verbruggen2014-03-11
* GVN: fix hashing of extractvalue.Erik Verbruggen2014-03-11
* GVN: merge overflow intrinsics with non-overflow instructions.Erik Verbruggen2014-03-11
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-04
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-10
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Correct word hyphenationsAlp Toker2013-12-05
* Correct a glitch in r194424 which may invalidate iterator.Shuxin Yang2013-11-12
* Fix PR17952.Shuxin Yang2013-11-11
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-10
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-30
* Use more type helper functionsMatt Arsenault2013-10-21
* Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...Shuxin Yang2013-09-20
* Revert r191017, it results in segmentation faults in Qt.Joerg Sonnenberger2013-09-20
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-19
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* [GVN] Split critical-edge on the fly, instead of postpone edge-splitting to nextShuxin Yang2013-05-09
* Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...Shuxin Yang2013-05-03
* [GV] Remove dead code which is really difficult to decipher.Shuxin Yang2013-05-02
* Change the order of the operands in patchAndReplaceAllUsesWith soDan Gohman2013-03-12
* Actually delete this code, since it's really not clear what it'sDan Gohman2013-02-12
* Record PRE predecessors with a SmallVector instead of a DenseMap, andDan Gohman2013-02-12
* When disabling PRE for a value is directly redundant with itselfDan Gohman2013-02-12
* Check that pointers are removed from maps before calling delete on the pointers,Dan Gohman2013-02-12
* Minor code simplification.Dan Gohman2013-02-12
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-31
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix an obvious typo that causes an assertion failure when runningDuncan Sands2012-11-02
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-29