summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/GVN.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [GVN] Factor out common code [NFCI]Philip Reames2016-01-251-40/+21
* [opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...Eduard Burtescu2016-01-221-2/+2
* Fix for two constant propagation problems in GVN with the assume intrinsicDavid L Kreitzer2016-01-211-3/+4
* Use range-based for loops. NFCCraig Topper2015-11-281-37/+20
* [WinEH] Fix a case where GVN could incorrectly PRE a load into an EH pad.Andrew Kaylor2015-11-231-0/+10
* Fix bug 25440: GVN assertion after coercing loadsWeiming Zhao2015-11-191-1/+12
* Fix returned value for GVN: could return "false" even after modifying the IRMehdi Amini2015-11-181-1/+1
* Disable gvn non-local speculative loads under asan.Mike Aizatsky2015-11-181-0/+4
* [PRE] Preserve !invariant.load metadataPhilip Reames2015-11-171-0/+2
* Revert "Fix bug 25440: GVN assertion after coercing loads"Tobias Grosser2015-11-121-41/+13
* Fix bug 25440: GVN assertion after coercing loadsWeiming Zhao2015-11-121-13/+41
* GVN: don't try to replace instruction with itself.Tim Northover2015-10-231-5/+9
* Scalar: Remove some implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-5/+5
* inariant.group handling in GVNPiotr Padlewski2015-10-021-8/+9
* gvn small fixPiotr Padlewski2015-09-171-3/+1
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-4/+6
* assuem(X) handling in GVN bugfixPiotr Padlewski2015-09-021-1/+20
* Constant propagation after hitting assume(cmp) bugfixPiotr Padlewski2015-09-021-9/+26
* Constant propagation after hiting llvm.assumePiotr Padlewski2015-09-021-3/+68
* Revert r246244 and r246243Steven Wu2015-08-281-93/+11
* Constant propagation after hitting assume(cmp) bugfixPiotr Padlewski2015-08-281-9/+26
* Constant propagation after hiting llvm.assumePiotr Padlewski2015-08-281-3/+68
* Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()Adrian Prantl2015-08-201-1/+0
* Fix a bug that caused SimplifyCFG to drop DebugLocs.Adrian Prantl2015-08-201-0/+1
* Fix a debug location handling bug in GVN.Adrian Prantl2015-08-201-1/+2
* Revert "Constant propagation after hiting llvm.assume"Justin Bogner2015-08-181-68/+3
* Constant propagation after hiting llvm.assumePiotr Padlewski2015-08-181-3/+68
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* Drive-by fixes for LandingPad -> EHPadDavid Majnemer2015-08-041-4/+4
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-291-1/+1
* [PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth2015-07-221-5/+5
* [PM/AA] Remove the addEscapingUse update API that won't be easy toChandler Carruth2015-07-181-30/+3
* GVN: use a static array instead of regenerating it each time. NFC.Tim Northover2015-07-141-1/+1
* GVN: tolerate an instruction being replaced without existing in the leaderboardTim Northover2015-07-141-1/+4
* [PM/AA] Completely remove the AliasAnalysis::copyValue interface.Chandler Carruth2015-07-111-5/+1
* GVN: If a branch has two identical successors, we cannot declare either dead.Peter Collingbourne2015-06-251-0/+4
* [GVN] Intersect the IR flags when CSE'ing two instructionsDavid Majnemer2015-06-241-7/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-3/+3
* [GVN] Use a simpler form of IRBuilder constructor.Alexey Samsonov2015-06-121-2/+2
* [GVN] Use IRBuilder more actively instead of creating instructions manually.Alexey Samsonov2015-06-121-20/+21
* [GVN] Set proper debug locations for some instructions created by GVN.Alexey Samsonov2015-06-101-0/+4
* Extend EarlyCSE to handle basic cases from JumpThreading and CVPPhilip Reames2015-05-221-21/+2
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-2/+4
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-1/+2
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-72/+58
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+1
* only propagate equality comparisons of FP values that we are certain are non-...Sanjay Patel2015-02-251-3/+7
* remove function names from comments; NFCSanjay Patel2015-02-241-42/+38
* Allow PRE to insert no-cost phi nodesDaniel Berlin2015-02-031-44/+68
OpenPOWER on IntegriCloud