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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a slew of indentation and parameter naming style issues. This 80% of
Chandler Carruth
2013-01-07
1
-42
/
+36
*
Switch the loop vectorizer from VTTI to just use TTI directly.
Chandler Carruth
2013-01-05
1
-9
/
+9
*
LoopVectorizer:
Nadav Rotem
2013-01-04
1
-4
/
+28
*
LoopVectorizer: Add support for loop-unrolling during vectorization for incre...
Nadav Rotem
2013-01-03
1
-14
/
+62
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
LoopVectorizer: Optimize the vectorization of consecutive memory access when ...
Nadav Rotem
2012-12-26
1
-1
/
+8
*
whitespace
Nadav Rotem
2012-12-20
1
-1
/
+1
*
LoopVectorize: Make iteration over induction variables not depend on pointer ...
Benjamin Kramer
2012-12-19
1
-4
/
+4
*
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-13
1
-0
/
+3
*
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-12
1
-4
/
+5
*
Split the LoopVectorizer into H and CPP.
Nadav Rotem
2012-12-10
1
-0
/
+458