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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix whitespace in debug output to be consistent.
Dan Gohman
2010-05-10
1
-1
/
+1
*
Remove DIGlobal.
Devang Patel
2010-05-07
1
-20
/
+8
*
Add DINameSpace::Verify().
Devang Patel
2010-05-07
1
-0
/
+11
*
Verify variable directly.
Devang Patel
2010-05-07
1
-36
/
+0
*
Verify compile unit also.
Devang Patel
2010-05-07
1
-0
/
+3
*
Wrap const MDNode * inside DIDescriptor.
Devang Patel
2010-05-07
1
-10
/
+12
*
Use overloaded operators instead of DIDescriptor::getNode()
Devang Patel
2010-05-07
1
-1
/
+1
*
Avoid DIDescriptor::getNode(). Use overloaded operators instead.
Devang Patel
2010-05-07
1
-83
/
+83
*
Add some words to this output to indicate what the numbers mean.
Dan Gohman
2010-05-07
1
-4
/
+4
*
Add a simple module-level debug info printer. It just sets up a
Dan Gohman
2010-05-07
2
-0
/
+87
*
Fix the new print functions to call print instead of dump.
Dan Gohman
2010-05-07
1
-11
/
+11
*
Convert the DebugInfo classes dump() methods into print(raw_ostream &)
Dan Gohman
2010-05-07
1
-52
/
+102
*
Use the SCEVAddRecExpr::getPostIncExpr utility function instead
Dan Gohman
2010-05-04
1
-4
/
+2
*
Fix a copy+pasto.
Dan Gohman
2010-05-04
1
-2
/
+2
*
Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...
Devang Patel
2010-05-04
1
-3
/
+1
*
Use getConstant instead of getIntegerSCEV. The two are basically the
Dan Gohman
2010-05-03
2
-26
/
+26
*
Silence warnings about -1 being converted to an unsigned value.
Dan Gohman
2010-05-03
1
-6
/
+6
*
Use isTrueWhenEqual and isFalseWhenEqual instead of assuming that
Dan Gohman
2010-05-03
1
-2
/
+2
*
In ScalarEvolution::print, don't bother printing out the SCEVs for
Dan Gohman
2010-05-03
1
-1
/
+1
*
In SimplifyICmpOperands, avoid needlessly swapping the operands in the
Dan Gohman
2010-05-03
1
-3
/
+6
*
Factor out the new <= and >= analysis code into SimplifyICmpOperands.
Dan Gohman
2010-05-03
1
-51
/
+62
*
Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called ...
David Chisnall
2010-05-01
1
-3
/
+9
*
fix PR5009 by making CGSCCPM realize that a call was devirtualized
Chris Lattner
2010-05-01
1
-5
/
+36
*
Implement rdar://6295824 and PR6724 with two tiny changes
Chris Lattner
2010-05-01
1
-1
/
+1
*
Dan recently disabled recursive inlining within a function, but we
Chris Lattner
2010-04-30
1
-1
/
+9
*
Attach AT_APPLE_optimized attribute to optimized function's debug info.
Devang Patel
2010-04-30
1
-5
/
+15
*
Set isSigned to true when creating an all-ones integer constant, even
Dan Gohman
2010-04-30
1
-4
/
+4
*
Silence compiler warnings.
Dan Gohman
2010-04-30
1
-4
/
+4
*
Add lint checks for invalid uses of memory.
Dan Gohman
2010-04-30
1
-19
/
+59
*
Refactor.
Devang Patel
2010-04-29
1
-0
/
+11
*
When checking whether the special handling for an addrec increment which
Dan Gohman
2010-04-26
2
-3
/
+2
*
ScalarEvolution support for <= and >= loops.
Dan Gohman
2010-04-24
1
-20
/
+107
*
Use SimplifyICmpOperands in isKnownPredicate too.
Dan Gohman
2010-04-24
1
-0
/
+3
*
Update isImpliedCond to use the new SimplifyICmpOperands utility.
Dan Gohman
2010-04-24
1
-111
/
+6
*
Add a new utility function SimplifyICmpOperands. Much of this code is
Dan Gohman
2010-04-24
1
-0
/
+198
*
fix callgraph dump to not print 0x0x1234 for nodes.
Chris Lattner
2010-04-23
1
-6
/
+8
*
Fix LSR to tolerate cases where ScalarEvolution initially
Dan Gohman
2010-04-23
1
-0
/
+12
*
When it doesn't matter whether zero or sign extension is used,
Dan Gohman
2010-04-23
1
-6
/
+2
*
add a DEBUG call so that -debug lists when CGSCCPM iterates.
Chris Lattner
2010-04-22
1
-7
/
+4
*
Don't attempt to analyze values which are obviously undef. This fixes some
Dan Gohman
2010-04-22
1
-75
/
+102
*
Tidy a comment.
Dan Gohman
2010-04-22
1
-1
/
+1
*
Make ScalarEvolution::getConstant support pointer types, for consistency
Dan Gohman
2010-04-21
1
-2
/
+2
*
Implement (but don't enable) PR6724 and rdar://6295824. In short,
Chris Lattner
2010-04-21
1
-56
/
+122
*
Revert r101471. For tight recursive functions which have multiple
Dan Gohman
2010-04-21
1
-7
/
+0
*
PR6880: Don't dereference CallsExternalNode if it's NULL.
Benjamin Kramer
2010-04-20
1
-3
/
+5
*
move some select simplifications out out instcombine into
Chris Lattner
2010-04-20
1
-0
/
+32
*
make CallGraphNode dtor abort if a node is deleted when there are still
Chris Lattner
2010-04-20
1
-0
/
+9
*
Remove the Expr member from IVUsers. Instead of remembering the expression,
Dan Gohman
2010-04-19
1
-29
/
+27
*
fix PR6858: a dangling pointer use bug which was caused
Chris Lattner
2010-04-17
1
-1
/
+8
*
a bunch of cleanups and tweaks, no functionality changes.
Chris Lattner
2010-04-17
1
-42
/
+48
[next]