index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
10
-0
/
+22
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+2
*
BasicAA: Recognize cyclic NoAlias phis
Arnold Schwaighofer
2012-09-06
1
-0
/
+35
*
BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAlias
Arnold Schwaighofer
2012-09-06
1
-9
/
+65
*
JumpThreading: when default destination is the destination of some cases in a
Manman Ren
2012-09-05
1
-3
/
+6
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
Switch BasicAliasAnalysis' cache to SmallDenseMap.
Benjamin Kramer
2012-09-05
1
-9
/
+7
*
Be conservative about allocations that may alias the accessed pointer.
Bob Wilson
2012-09-04
1
-0
/
+3
*
Fix more fallout from r158919, similar to PR13547.
Bob Wilson
2012-09-03
1
-2
/
+7
*
Clean up ProfileDataLoader a bit.
Benjamin Kramer
2012-08-31
1
-43
/
+19
*
Cleanups due to feedback. No functionality change. Patch by Alistair.
Bill Wendling
2012-08-31
2
-50
/
+50
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
5
-70
/
+104
*
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-08-28
5
-26
/
+377
*
Remove the the block_node_iterator of Region, replace it by the block_iterator.
Hongbin Zheng
2012-08-27
2
-24
/
+5
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-1
/
+1
*
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
1
-57
/
+77
*
Fix floating-point divide by zero, in a case where the value was not going to...
Richard Smith
2012-08-24
1
-1
/
+1
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
2
-7
/
+8
*
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
1
-18
/
+14
*
Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...
Benjamin Kramer
2012-08-17
1
-0
/
+4
*
Set the branch probability of branching to the 'normal' destination of an invoke
Bill Wendling
2012-08-15
1
-2
/
+30
*
MemoryDependenceAnalysis attempts to find the first memory dependency for fun...
Nadav Rotem
2012-08-13
1
-2
/
+7
*
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
1
-3
/
+27
*
Fix PR13412, a nasty miscompile due to the interleaved
Chandler Carruth
2012-08-07
1
-11
/
+17
*
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-08-02
1
-16
/
+0
*
Stay rational; don't assert trying to take the square root of a negative value.
Nick Lewycky
2012-08-01
1
-0
/
+6
*
When constant folding GEP expressions, keep the address space information of ...
Nadav Rotem
2012-07-30
1
-3
/
+19
*
fix PR13390: do not loop forever with self-referencing self instructions
Nuno Lopes
2012-07-27
1
-0
/
+8
*
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
1
-18
/
+7
*
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
1
-7
/
+18
*
When folding a load from a global constant, if the load started in the middle
Duncan Sands
2012-07-25
1
-5
/
+8
*
teach objectsize about strdup() and strndup()
Nuno Lopes
2012-07-24
1
-3
/
+16
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
1
-1
/
+1
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
1
-1
/
+1
*
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
1
-1
/
+1
*
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
1
-0
/
+41
*
IVUsers should only generate SCEV's for values that are safe to speculate.
Andrew Trick
2012-07-13
1
-0
/
+7
*
Factor SCEV traversal code so I can use it elsewhere. No functionality.
Andrew Trick
2012-07-13
1
-51
/
+19
*
Delete code for folding undefs in ScalarEvolution. It's invalid in
Dan Gohman
2012-07-09
1
-14
/
+0
*
PHINode::hasConstantValue(): return undef if the PHI is fully recursive.
Nuno Lopes
2012-07-03
1
-1
/
+1
*
fold PHI nodes in SizeOffsetEvaluator whenever possible.
Nuno Lopes
2012-07-03
1
-1
/
+13
*
Reduce use list thrashing by using DenseMap's find_as for maps with ValueHand...
Benjamin Kramer
2012-06-30
2
-9
/
+11
*
RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni...
Nuno Lopes
2012-06-29
1
-1
/
+3
*
Update the CMake files.
Bill Wendling
2012-06-29
1
-1
/
+0
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-1018
/
+0
*
If the step value is a constant zero, the loop isn't going to terminate. Fixes
Nick Lewycky
2012-06-28
1
-1
/
+1
*
MemoryBuiltins:
Nuno Lopes
2012-06-28
1
-14
/
+37
*
make LazyValueInfo analyze the default case of switch statements (we know tha...
Nuno Lopes
2012-06-28
1
-16
/
+15
*
make LVI::getEdgeValue() always intersect the constraints of the edge with th...
Nuno Lopes
2012-06-28
1
-36
/
+53
[next]