summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SROA.cpp
Commit message (Expand)AuthorAge
* Merging r169719: into 3.2 release branch.Pawel Wodnicki2012-12-10
* Merging r169084: into 3.2 release branch.Pawel Wodnicki2012-12-04
* Merging r168361, r168346 and r168227 into 3.2 branch releasePawel Wodnicki2012-11-21
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak2012-11-01
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-30
* Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth2012-10-25
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24
* SROA: Simplify code. No functionality change.Benjamin Kramer2012-10-20
* Refactor insert and extract of sub-integers into static helpers thatChandler Carruth2012-10-18
* This FIXME was fixed some time ago. =]Chandler Carruth2012-10-18
* This just in, it is a *bad idea* to use 'udiv' on an offset ofChandler Carruth2012-10-17
* Fix a really annoying "bug" introduced in r165941. The change from thatChandler Carruth2012-10-17
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth2012-10-15
* Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth2012-10-15
* First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth2012-10-15
* Hoist the canConvertValue predicate and the convertValue transform outChandler Carruth2012-10-15
* Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth2012-10-13
* Speculatively harden the conversion logic. I have no idea if this willChandler Carruth2012-10-13
* Silence a warning in -assert builds.Chandler Carruth2012-10-13
* Clean up how we rewrite loads and stores to the whole alloca. When theseChandler Carruth2012-10-13
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi2012-10-05
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-05
* Lift the speculation visitor above all the helpers that are targeted atChandler Carruth2012-10-05
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-04
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-04
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-03
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-03
* Switch the SetVector::remove_if implementation to use partition whichChandler Carruth2012-10-03
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-02
* Fix another crasher in SROA, reported by Joel.Chandler Carruth2012-10-02
* Fix a silly coding error on my part. The whole point of the speculatorChandler Carruth2012-10-02
* Make this plural. Spotted by Duncan in review (and a very old typo, thisChandler Carruth2012-10-01
* Prune some unnecessary includes.Chandler Carruth2012-10-01
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-01
* Factor the PHI and select speculation into a separate rewriter. ThisChandler Carruth2012-10-01
* Refactor the PartitionUse structure to actually use the Use* instead ofChandler Carruth2012-10-01
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-29
* Analogous fix to memset and memcpy rewriting. Don't have a test caseChandler Carruth2012-09-26
* When rewriting the pointer operand to a load or store which hasChandler Carruth2012-09-26
* Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth2012-09-26
* Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth2012-09-26