index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Really turn if-converter loose:
Evan Cheng
2007-06-16
1
-166
/
+211
*
Fix a failure to bit_convert from integer GPR to MMX register.
Bill Wendling
2007-06-16
1
-0
/
+2
*
Fix test/Transforms/GVNPRE/2007-06-15-InvokeInst.ll by ignoring all instructi...
Owen Anderson
2007-06-16
1
-3
/
+36
*
Codegen support (stripped out) for the annotate attribute.
Tanya Lattner
2007-06-15
2
-0
/
+7
*
Not every predicable block can be safely duplicated.
Evan Cheng
2007-06-15
1
-8
/
+35
*
Instructions with unique labels or embedded jumptables cannot be duplicated d...
Evan Cheng
2007-06-15
2
-0
/
+31
*
Fold a binary operator with constant operands when expanding code for a SCEV.
Dan Gohman
2007-06-15
1
-0
/
+5
*
Fix CodeGen/X86/inline-asm-x-scalar.ll:test4, by retaining regclass info
Chris Lattner
2007-06-15
1
-6
/
+9
*
MachineInstr::isPredicable() is no longer needed.
Evan Cheng
2007-06-15
2
-10
/
+5
*
Workaround for PR1508.
Duncan Sands
2007-06-15
1
-29
/
+96
*
Use SCEVConstant::get instead of SCEVUnknown::get to create an
Dan Gohman
2007-06-15
1
-2
/
+2
*
Fix test/Transforms/GVNPRE/2007-06-15-Looping.ll
Owen Anderson
2007-06-15
1
-4
/
+2
*
Extra edges are deleted later if needed.
Evan Cheng
2007-06-15
1
-1
/
+0
*
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-15
4
-25
/
+76
*
Allow small blocks to be duplicated to enable if-conversion.
Evan Cheng
2007-06-15
1
-25
/
+99
*
Generalize many transforms to work on ~ of vectors in addition to ~ of
Chris Lattner
2007-06-15
1
-29
/
+31
*
add a Constant::getAllOnesValue helper function, which works on integers
Chris Lattner
2007-06-15
1
-0
/
+5
*
Enhance BinaryOperator::isNot to support vector not.
Chris Lattner
2007-06-15
1
-1
/
+5
*
Implement two xforms:
Chris Lattner
2007-06-15
1
-6
/
+26
*
delete some obviously dead vector operations, which deletes a few thousand
Chris Lattner
2007-06-15
1
-1
/
+12
*
No really, clear predcessors states.
Evan Cheng
2007-06-14
1
-7
/
+8
*
If BB is predicated, invalidate its predecessor(s) which would if-convert it....
Evan Cheng
2007-06-14
1
-3
/
+7
*
Rename MVT::getVectorBaseType to MVT::getVectorElementType.
Dan Gohman
2007-06-14
6
-34
/
+34
*
Do not treat FP_REG_KILL as terminator in branch analysis (X86).
Dale Johannesen
2007-06-14
2
-4
/
+11
*
Fix typo.
Evan Cheng
2007-06-14
1
-1
/
+1
*
Add a target hook to allow loads from constant pools to be rematerialized, an...
Dan Gohman
2007-06-14
4
-3
/
+32
*
Fix some stupid bugs that have effectively disabled if-conversion.
Evan Cheng
2007-06-14
1
-1
/
+7
*
Eliminate some redundant newlines in asm output.
Dan Gohman
2007-06-14
3
-5
/
+4
*
Add support to tablegen for specifying subregister classes on a per register ...
Christopher Lamb
2007-06-13
1
-0
/
+4
*
Handle blocks with 2 unconditional branches in AnalyzeBranch.
Dale Johannesen
2007-06-13
4
-0
/
+40
*
Only correctly lower exception handing intrinsics if exception handling is
Duncan Sands
2007-06-13
1
-8
/
+7
*
Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and
Dan Gohman
2007-06-13
3
-21
/
+83
*
When creating CopyFromReg nodes, always use legal types. And use the
Dan Gohman
2007-06-13
1
-6
/
+6
*
The fix that was applied for PR1224 stops the compiler
Duncan Sands
2007-06-13
1
-32
/
+24
*
Typo
Evan Cheng
2007-06-13
1
-1
/
+1
*
Now if-converting all 4 variants of triangles.
Evan Cheng
2007-06-12
1
-24
/
+40
*
Fix test/Transforms/GVNPRE/2007-06-12-PhiTranslate.ll
Owen Anderson
2007-06-12
1
-38
/
+39
*
isReachableFromEntry() is not suitable for post dominator.
Devang Patel
2007-06-12
1
-0
/
+2
*
Remove redundant check.
Devang Patel
2007-06-12
1
-7
/
+3
*
Check A dominates B and vise versa first while searching for nearest
Devang Patel
2007-06-12
1
-8
/
+4
*
Refactor some code, and fix test/Transforms/GVNPRE/2007-06-12-NoExit.ll by be...
Owen Anderson
2007-06-12
1
-47
/
+69
*
Sink CmpInst's to their uses to reduce register pressure.
Dale Johannesen
2007-06-12
1
-3
/
+61
*
Break DominatorTree from ETNode.
Devang Patel
2007-06-12
2
-97
/
+8
*
Fix a few more bugs, including an instance of walking in reverse topological ...
Owen Anderson
2007-06-12
1
-31
/
+49
*
Use SmallPtrSet instaed of std::set
Devang Patel
2007-06-12
1
-2
/
+1
*
Check immediate dominators first while searching for nearset common dominator.
Devang Patel
2007-06-12
1
-6
/
+18
*
Maintain DFS number in DomTreeNode itself.
Devang Patel
2007-06-12
1
-3
/
+37
*
Add and use DominatorTreeBase::findNearestCommonDominator().
Devang Patel
2007-06-11
2
-1
/
+46
*
Fix a typo in bswap lowering.
Lauro Ramos Venancio
2007-06-11
1
-1
/
+1
*
Restructure code to reduce ifcvt compile time cost.
Evan Cheng
2007-06-11
1
-155
/
+193
[next]