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
Commit message (
Expand
)
Author
Age
Files
Lines
*
BBVectorize: Use VTTI to compute costs for intrinsics vectorization
Hal Finkel
2012-12-26
1
-0
/
+79
*
LoopVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
1
-0
/
+60
*
BBVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
1
-0
/
+28
*
Fix typo "Makre" -> "Make".
Nick Lewycky
2012-12-24
1
-6
/
+4
*
LoopVectorizer: When checking for vectorizable types, also check
Nadav Rotem
2012-12-24
1
-0
/
+29
*
LoopVectorizer: Fix an endless loop in the code that looks for reductions.
Nadav Rotem
2012-12-24
1
-0
/
+44
*
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
1
-3
/
+3
*
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-23
1
-1
/
+4
*
Fix a bug in the code that checks if we can vectorize loops while using dynamic
Nadav Rotem
2012-12-21
2
-48
/
+110
*
LoopVectorize: Fix a bug in the scalarization of instructions.
Nadav Rotem
2012-12-20
1
-0
/
+48
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
5
-1
/
+168
*
Transform (x&C)>V into (x&C)!=0 where possible
Paul Redmond
2012-12-19
1
-0
/
+17
*
Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.
Benjamin Kramer
2012-12-19
1
-0
/
+22
*
rdar://12801297
Shuxin Yang
2012-12-18
1
-0
/
+102
*
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-18
1
-0
/
+40
*
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
*
Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...
Michael Ilseman
2012-12-14
1
-0
/
+39
*
Fix a crash in ValueTracking on vectors of pointers.
Nadav Rotem
2012-12-14
1
-0
/
+10
*
rdar://12753946
Shuxin Yang
2012-12-14
1
-6
/
+34
*
Revert r170020, "Simplify negated bit test", for now.
NAKAMURA Takumi
2012-12-13
1
-26
/
+0
*
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-13
1
-0
/
+232
*
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-13
1
-1
/
+1
*
unHECKify test fixed by Jacob in r159003.
Jakub Staszak
2012-12-12
1
-8
/
+6
*
Simplify negated bit test
David Majnemer
2012-12-12
1
-0
/
+26
*
unHECKify test. It was fixed by Chris in 2009.
Jakub Staszak
2012-12-12
1
-8
/
+5
*
Fix typo in test-case.
Jakub Staszak
2012-12-12
1
-8
/
+8
*
Fix typo.
Jakub Staszak
2012-12-12
1
-4
/
+4
*
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
1
-0
/
+170
*
- Fix a problematic way in creating all-the-1 APInt.
Shuxin Yang
2012-12-12
1
-0
/
+10
*
Added a slew of SimplifyInstruction floating-point optimizations, many of whi...
Michael Ilseman
2012-12-12
2
-0
/
+107
*
PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...
Nadav Rotem
2012-12-11
1
-0
/
+44
*
Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...
Nadav Rotem
2012-12-11
4
-4
/
+33
*
Fix PR14565. Don't if-convert loops that have switch statements in them.
Nadav Rotem
2012-12-11
1
-0
/
+39
*
Add support for reverse induction variables. For example:
Nadav Rotem
2012-12-10
1
-4
/
+2
*
Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.
Chandler Carruth
2012-12-10
2
-7
/
+31
*
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
1
-0
/
+851
*
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-09
2
-0
/
+126
*
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-08
2
-82
/
+0
*
The test unconditionally assumes a particular cpu has a backend build in the ...
David Tweed
2012-12-07
2
-0
/
+6
*
Add support to ValueTracking for determining that a pointer is non-null
Chandler Carruth
2012-12-07
1
-0
/
+40
*
Fix typos in CHECK lines.
Dmitri Gribenko
2012-12-06
2
-3
/
+3
*
fix a typo
Shuxin Yang
2012-12-05
1
-1
/
+1
*
Fix a bug in vectorization of if-converted reduction variables. If the
Nadav Rotem
2012-12-04
1
-0
/
+38
[next]