index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
2012-08-07
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
Fix PR13412, a nasty miscompile due to the interleaved
Chandler Carruth
2012-08-02
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-08-01
Stay rational; don't assert trying to take the square root of a negative value.
Nick Lewycky
2012-07-30
When constant folding GEP expressions, keep the address space information of ...
Nadav Rotem
2012-07-27
fix PR13390: do not loop forever with self-referencing self instructions
Nuno Lopes
2012-07-25
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
When folding a load from a global constant, if the load started in the middle
Duncan Sands
2012-07-24
teach objectsize about strdup() and strndup()
Nuno Lopes
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-20
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-13
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
IVUsers should only generate SCEV's for values that are safe to speculate.
Andrew Trick
2012-07-13
Factor SCEV traversal code so I can use it elsewhere. No functionality.
Andrew Trick
2012-07-09
Delete code for folding undefs in ScalarEvolution. It's invalid in
Dan Gohman
2012-07-03
PHINode::hasConstantValue(): return undef if the PHI is fully recursive.
Nuno Lopes
2012-07-03
fold PHI nodes in SizeOffsetEvaluator whenever possible.
Nuno Lopes
2012-06-30
Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand...
Benjamin Kramer
2012-06-29
RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni...
Nuno Lopes
2012-06-29
Update the CMake files.
Bill Wendling
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-28
If the step value is a constant zero, the loop isn't going to terminate. Fixes
Nick Lewycky
2012-06-28
MemoryBuiltins:
Nuno Lopes
2012-06-28
make LazyValueInfo analyze the default case of switch statements (we know tha...
Nuno Lopes
2012-06-28
make LVI::getEdgeValue() always intersect the constraints of the edge with th...
Nuno Lopes
2012-06-28
Fix cmake failure from moving files around.
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-26
Reduce indentation in function. Rearrange some methods. No functionality change.
Bill Wendling
2012-06-26
Revamp how debugging information is emitted for debug info objects.
Bill Wendling
2012-06-26
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
Remove unnecessary FIXME
Andrew Trick
2012-06-25
check for the NoAlias attribute through CallSite
Nuno Lopes
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-22
simplify code from previous commits (Thanks Duncan)
Nuno Lopes
2012-06-22
remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...
Nuno Lopes
2012-06-21
Add support for invoke to the MemoryBuiltin analysid.
Nuno Lopes
2012-06-21
fix build in C++11 mode.
Nuno Lopes
2012-06-21
hopefully fix the buildbots: some tests have wrong definitions of malloc and...
Nuno Lopes
2012-06-21
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-20
A new algorithm for computing LoopInfo. Temporarily disabled.
Andrew Trick
2012-06-20
Move the implementation of LoopInfo into LoopInfoImpl.h.
Andrew Trick
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-01
Add support for enum forward declarations.
Eric Christopher
2012-05-30
Make sure that we're dealing with a binary SCEVExpr when simplifying.
Benjamin Kramer
2012-05-30
Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.
Benjamin Kramer
2012-05-30
SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
Andrew Trick
[next]