index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
Owen Anderson
2009-08-13
1
-4
/
+4
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
10
-94
/
+107
*
Fix a missing newline (now that Value*'s operator<< doesn't append one).
Dan Gohman
2009-08-12
1
-1
/
+1
*
Use isa instead of dyn_cast when the result is only converted to bool.
Dan Gohman
2009-08-11
1
-2
/
+2
*
Tidy #includes.
Dan Gohman
2009-08-11
1
-1
/
+0
*
Don't assume that external global variables are aligned at their preferred
Dan Gohman
2009-08-11
1
-2
/
+10
*
Keep track of DIType.
Devang Patel
2009-08-10
1
-3
/
+13
*
Some ProfileInfo cleanups.
Daniel Dunbar
2009-08-08
2
-1
/
+2
*
Add a basic static ProfileInfo provider (ProfileEstimatorPass).
Daniel Dunbar
2009-08-08
2
-0
/
+237
*
More ProfileInfo improvements.
Daniel Dunbar
2009-08-08
2
-62
/
+80
*
Fix copy-pasto.
Andreas Bolka
2009-08-07
1
-2
/
+2
*
SIV/MIV classification for LDA.
Andreas Bolka
2009-08-07
1
-6
/
+35
*
Remove unused function.
Daniel Dunbar
2009-08-07
1
-7
/
+0
*
Fix a bunch of namespace pollution.
Dan Gohman
2009-08-07
2
-9
/
+9
*
Remove dead code.
Devang Patel
2009-08-06
1
-31
/
+1
*
Simplify the ZIV tester to the max.
Andreas Bolka
2009-08-06
1
-3
/
+2
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
1
-11
/
+21
*
Make block and function count available via ProfileInfo.
Daniel Dunbar
2009-08-05
2
-6
/
+19
*
Remove unnecessary ProfileInfoLoader methods.
Daniel Dunbar
2009-08-05
2
-152
/
+20
*
ZIV tester for LDA.
Andreas Bolka
2009-08-05
1
-1
/
+17
*
Restrict LDA to GEPs with the same pointer offset.
Andreas Bolka
2009-08-05
1
-11
/
+27
*
Restrict LDA to affine subscripts.
Andreas Bolka
2009-08-03
1
-0
/
+18
*
LibCallAliasAnalysis doesn't use TargetData.
Dan Gohman
2009-07-31
1
-2
/
+0
*
Make TargetData optional in MemoryDependenceAnalysis.
Dan Gohman
2009-07-31
1
-10
/
+7
*
Remove an unnecessary header.
Dan Gohman
2009-07-31
1
-1
/
+0
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
7
-31
/
+29
*
Fix some problems with ASTCallbackVH in its use as a DenseMap key.
Dan Gohman
2009-07-31
1
-4
/
+6
*
Process DbgDeclareInst.
Devang Patel
2009-07-31
1
-0
/
+15
*
Move getTrue() and getFalse() to 2.5-like APIs.
Owen Anderson
2009-07-31
1
-1
/
+1
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
3
-7
/
+7
*
Use CallbackVH in AliasSetTracker to avoid getting stuck with
Dan Gohman
2009-07-30
1
-4
/
+20
*
s/DebugInfoEnumerator/DebugInfoFinder/g
Devang Patel
2009-07-30
1
-31
/
+31
*
walk DbgRegionStartInst and DbgRegionEndInst
Devang Patel
2009-07-30
1
-2
/
+20
*
Equal SCEVs of a subscript give rise to dependence.
Andreas Bolka
2009-07-30
1
-1
/
+11
*
Eliminate a few unused-variable warnings
Douglas Gregor
2009-07-29
2
-3
/
+0
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
4
-11
/
+11
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
5
-42
/
+41
*
Skeleton for pairwise subscript testing.
Andreas Bolka
2009-07-29
1
-3
/
+45
*
Return ConstantVector to 2.5 API.
Owen Anderson
2009-07-28
1
-1
/
+1
*
Add DebugInfoEnumerator to collect debug info.
Devang Patel
2009-07-28
1
-0
/
+117
*
Simplify LDA-internal interface.
Andreas Bolka
2009-07-28
1
-12
/
+8
*
Add LDA statistics.
Andreas Bolka
2009-07-28
1
-0
/
+14
*
Minor factoring, naming and formatting cleanups.
Andreas Bolka
2009-07-28
1
-24
/
+29
*
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
1
-2
/
+2
*
Teach instcombine to respect and preserve inbounds. Add inbounds
Dan Gohman
2009-07-28
1
-1
/
+3
*
Move ConstantStruct back to 2.5 API.
Owen Anderson
2009-07-27
1
-20
/
+10
*
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
2009-07-27
1
-6
/
+6
*
Fix wording in comments.
Dan Gohman
2009-07-27
1
-1
/
+1
*
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-26
3
-8
/
+9
*
Remove Value::getNameLen
Daniel Dunbar
2009-07-26
3
-91
/
+50
[next]