index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
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-09
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
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-07
Make sure always-inline functions get inlined. <rdar://problem/12423986>
Bob Wilson
2012-10-04
The alignment of an sret parameter is known: it must be at least the
Duncan Sands
2012-10-04
Use method to query for NoAlias attribute.
Bill Wendling
2012-09-30
Ignore apparent buffer overruns on external or weak globals. This is a major
Duncan Sands
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-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)
Duncan Sands
2012-09-26
Teach the 'lint' sanity checking pass to detect simple buffer overflows.
Duncan Sands
2012-09-25
Change the way the lint sanity checking pass detects misaligned memory accesses.
Duncan Sands
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
[next]