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
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the noalias checking so that it doesn't worry about
Dan Gohman
2010-06-01
1
-12
/
+12
*
Fix AliasDebugger to be aware of operand values too.
Dan Gohman
2010-05-28
1
-2
/
+10
*
Add lint checks for function attributes.
Dan Gohman
2010-05-28
1
-30
/
+91
*
Fix lint's memcpy and memmove checks, and its basic block traversal.
Dan Gohman
2010-05-28
1
-5
/
+8
*
Detect self-referential values.
Dan Gohman
2010-05-28
1
-6
/
+19
*
Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.
Stuart Hastings
2010-05-28
1
-0
/
+12
*
Eli pointed out that va_arg instruction result values don't
Dan Gohman
2010-05-28
1
-4
/
+4
*
Teach lint how to look through simple store+load pairs and other
Dan Gohman
2010-05-28
1
-10
/
+75
*
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-05-28
2
-0
/
+236
*
ConstantFoldConstantExpression can theoretically return null.
Dan Gohman
2010-05-28
1
-4
/
+8
*
Add a lint check for returning the address of stack memory.
Dan Gohman
2010-05-28
1
-0
/
+6
*
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-05-27
1
-12
/
+0
*
Avoid counting InlineAsm as a call - it prevents loop unrolling.
Jakob Stoklund Olesen
2010-05-26
1
-1
/
+5
*
Fix Lint printing warnings multiple times. Remove the ErrorStr
Dan Gohman
2010-05-26
1
-5
/
+2
*
Reinstate checking of stackrestore, with checking for both Read
Dan Gohman
2010-05-26
1
-0
/
+8
*
Stackrestore is not a load.
Dan Gohman
2010-05-26
1
-5
/
+0
*
Remove a TODO which isn't practical.
Dan Gohman
2010-05-26
1
-1
/
+0
*
Implement checking of the tail keyword.
Dan Gohman
2010-05-26
1
-1
/
+9
*
Rename variable. add comment.
Devang Patel
2010-05-20
1
-2
/
+5
*
Add support to preserve type info for the variables that are removed by the o...
Devang Patel
2010-05-14
1
-2
/
+7
*
Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort
Nick Lewycky
2010-05-12
1
-1
/
+6
*
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
[next]