index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
SROA
Age
Commit message (
Expand
)
Author
2013-05-01
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-04-21
SROA: Don't crash on a select with two identical operands.
Benjamin Kramer
2013-04-07
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-03-14
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2012-12-18
Rename the test so that we can add additional vectors-of-pointers tests
Nadav Rotem
2012-12-18
SROA: Replace calls to getScalarSizeInBits to DataLayout's API because
Nadav Rotem
2012-12-17
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
Fix the first part of PR14478: memset now works.
Chandler Carruth
2012-12-15
Add a corollary test for PR14572. We got this code path correct already.
Chandler Carruth
2012-12-15
Relax an overly aggressive assert to fix PR14572.
Chandler Carruth
2012-12-12
Fix typo in test-case.
Jakub Staszak
2012-12-12
Fix typo.
Jakub Staszak
2012-12-10
Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.
Chandler Carruth
2012-12-06
Fix typos in CHECK lines.
Dmitri Gribenko
2012-12-01
SROA: Avoid struct and array types early to avoid creating an overly large in...
Benjamin Kramer
2012-11-21
PR14055: Implement support for sub-vector operations in SROA.
Chandler Carruth
2012-11-20
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
Chandler Carruth
2012-11-20
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-17
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
2012-10-30
Fix PR14212: For some strange reason I treated vectors differently from
Chandler Carruth
2012-10-25
Teach SROA how to split whole-alloca integer loads and stores into
Chandler Carruth
2012-10-17
This just in, it is a *bad idea* to use 'udiv' on an offset of
Chandler Carruth
2012-10-15
Update the memcpy rewriting to fully support widened int rewriting. This
Chandler Carruth
2012-10-15
Follow-up fix to r165928: handle memset rewriting for widened integers,
Chandler Carruth
2012-10-15
First major step toward addressing PR14059. This teaches SROA to handle
Chandler Carruth
2012-10-13
Teach SROA to cope with wrapper aggregates. These show up a lot in ABI
Chandler Carruth
2012-10-10
Add the testcase from pr13254 (the old scalarreply pass handles this wrong;
Duncan Sands
2012-10-09
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
Chandler Carruth
2012-10-05
Teach the new SROA a new trick. Now we zap any memcpy or memmoves which
Chandler Carruth
2012-10-04
Fix PR13969, a mini-phase-ordering issue with the new SROA pass.
Chandler Carruth
2012-10-04
Teach the integer-promotion rewrite strategy to be endianness aware.
Chandler Carruth
2012-10-03
Fix an issue where we failed to adjust the alignment constraint on
Chandler Carruth
2012-10-03
Try to use a better set of abstractions for computing the alignment
Chandler Carruth
2012-10-02
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-01
Fix more misspellings found by Duncan during review.
Chandler Carruth
2012-10-01
Fix several issues with alignment. We weren't always accounting for type
Chandler Carruth
2012-10-01
Refactor the PartitionUse structure to actually use the Use* instead of
Chandler Carruth
2012-09-29
Fix a somewhat surprising miscompile where code relying on an ABI
Chandler Carruth
2012-09-26
When rewriting the pointer operand to a load or store which has
Chandler Carruth
2012-09-26
Teach all of the loads, stores, memsets and memcpys created by the
Chandler Carruth
2012-09-26
Revert the business end of r164636 and try again. I'll come in again. ;]
Chandler Carruth
2012-09-25
Don't drop the alignment on a memcpy intrinsic when producing a store. This is
Nick Lewycky
2012-09-25
Don't try to promote the same alloca twice. Fixes PR13916!
Nick Lewycky
2012-09-25
Fix a case where SROA did not correctly detect dead PHI or selects due
Chandler Carruth
2012-09-24
Address one of the original FIXMEs for the new SROA pass by implementing
Chandler Carruth
2012-09-23
Switch to a signed representation for the dynamic offsets while walking
Chandler Carruth
2012-09-21
Fix a case where the new SROA pass failed to zap dead operands to
Chandler Carruth
2012-09-18
Fix the last crasher I've gotten a reproduction for in SROA. This one
Chandler Carruth
[next]