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
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
2012-09-19
GCC doesn't understand that OrigAliasResult having a value is correlated with
Duncan Sands
2012-09-19
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
BasicAA: Recognize cyclic NoAlias phis
Arnold Schwaighofer
2012-09-06
BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAlias
Arnold Schwaighofer
2012-09-05
JumpThreading: when default destination is the destination of some cases in a
Manman Ren
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
Switch BasicAliasAnalysis' cache to SmallDenseMap.
Benjamin Kramer
2012-09-04
Be conservative about allocations that may alias the accessed pointer.
Bob Wilson
2012-09-03
Fix more fallout from r158919, similar to PR13547.
Bob Wilson
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
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
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
Fix floating-point divide by zero, in a case where the value was not going to...
Richard Smith
2012-08-22
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-17
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...
Benjamin Kramer
2012-08-15
Set the branch probability of branching to the 'normal' destination of an invoke
Bill Wendling
2012-08-13
MemoryDependenceAnalysis attempts to find the first memory dependency for fun...
Nadav Rotem
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
[next]