index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
SROA
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r195118:
Bill Wendling
2013-11-20
1
-1
/
+0
*
SROA: Handle casts involving vectors of pointers and integer scalars.
Benjamin Kramer
2013-09-21
1
-0
/
+53
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Fix a problem I introduced in r187029 where we would over-eagerly
Chandler Carruth
2013-07-24
1
-0
/
+37
*
Fix PR16687 where we were incorrectly promoting an alloca that had
Chandler Carruth
2013-07-24
1
-0
/
+37
*
Fix another assert failure very similar to PR16651's test case. This
Chandler Carruth
2013-07-19
1
-2
/
+22
*
Fix PR16651, an assert introduced in my recent re-work of the innards of
Chandler Carruth
2013-07-19
1
-0
/
+20
*
Reapply r186316 with a fix for one bug where the code could walk off the
Chandler Carruth
2013-07-18
1
-1
/
+1
*
Revert r186316 while I track down an ASan failure and an assert from
Chandler Carruth
2013-07-15
1
-1
/
+1
*
Reimplement SROA yet again. Same fundamental principle, but a totally
Chandler Carruth
2013-07-15
1
-1
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
6
-70
/
+70
*
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-05-01
1
-14
/
+14
*
SROA: Don't crash on a select with two identical operands.
Benjamin Kramer
2013-04-21
1
-0
/
+11
*
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-07
1
-0
/
+63
*
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-14
2
-16
/
+38
*
Rename the test so that we can add additional vectors-of-pointers tests
Nadav Rotem
2012-12-18
1
-0
/
+0
*
SROA: Replace calls to getScalarSizeInBits to DataLayout's API because
Nadav Rotem
2012-12-18
1
-0
/
+25
*
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
1
-0
/
+15
*
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
1
-0
/
+48
*
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
1
-17
/
+17
*
Fix the first part of PR14478: memset now works.
Chandler Carruth
2012-12-17
1
-0
/
+35
*
Add a corollary test for PR14572. We got this code path correct already.
Chandler Carruth
2012-12-15
1
-2
/
+18
*
Relax an overly aggressive assert to fix PR14572.
Chandler Carruth
2012-12-15
1
-0
/
+16
*
Fix typo in test-case.
Jakub Staszak
2012-12-12
1
-8
/
+8
*
Fix typo.
Jakub Staszak
2012-12-12
1
-4
/
+4
*
Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.
Chandler Carruth
2012-12-10
2
-7
/
+31
*
Fix typos in CHECK lines.
Dmitri Gribenko
2012-12-06
1
-2
/
+2
*
SROA: Avoid struct and array types early to avoid creating an overly large in...
Benjamin Kramer
2012-12-01
1
-0
/
+13
*
PR14055: Implement support for sub-vector operations in SROA.
Chandler Carruth
2012-11-21
1
-2
/
+75
*
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
Chandler Carruth
2012-11-20
1
-0
/
+35
*
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-20
3
-26
/
+46
*
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
2012-11-17
1
-0
/
+25
*
Fix PR14212: For some strange reason I treated vectors differently from
Chandler Carruth
2012-10-30
1
-0
/
+15
*
Teach SROA how to split whole-alloca integer loads and stores into
Chandler Carruth
2012-10-25
2
-23
/
+85
*
This just in, it is a *bad idea* to use 'udiv' on an offset of
Chandler Carruth
2012-10-17
1
-0
/
+20
*
Update the memcpy rewriting to fully support widened int rewriting. This
Chandler Carruth
2012-10-15
1
-1
/
+5
*
Follow-up fix to r165928: handle memset rewriting for widened integers,
Chandler Carruth
2012-10-15
1
-0
/
+13
*
First major step toward addressing PR14059. This teaches SROA to handle
Chandler Carruth
2012-10-15
2
-23
/
+57
*
Teach SROA to cope with wrapper aggregates. These show up a lot in ABI
Chandler Carruth
2012-10-13
2
-31
/
+44
*
Add the testcase from pr13254 (the old scalarreply pass handles this wrong;
Duncan Sands
2012-10-10
1
-0
/
+16
*
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
Chandler Carruth
2012-10-09
1
-0
/
+20
*
Teach the new SROA a new trick. Now we zap any memcpy or memmoves which
Chandler Carruth
2012-10-05
1
-4
/
+2
*
Fix PR13969, a mini-phase-ordering issue with the new SROA pass.
Chandler Carruth
2012-10-04
1
-0
/
+24
*
Teach the integer-promotion rewrite strategy to be endianness aware.
Chandler Carruth
2012-10-04
6
-5
/
+113
*
Fix an issue where we failed to adjust the alignment constraint on
Chandler Carruth
2012-10-03
1
-0
/
+31
*
Try to use a better set of abstractions for computing the alignment
Chandler Carruth
2012-10-03
1
-4
/
+59
*
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
1
-0
/
+29
*
Fix more misspellings found by Duncan during review.
Chandler Carruth
2012-10-01
1
-2
/
+2
*
Fix several issues with alignment. We weren't always accounting for type
Chandler Carruth
2012-10-01
1
-0
/
+31
*
Refactor the PartitionUse structure to actually use the Use* instead of
Chandler Carruth
2012-10-01
1
-3
/
+21
[next]