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
*
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
*
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-03-28
2
-5
/
+6
*
Remove -O3.
Akira Hatanaka
2013-03-28
1
-3
/
+3
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
6
-47
/
+47
*
Check if Type is a vector before calling function Type::getVectorNumElements.
Akira Hatanaka
2013-03-28
1
-0
/
+15
*
Added back in the test for arc-annotations.
Michael Gottesman
2013-03-27
1
-0
/
+307
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
6
-47
/
+47
*
Add test case for commit r178031.
Ulrich Weigand
2013-03-26
1
-0
/
+50
*
Remove testcase. It's failing on some platforms but not others.
Bill Wendling
2013-03-26
1
-306
/
+0
*
Hmm...not failing...odd
Bill Wendling
2013-03-26
1
-1
/
+0
*
Temporarily XFAIL this test until Michael can look at it.
Bill Wendling
2013-03-26
1
-0
/
+1
*
[ObjCARC Annotations] Added support for displaying the state of pointers at t...
Michael Gottesman
2013-03-26
1
-0
/
+306
*
Add an optimizer-side test case for ARC bug <rdar://13195034>, fixed
John McCall
2013-03-25
1
-0
/
+63
[next]