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
*
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
13
-84
/
+84
*
Fix doxygen comment to match parameters' names.
Jakub Staszak
2012-10-04
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
4
-5
/
+5
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
4
-5
/
+5
*
Fix minor typo in IntervalPartition.h
Will Dietz
2012-09-19
1
-2
/
+2
*
InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...
Benjamin Kramer
2012-09-19
1
-1
/
+1
*
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-19
1
-0
/
+3
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
7
-32
/
+25
*
Remove a couple unused fields. Not detected by Wunused-private-field because ...
Craig Topper
2012-09-17
1
-1
/
+0
*
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-05
1
-1
/
+0
*
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
1
-0
/
+5
*
Clean up ProfileDataLoader a bit.
Benjamin Kramer
2012-08-31
1
-12
/
+6
*
Cleanups due to feedback. No functionality change. Patch by Alistair.
Bill Wendling
2012-08-31
1
-14
/
+14
*
fix C++ comment in C header
Michael Liao
2012-08-29
1
-1
/
+1
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
2
-23
/
+44
*
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-08-28
2
-0
/
+156
*
Remove the the block_node_iterator of Region, replace it by the block_iterator.
Hongbin Zheng
2012-08-27
1
-21
/
+0
*
Forgot to check in ProfileDataTypes.h in r162576
Manman Ren
2012-08-24
1
-0
/
+39
*
Profile: move a single enum out of ProfileInfoTypes.h into a new
Manman Ren
2012-08-24
1
-9
/
+1
*
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
1
-10
/
+28
*
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
[next]