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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo in comment.
Jim Grosbach
2013-04-15
1
-1
/
+1
*
Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...
Nadav Rotem
2013-04-15
1
-1
/
+12
*
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
2013-04-15
1
-3
/
+3
*
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-15
1
-21
/
+40
*
Reorders two transforms that collide with each other
David Majnemer
2013-04-14
1
-8
/
+8
*
Miscellaneous cleanups for VecUtils.h
Benjamin Kramer
2013-04-14
1
-9
/
+6
*
SLP: Document the scalarization cost method.
Nadav Rotem
2013-04-14
1
-3
/
+10
*
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
3
-7
/
+25
*
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-14
3
-7
/
+95
*
GlobalDCE: Fix an oversight in my last commit that could lead to crashes.
Benjamin Kramer
2013-04-13
1
-2
/
+2
*
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-13
1
-4
/
+9
*
InstCombine: Check the operand types before merging fcmp ord & fcmp ord.
Benjamin Kramer
2013-04-12
1
-0
/
+3
*
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
2
-46
/
+254
*
Add debug prints.
Nadav Rotem
2013-04-12
1
-1
/
+5
*
Simplify (A & ~B) in icmp if A is a power of 2
David Majnemer
2013-04-12
1
-0
/
+9
*
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-12
1
-2
/
+0
*
Optimize icmp involving addition better
David Majnemer
2013-04-11
1
-0
/
+49
*
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
1
-0
/
+4
*
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
1
-1
/
+2
*
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
1
-2
/
+2
*
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
1
-4
/
+0
*
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-10
2
-1
/
+6
*
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-10
1
-22
/
+19
*
Fix some comment typos.
Bob Wilson
2013-04-09
1
-2
/
+2
*
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
5
-0
/
+707
*
Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...
Shuxin Yang
2013-04-08
1
-12
/
+14
*
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-07
1
-0
/
+1
*
Removed trailing whitespace.
Michael Gottesman
2013-04-05
1
-27
/
+27
*
An objc_retain can serve as a use for a different pointer.
Michael Gottesman
2013-04-05
1
-2
/
+3
*
Properly model precise lifetime when given an incomplete dataflow sequence.
Michael Gottesman
2013-04-05
1
-6
/
+20
*
Tidy up a bit. No functional change.
Jim Grosbach
2013-04-05
9
-259
/
+261
*
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-05
1
-11
/
+2
*
Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...
Michael Gottesman
2013-04-05
1
-0
/
+4
*
Cleaned up whitespace and made debug logging less verbose.
Michael Gottesman
2013-04-05
1
-114
/
+95
*
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-04
1
-2
/
+13
*
Reassociate: Avoid iterator invalidation.
Benjamin Kramer
2013-04-04
1
-7
/
+12
*
Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...
Michael Gottesman
2013-04-03
1
-25
/
+45
*
Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...
Michael Gottesman
2013-04-03
1
-18
/
+32
*
Small cleanups.
Michael Gottesman
2013-04-03
1
-14
/
+14
*
Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...
Michael Gottesman
2013-04-03
1
-22
/
+33
*
Removed an old comment.
Michael Gottesman
2013-04-03
1
-7
/
+0
*
Clean up arc annotations by moving the top/bottom BB annotations into conditi...
Michael Gottesman
2013-04-03
1
-58
/
+46
*
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-03
1
-16
/
+1
*
Improved comment. No functionality change.
Michael Gottesman
2013-04-03
1
-1
/
+2
*
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-02
1
-3
/
+3
*
Correct assertion condition
Shuxin Yang
2013-04-01
1
-1
/
+1
*
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-30
1
-1
/
+325
*
Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...
Michael Gottesman
2013-03-29
1
-1
/
+2
*
Removed trailing whitespace.
Michael Gottesman
2013-03-29
1
-15
/
+15
*
Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...
Michael Gottesman
2013-03-28
1
-37
/
+6
[next]