index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
LoopVectorizer: Recognize min/max reductions
Arnold Schwaighofer
2013-04-18
1
-0
/
+399
*
LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.
Benjamin Kramer
2013-04-18
1
-0
/
+18
*
Revert "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-18
1
-79
/
+0
*
Combine bit test + conditional or into simple math
David Majnemer
2013-04-18
1
-0
/
+79
*
[objc-arc] Do not mismatch up retains inside a for loop with releases outside...
Michael Gottesman
2013-04-18
1
-0
/
+36
*
Streamline arc-annotation test (removing some cases which do not add any extr...
Michael Gottesman
2013-04-18
1
-233
/
+9
*
Do not optimise fprintf() calls if its return value is used.
Peter Collingbourne
2013-04-17
1
-0
/
+9
*
simplifycfg: Fix integer overflow converting switch into icmp.
Hans Wennborg
2013-04-16
1
-0
/
+18
*
We are not able to bitcast a pointer to an integral value.
Bill Wendling
2013-04-15
1
-0
/
+46
*
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
1
-0
/
+59
*
Revert "Recommit r179497 after fixing uninitialized variable." until
Eric Christopher
2013-04-15
2
-0
/
+6
*
Recommit r179497 after fixing uninitialized variable.
Eric Christopher
2013-04-15
2
-6
/
+0
*
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-15
1
-0
/
+53
*
Revert "Remove some unused triple and data layout."
Eric Christopher
2013-04-14
2
-0
/
+6
*
Remove some unused triple and data layout.
Eric Christopher
2013-04-14
2
-6
/
+0
*
Reorders two transforms that collide with each other
David Majnemer
2013-04-14
3
-5
/
+17
*
Make the command line triple match the module triple.
Nadav Rotem
2013-04-14
2
-2
/
+2
*
Remove unused function attributes.
Nadav Rotem
2013-04-14
9
-74
/
+46
*
SLPVectorizer: Add support for trees that don't start at binary operators, an...
Nadav Rotem
2013-04-14
1
-0
/
+37
*
SLPVectorizer: add initial support for reduction variable vectorization.
Nadav Rotem
2013-04-14
1
-0
/
+52
*
GlobalDCE: Fix an oversight in my last commit that could lead to crashes.
Benjamin Kramer
2013-04-13
1
-0
/
+18
*
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-13
1
-0
/
+97
*
InstCombine: Check the operand types before merging fcmp ord & fcmp ord.
Benjamin Kramer
2013-04-12
1
-0
/
+21
*
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
1
-0
/
+83
*
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
2
-4
/
+29
*
Simplify (A & ~B) in icmp if A is a power of 2
David Majnemer
2013-04-12
1
-0
/
+26
*
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-12
1
-0
/
+24
*
Optimize icmp involving addition better
David Majnemer
2013-04-11
1
-0
/
+52
*
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
1
-0
/
+27
*
Add missing colons to check lines.
Benjamin Kramer
2013-04-11
1
-2
/
+2
*
FileCheckize a bunch of tests.
Benjamin Kramer
2013-04-11
1
-2
/
+13
*
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
1
-0
/
+40
*
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
7
-0
/
+280
*
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
1
-128
/
+0
*
Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.
Michael Gottesman
2013-04-09
8
-17
/
+21
*
Revert 179071 because it is not the right way to support non standard new/new...
Nadav Rotem
2013-04-09
3
-21
/
+17
*
c++ new operators are not malloc-like functions because they do not return un...
Nadav Rotem
2013-04-08
3
-17
/
+21
*
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-07
1
-0
/
+63
*
An objc_retain can serve as a use for a different pointer.
Michael Gottesman
2013-04-05
1
-0
/
+95
*
Properly model precise lifetime when given an incomplete dataflow sequence.
Michael Gottesman
2013-04-05
3
-85
/
+932
*
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-05
1
-167
/
+0
*
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-04
1
-0
/
+28
*
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-03
3
-16
/
+8
*
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-02
1
-0
/
+19
*
Correct assertion condition
Shuxin Yang
2013-04-01
1
-0
/
+15
*
X86TTI: Add accurate costs for itofp operations, based on the actual instruct...
Benjamin Kramer
2013-04-01
1
-5
/
+4
*
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-30
1
-0
/
+151
*
Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...
Michael Gottesman
2013-03-29
1
-2
/
+2
*
Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...
Michael Gottesman
2013-03-29
1
-0
/
+16
*
Non optimizable objc_retainBlock calls are not forwarding.
Michael Gottesman
2013-03-28
1
-2
/
+2
[next]