index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2013-04-19
LoopVectorizer: Use matcher from PatternMatch.h for the min/max patterns
Arnold Schwaighofer
2013-04-19
Keep coding stanard. Don't use "else if" after "return".
Jakub Staszak
2013-04-18
Implement a better fix for PR15185.
Bill Wendling
2013-04-18
Fix a -Wdocumentation warning
Dmitri Gribenko
2013-04-18
In the function InstCombiner::visitExtractElementInst() removed the limitatio...
Anat Shemer
2013-04-18
Added a function scalarizePHI() that sclarizes a vector phi instruction if it...
Anat Shemer
2013-04-18
Fix a comment, PR15777.
Chris Lattner
2013-04-18
LoopVectorizer: Recognize min/max reductions
Arnold Schwaighofer
2013-04-18
LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.
Benjamin Kramer
2013-04-18
Revert "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-18
Combine bit test + conditional or into simple math
David Majnemer
2013-04-18
[objc-arc] Do not mismatch up retains inside a for loop with releases outside...
Michael Gottesman
2013-04-18
Removed trailing whitespace.
Michael Gottesman
2013-04-17
[objc-arc] Added annotation option to only emit annotations for a specific ss...
Michael Gottesman
2013-04-17
Fixed typo.
Michael Gottesman
2013-04-17
[objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...
Michael Gottesman
2013-04-17
[objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard.
Michael Gottesman
2013-04-17
Do not optimise fprintf() calls if its return value is used.
Peter Collingbourne
2013-04-16
simplifycfg: Fix integer overflow converting switch into icmp.
Hans Wennborg
2013-04-15
We are not able to bitcast a pointer to an integral value.
Bill Wendling
2013-04-15
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
Fix a typo in comment.
Jim Grosbach
2013-04-15
Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...
Nadav Rotem
2013-04-15
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
2013-04-15
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-14
Reorders two transforms that collide with each other
David Majnemer
2013-04-14
Miscellaneous cleanups for VecUtils.h
Benjamin Kramer
2013-04-14
SLP: Document the scalarization cost method.
Nadav Rotem
2013-04-14
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-13
GlobalDCE: Fix an oversight in my last commit that could lead to crashes.
Benjamin Kramer
2013-04-13
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-12
InstCombine: Check the operand types before merging fcmp ord & fcmp ord.
Benjamin Kramer
2013-04-12
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
Add debug prints.
Nadav Rotem
2013-04-12
Simplify (A & ~B) in icmp if A is a power of 2
David Majnemer
2013-04-12
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-11
Optimize icmp involving addition better
David Majnemer
2013-04-11
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-10
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
We require DataLayout for analyzing the size of stores.
Nadav Rotem
2013-04-10
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-09
Fix some comment typos.
Bob Wilson
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-08
Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...
Shuxin Yang
2013-04-07
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-05
Removed trailing whitespace.
Michael Gottesman
2013-04-05
An objc_retain can serve as a use for a different pointer.
Michael Gottesman
[prev]
[next]