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
/
include
/
llvm
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
1
-1
/
+1
*
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-16
1
-1
/
+14
*
Set the branch probability of branching to the 'normal' destination of an invoke
Bill Wendling
2012-08-15
1
-0
/
+1
*
Fix a documentation typo.
Nadav Rotem
2012-08-13
1
-2
/
+2
*
Move BasicBlockEdge to the cpp file. No functionality change.
Rafael Espindola
2012-08-10
1
-13
/
+1
*
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
1
-0
/
+16
*
include/llvm/Analysis/RegionInfo.h: Appease msvc.
NAKAMURA Takumi
2012-08-02
1
-1
/
+1
*
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-08-02
1
-32
/
+40
*
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
1
-3
/
+1
*
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
1
-1
/
+3
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
1
-1
/
+0
*
SCEVTraversal: Add a visited set.
Andrew Trick
2012-07-18
1
-1
/
+3
*
Allow for customized graph edge pruning in PostOrderIterator.h
Jakob Stoklund Olesen
2012-07-17
1
-23
/
+19
*
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
1
-0
/
+4
*
Factor SCEV traversal code so I can use it elsewhere. No functionality.
Andrew Trick
2012-07-13
1
-0
/
+67
*
fold PHI nodes in SizeOffsetEvaluator whenever possible.
Nuno Lopes
2012-07-03
1
-5
/
+7
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
2
-3
/
+3
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-562
/
+0
*
MemoryBuiltins:
Nuno Lopes
2012-06-28
1
-1
/
+4
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-895
/
+0
*
Revamp how debugging information is emitted for debug info objects.
Bill Wendling
2012-06-26
1
-62
/
+29
*
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
2
-192
/
+11
*
remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...
Nuno Lopes
2012-06-22
1
-7
/
+0
*
Add support for invoke to the MemoryBuiltin analysid.
Nuno Lopes
2012-06-21
1
-12
/
+13
*
move some typedefs so that we don't polute the llvm namespace. this should ap...
Nuno Lopes
2012-06-21
1
-3
/
+4
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-8
/
+164
*
Restructure PopulateLoopsDFS::insertIntoLoop.
Andrew Trick
2012-06-20
1
-10
/
+11
*
Add "extern template" declarations now that we use explicit instantiation.
Andrew Trick
2012-06-20
1
-0
/
+10
*
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-20
2
-3
/
+3
*
A new algorithm for computing LoopInfo. Temporarily disabled.
Andrew Trick
2012-06-20
2
-0
/
+207
*
Move the implementation of LoopInfo into LoopInfoImpl.h.
Andrew Trick
2012-06-20
2
-433
/
+567
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-3
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
2
-2
/
+2
*
Add support for enum forward declarations.
Eric Christopher
2012-06-01
1
-1
/
+3
*
Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.
Benjamin Kramer
2012-05-30
1
-1
/
+2
*
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-23
1
-2
/
+2
*
Actually support DW_TAG_rvalue_reference_type that we were trying
Eric Christopher
2012-05-19
1
-2
/
+2
*
SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.
Andrew Trick
2012-05-19
1
-1
/
+4
*
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2012-05-14
2
-3
/
+13
*
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
Dan Gohman
2012-05-10
1
-0
/
+8
*
Update comment.
Eric Christopher
2012-05-08
1
-2
/
+2
*
Rename the Region::block_iterator to Region::block_node_iterator, and
Chandler Carruth
2012-05-04
1
-6
/
+58
*
A pile of long over-due refactorings here. There are some very, *very*
Chandler Carruth
2012-05-04
2
-7
/
+5
*
add support for calloc to objectsize lowering
Nuno Lopes
2012-05-03
1
-0
/
+11
*
Allow forward declarations to take a context. This helps the debugger
Eric Christopher
2012-04-23
1
-2
/
+2
*
Add forms of dominates and isReachableFromEntry that accept a Use
Dan Gohman
2012-04-12
1
-0
/
+3
*
FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...
Benjamin Kramer
2012-04-11
1
-1
/
+1
*
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
1
-0
/
+3
*
Reintroduce InlineCostAnalyzer::getInlineCost() variant with explicit callee
David Chisnall
2012-04-06
1
-0
/
+9
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-5
/
+3
[next]