summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SROA.cpp
Commit message (Expand)AuthorAgeFilesLines
* SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi2012-10-051-0/+1
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-051-42/+93
* Lift the speculation visitor above all the helpers that are targeted atChandler Carruth2012-10-051-281/+283
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-041-23/+50
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-041-9/+29
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-031-0/+6
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-031-16/+28
* Switch the SetVector::remove_if implementation to use partition whichChandler Carruth2012-10-031-1/+3
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-021-0/+4
* Fix another crasher in SROA, reported by Joel.Chandler Carruth2012-10-021-9/+32
* Fix a silly coding error on my part. The whole point of the speculatorChandler Carruth2012-10-021-16/+28
* Make this plural. Spotted by Duncan in review (and a very old typo, thisChandler Carruth2012-10-011-1/+1
* Prune some unnecessary includes.Chandler Carruth2012-10-011-4/+0
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-011-31/+32
* Factor the PHI and select speculation into a separate rewriter. ThisChandler Carruth2012-10-011-263/+294
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-011-85/+79
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-291-3/+13
* Analogous fix to memset and memcpy rewriting. Don't have a test caseChandler Carruth2012-09-261-0/+16
* When rewriting the pointer operand to a load or store which hasChandler Carruth2012-09-261-0/+6
* Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth2012-09-261-32/+49
* Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth2012-09-261-8/+8
* Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky2012-09-251-2/+3
* Revert the business end of r164634, and replace it with a different fix. TheNick Lewycky2012-09-251-7/+4
* Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky2012-09-251-0/+6
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-09-251-5/+10
* Fix a crash in SROA. This was reported independently by Takumi andChandler Carruth2012-09-251-12/+7
* Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth2012-09-241-1/+118
* Switch to a signed representation for the dynamic offsets while walkingChandler Carruth2012-09-231-26/+75
* Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth2012-09-211-0/+4
* Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth2012-09-181-0/+2
* Fix getCommonType in a different way from the way I fixed it whenChandler Carruth2012-09-181-1/+1
* Fix build for compilers that don't understand injected class names properly.Benjamin Kramer2012-09-181-2/+2
* SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-...Benjamin Kramer2012-09-181-8/+7
* SROA: Replace the member function template contraption for recursively splitt...Benjamin Kramer2012-09-181-97/+105
* SROA.cpp: Appease msvc.NAKAMURA Takumi2012-09-181-1/+1
* Fix a warning in release builds and a test case I forgot to update withChandler Carruth2012-09-181-0/+1
* Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth2012-09-181-7/+220
* NewSROA: Provide a full set of operator< for ByteRanges.Benjamin Kramer2012-09-171-2/+7
* Refactor the SROA visitors for partitioning an alloca and buildingChandler Carruth2012-09-161-24/+29
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-151-12/+162
* SROA: Silence unused variable warnings in Release builds.Benjamin Kramer2012-09-141-1/+8
* Rework the computation of a sub-structure natural type. There wereChandler Carruth2012-09-141-10/+20
* Rely on the recursive check for pointer types rather than adding anChandler Carruth2012-09-141-3/+0
* Be a bit more aggressive in bailing out of this routine. Spotted byChandler Carruth2012-09-141-1/+1
* Add some comments clarifying that the GEP analysis for vector GEPs isChandler Carruth2012-09-141-1/+4
* Move an instance variable to a local variable based on review by Duncan.Chandler Carruth2012-09-141-9/+16
* Add a comment about debug intrinsics that I *really* don't want toChandler Carruth2012-09-141-0/+2
* Add two asserts that Duncan thought would help ensure things don't rotChandler Carruth2012-09-141-0/+2
* Remove some dead, commented out code Duncan spotted in review.Chandler Carruth2012-09-141-4/+0
* Wrap the dumping and printing routines in NDEBUG and LLVM_ENABLE_DUMP macros.Chandler Carruth2012-09-141-0/+6
OpenPOWER on IntegriCloud