index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
Age
Commit message (
Expand
)
Author
2012-11-02
Add a cost model analysis that allows us to estimate the cost of IR-level ins...
Nadav Rotem
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-31
Fix a couple of comment typos.
Benjamin Kramer
2012-10-29
Remove code to saturate profile counts.
Bob Wilson
2012-10-26
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-26
Add a basic verifier for SCEV's backedge taken counts.
Benjamin Kramer
2012-10-25
DependenceAnalysis: Push #includes down into the implementation.
Benjamin Kramer
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-19
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-11
Remove extra semicolon.
Chad Rosier
2012-10-11
llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass().
NAKAMURA Takumi
2012-10-11
dependence analysis
Sebastian Pop
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-08
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
Fix doxygen comment to match parameters' names.
Jakub Staszak
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-19
Fix minor typo in IntervalPartition.h
Will Dietz
2012-09-19
InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...
Benjamin Kramer
2012-09-19
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Remove a couple unused fields. Not detected by Wunused-private-field because ...
Craig Topper
2012-09-05
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-04
Make provenance checking conservative in cases when
Dan Gohman
2012-08-31
Clean up ProfileDataLoader a bit.
Benjamin Kramer
2012-08-31
Cleanups due to feedback. No functionality change. Patch by Alistair.
Bill Wendling
2012-08-29
fix C++ comment in C header
Michael Liao
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-28
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-08-27
Remove the the block_node_iterator of Region, replace it by the block_iterator.
Hongbin Zheng
2012-08-24
Forgot to check in ProfileDataTypes.h in r162576
Manman Ren
2012-08-24
Profile: move a single enum out of ProfileInfoTypes.h into a new
Manman Ren
2012-08-24
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-17
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-16
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-15
Set the branch probability of branching to the 'normal' destination of an invoke
Bill Wendling
2012-08-13
Fix a documentation typo.
Nadav Rotem
2012-08-10
Move BasicBlockEdge to the cpp file. No functionality change.
Rafael Espindola
2012-08-07
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-02
include/llvm/Analysis/RegionInfo.h: Appease msvc.
NAKAMURA Takumi
2012-08-02
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
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-20
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-18
SCEVTraversal: Add a visited set.
Andrew Trick
2012-07-17
Allow for customized graph edge pruning in PostOrderIterator.h
Jakob Stoklund Olesen
[prev]
[next]