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
/
test
/
Transforms
Age
Commit message (
Expand
)
Author
2013-04-21
SLPVectorize: Add support for vectorization of casts.
Nadav Rotem
2013-04-21
[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.
Michael Gottesman
2013-04-21
[objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...
Michael Gottesman
2013-04-21
[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...
Michael Gottesman
2013-04-20
Fix PR15800. Do not try to vectorize vectors and structs.
Nadav Rotem
2013-04-20
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-20
recommit tests
Nuno Lopes
2013-04-20
SLPVectorizer: Improve the cost model for loop invariant broadcast values.
Nadav Rotem
2013-04-19
MergeFunc: Make pointer and integer types generate the same hash.
Benjamin Kramer
2013-04-19
Make variable match any name.
Bill Wendling
2013-04-19
Try explicitly setting the target triple to see if this gets it to pass on ARM.
Bill Wendling
2013-04-19
Attempt to pacify this test for the buildbots.
Chad Rosier
2013-04-19
Add test to make sure that a int-to-ptr can be merged correctly.
Bill Wendling
2013-04-19
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
Benjamin Kramer
2013-04-19
Revert 179826. Tests were worthless.
Jakub Staszak
2013-04-19
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
PR14606: debug info imported_module support
David Blaikie
2013-04-19
Don't run expensive -O2 and -O3 in tests.
Jakub Staszak
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
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
Streamline arc-annotation test (removing some cases which do not add any extr...
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
Revert "Recommit r179497 after fixing uninitialized variable." until
Eric Christopher
2013-04-15
Recommit r179497 after fixing uninitialized variable.
Eric Christopher
2013-04-15
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-14
Revert "Remove some unused triple and data layout."
Eric Christopher
2013-04-14
Remove some unused triple and data layout.
Eric Christopher
2013-04-14
Reorders two transforms that collide with each other
David Majnemer
2013-04-14
Make the command line triple match the module triple.
Nadav Rotem
2013-04-14
Remove unused function attributes.
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
CostModel: increase the default cost of supported floating point operations f...
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
Add missing colons to check lines.
Benjamin Kramer
[prev]
[next]