summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/GVN.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [GVN] don't propagate equality comparisons of FP zero (PR22376)Sanjay Patel2015-01-291-3/+10
* [PM] Remove the Pass argument from all of the critical edge splittingChandler Carruth2015-01-191-2/+4
* [PM] Replace another Pass argument with specific analyses that areChandler Carruth2015-01-181-1/+2
* [PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth2015-01-151-3/+3
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* 80-cols; NFCSanjay Patel2015-01-121-13/+13
* GVN: propagate equalities for floating point comparesSanjay Patel2015-01-121-1/+6
* Re-reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads ...Tim Northover2015-01-091-161/+175
* [Refactor] Have getNonLocalPointerDependency take the query instructionPhilip Reames2015-01-091-2/+1
* [PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth2015-01-041-7/+7
* Revert r222039 because of bot failure.Manman Ren2014-11-191-175/+161
* Reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads beforeChad Rosier2014-11-141-161/+175
* Revert "[GVN] Perform Scalar PRE on gep indices that feed loads before doing ...Chad Rosier2014-11-131-166/+166
* [GVN] Perform Scalar PRE on gep indices that feed loads before doing Load PRE.Chad Rosier2014-11-131-166/+166
* 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
OpenPOWER on IntegriCloud