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
2009-09-04
Merge 80762 from mainline.
Tanya Lattner
2009-08-21
Don't assume that the operand of an inttoptr is an pointer-sized integer.
Dan Gohman
2009-08-21
Change getelementptr folding to use APInt instead of uint64_t for
Dan Gohman
2009-08-21
bug 4530: Make debug information static to it is preservered during bitcode l...
Richard Pennington
2009-08-20
Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap
Dan Gohman
2009-08-20
Various comment and whitespace cleanups.
Dan Gohman
2009-08-19
Fix a bug in the over-index constant folding. When over-indexing an
Dan Gohman
2009-08-19
Use hasDefinitiveInitializer() instead of testing the same thing
Dan Gohman
2009-08-19
Canonicalize indices in a constantexpr GEP. If Indices exceed the
Dan Gohman
2009-08-19
Broke line before break.
Andreas Neustifter
2009-08-19
Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden
Dan Gohman
2009-08-18
Generalize ScalarEvolution to be able to analyze GEPs when
Dan Gohman
2009-08-17
Oops. find all llvm.dbg.global_variables.
Devang Patel
2009-08-17
Fix more missing newlines.
Dan Gohman
2009-08-13
Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
Owen Anderson
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-12
Fix a missing newline (now that Value*'s operator<< doesn't append one).
Dan Gohman
2009-08-11
Use isa instead of dyn_cast when the result is only converted to bool.
Dan Gohman
2009-08-11
Tidy #includes.
Dan Gohman
2009-08-11
Don't assume that external global variables are aligned at their preferred
Dan Gohman
2009-08-10
Keep track of DIType.
Devang Patel
2009-08-08
Some ProfileInfo cleanups.
Daniel Dunbar
2009-08-08
Add a basic static ProfileInfo provider (ProfileEstimatorPass).
Daniel Dunbar
2009-08-08
More ProfileInfo improvements.
Daniel Dunbar
2009-08-07
Fix copy-pasto.
Andreas Bolka
2009-08-07
SIV/MIV classification for LDA.
Andreas Bolka
2009-08-07
Remove unused function.
Daniel Dunbar
2009-08-07
Fix a bunch of namespace pollution.
Dan Gohman
2009-08-06
Remove dead code.
Devang Patel
2009-08-06
Simplify the ZIV tester to the max.
Andreas Bolka
2009-08-05
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
Make block and function count available via ProfileInfo.
Daniel Dunbar
2009-08-05
Remove unnecessary ProfileInfoLoader methods.
Daniel Dunbar
2009-08-05
ZIV tester for LDA.
Andreas Bolka
2009-08-05
Restrict LDA to GEPs with the same pointer offset.
Andreas Bolka
2009-08-03
Restrict LDA to affine subscripts.
Andreas Bolka
2009-07-31
LibCallAliasAnalysis doesn't use TargetData.
Dan Gohman
2009-07-31
Make TargetData optional in MemoryDependenceAnalysis.
Dan Gohman
2009-07-31
Remove an unnecessary header.
Dan Gohman
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
Fix some problems with ASTCallbackVH in its use as a DenseMap key.
Dan Gohman
2009-07-31
Process DbgDeclareInst.
Devang Patel
2009-07-31
Move getTrue() and getFalse() to 2.5-like APIs.
Owen Anderson
2009-07-30
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
Use CallbackVH in AliasSetTracker to avoid getting stuck with
Dan Gohman
2009-07-30
s/DebugInfoEnumerator/DebugInfoFinder/g
Devang Patel
2009-07-30
walk DbgRegionStartInst and DbgRegionEndInst
Devang Patel
2009-07-30
Equal SCEVs of a subscript give rise to dependence.
Andreas Bolka
2009-07-29
Eliminate a few unused-variable warnings
Douglas Gregor
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
[next]