index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Vectorize
/
LoopVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add IRBuilder::CreateVectorSplat and use it to simplify code.
Benjamin Kramer
2013-01-01
1
-12
/
+1
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-1
/
+2
*
LoopVectorizer: Fix a bug in the code that updates the loop exiting block.
Nadav Rotem
2012-12-30
1
-0
/
+13
*
If all of the write objects are identified then we can vectorize the loop eve...
Nadav Rotem
2012-12-26
1
-1
/
+5
*
LoopVectorizer: Optimize the vectorization of consecutive memory access when ...
Nadav Rotem
2012-12-26
1
-22
/
+63
*
LoopVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
1
-0
/
+1
*
LoopVectorizer: When checking for vectorizable types, also check
Nadav Rotem
2012-12-24
1
-1
/
+8
*
LoopVectorizer: Fix an endless loop in the code that looks for reductions.
Nadav Rotem
2012-12-24
1
-7
/
+8
*
LoopVectorize: Fix accidentaly inverted condition.
Benjamin Kramer
2012-12-23
1
-1
/
+1
*
LoopVectorize: For scalars and void types there is no need to compute vector ...
Benjamin Kramer
2012-12-23
1
-12
/
+10
*
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-23
1
-13
/
+29
*
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-22
1
-1
/
+1
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Enable if-conversion.
Nadav Rotem
2012-12-21
1
-1
/
+1
*
Fix a bug in the code that checks if we can vectorize loops while using dynamic
Nadav Rotem
2012-12-21
1
-19
/
+24
*
LoopVectorize: Fix a bug in the scalarization of instructions.
Nadav Rotem
2012-12-20
1
-1
/
+1
*
Loop Vectorizer: turn-off if-conversion.
Nadav Rotem
2012-12-20
1
-1
/
+1
*
Loop Vectorizer: Enable if-conversion.
Nadav Rotem
2012-12-20
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...
Benjamin Kramer
2012-12-18
1
-12
/
+31
*
Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...
Nadav Rotem
2012-12-13
1
-1
/
+1
*
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-13
1
-2
/
+17
*
Fix indentation.
Nadav Rotem
2012-12-12
1
-4
/
+3
*
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
1
-6
/
+11
*
Fix the ascii drawing that was ruined when I split the H and CPP
Nadav Rotem
2012-12-12
1
-10
/
+10
*
fix a typo.
Nadav Rotem
2012-12-12
1
-1
/
+1
*
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-12
1
-22
/
+60
*
PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...
Nadav Rotem
2012-12-11
1
-1
/
+1
*
Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...
Nadav Rotem
2012-12-11
1
-1
/
+13
*
Fix PR14565. Don't if-convert loops that have switch statements in them.
Nadav Rotem
2012-12-11
1
-0
/
+4
*
Split the LoopVectorizer into H and CPP.
Nadav Rotem
2012-12-10
1
-951
/
+535
*
Add support for reverse induction variables. For example:
Nadav Rotem
2012-12-10
1
-90
/
+191
*
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
1
-2
/
+55
*
test commit.
Paul Redmond
2012-12-09
1
-1
/
+1
*
LoopVectorizer: Increase the number of pointers that can be tested at runtime...
Nadav Rotem
2012-12-04
1
-1
/
+1
*
Enable if-conversion during vectorization.
Nadav Rotem
2012-12-04
1
-1
/
+1
*
Fix a bug in vectorization of if-converted reduction variables. If the
Nadav Rotem
2012-12-04
1
-14
/
+20
*
Add support for reduction variables when IF-conversion is enabled.
Nadav Rotem
2012-12-04
1
-10
/
+23
*
Give scalar if-converted blocks half the score because they are not always ex...
Nadav Rotem
2012-12-04
1
-5
/
+5
*
Add the last part that is needed for vectorization of if-converted code.
Nadav Rotem
2012-12-04
1
-162
/
+251
*
LoopVectorize.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-04
1
-2
/
+2
*
Fix whitespace.
NAKAMURA Takumi
2012-12-04
1
-4
/
+3
*
minor renaming, documentation and cleanups.
Nadav Rotem
2012-12-03
1
-25
/
+21
*
IF-conversion: teach the cost-model how to grade if-converted loops.
Nadav Rotem
2012-12-03
1
-15
/
+26
*
Now that we have a basic if-conversion infrastructure we can rename the
Nadav Rotem
2012-12-03
1
-18
/
+18
*
Add initial support for IF-conversion. This patch implements the first 1/3,
Nadav Rotem
2012-12-03
1
-134
/
+253
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-18
/
+19
*
minor cleanups
Nadav Rotem
2012-11-30
1
-8
/
+3
*
Remove the use of LPPassManager. We can remove LPM because we dont need to ru...
Nadav Rotem
2012-11-30
1
-10
/
+10
*
When broadcasting invariant scalars into vectors, place the broadcast code in...
Nadav Rotem
2012-11-29
1
-11
/
+29
[next]