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
*
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
1
-0
/
+11
*
Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...
Devang Patel
2011-07-19
2
-2
/
+19
*
Revert "Make a provision to encode inline location in a variable. This will e...
Bob Wilson
2011-07-19
2
-19
/
+2
*
Convert SimplifyGEPInst to use ArrayRef.
Jay Foad
2011-07-19
2
-9
/
+10
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
2
-8
/
+6
*
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-19
3
-35
/
+33
*
Make a provision to encode inline location in a variable. This will enable dw...
Devang Patel
2011-07-19
2
-2
/
+19
*
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-07-18
1
-6
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
14
-185
/
+185
*
Silence compiler warnings.
Benjamin Kramer
2011-07-16
1
-5
/
+4
*
Remove "LoopInfo.h" include from BranchProbabilityInfo.h.
Jakub Staszak
2011-07-16
1
-0
/
+5
*
Fix SCEVEXpander to handle arbitrary phi expansion. Includes two
Andrew Trick
2011-07-16
1
-7
/
+18
*
Fix pointer heuristic. Check whether predicator is ICMP_NE instead of if it is
Jakub Staszak
2011-07-15
1
-2
/
+2
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-5
/
+5
*
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
Jay Foad
2011-07-13
3
-38
/
+32
*
stop using WriteTypeSymbolic.
Chris Lattner
2011-07-09
1
-3
/
+1
*
Preserve debug loc.
Devang Patel
2011-07-05
1
-1
/
+1
*
Teach IVUsers to stop at non-affine expressions unless they are both
Dan Gohman
2011-07-01
1
-7
/
+10
*
Improve constant folding of undef for cmp and select operators.
Dan Gohman
2011-07-01
1
-4
/
+4
*
Cleanup. Fix a stupid variable name.
Andrew Trick
2011-06-28
1
-3
/
+3
*
SCEVExpander: give new insts a name that identifies the reponsible pass.
Andrew Trick
2011-06-28
1
-3
/
+4
*
indvars --disable-iv-rewrite: sever ties with IVUsers.
Andrew Trick
2011-06-28
1
-15
/
+0
*
Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other
Nick Lewycky
2011-06-27
1
-0
/
+16
*
Fix struct member's scope. Patch by Xi Wang.
Devang Patel
2011-06-24
1
-2
/
+2
*
Calculate backedge probability correctly.
Jakub Staszak
2011-06-23
1
-24
/
+0
*
Missing files for the BlockFrequency analysis added.
Jakub Staszak
2011-06-23
1
-0
/
+59
*
Introduce BlockFrequency analysis for BasicBlocks.
Jakub Staszak
2011-06-23
3
-0
/
+26
*
Revert "revert 133714"
Rafael Espindola
2011-06-23
2
-58
/
+1
*
revert 133714
Dylan Noblesmith
2011-06-23
2
-1
/
+58
*
133713 broke the build, revert it.
Rafael Espindola
2011-06-23
2
-58
/
+1
*
Support: make floating-exception header private
Dylan Noblesmith
2011-06-23
2
-1
/
+58
*
New binops need debug loc.
Devang Patel
2011-06-22
1
-1
/
+3
*
IVUsers no longer needs to record the phis.
Andrew Trick
2011-06-21
1
-8
/
+7
*
Revamp the "ConstantStruct::get" methods. Previously, these were scattered
Chris Lattner
2011-06-20
1
-1
/
+1
*
simplify some code.
Chris Lattner
2011-06-18
1
-8
/
+3
*
Simplify code. No functionality change.
Benjamin Kramer
2011-06-18
1
-18
/
+18
*
Introduce MachineBranchProbabilityInfo class, which has similar API to
Jakub Staszak
2011-06-16
1
-1
/
+1
*
Add a limit to the number of instructions memdep will scan in a single block....
Eli Friedman
2011-06-15
1
-1
/
+22
*
Add "unknown" results for memdep, which mean "I don't know whether a dependen...
Eli Friedman
2011-06-15
2
-32
/
+37
*
Move class into an anonymous namespace.
Benjamin Kramer
2011-06-13
1
-1
/
+2
*
Branch profiling: floating-point avoidance.
Andrew Trick
2011-06-11
1
-54
/
+63
*
Initialize BasicAA's AliasCache to set it to use fewer buckets by
Dan Gohman
2011-06-10
1
-1
/
+7
*
Teach the CallGraph to ignore calls to intrinsics.
John McCall
2011-06-09
2
-3
/
+3
*
Reapply r131781, now that the GVN bug with partially-aliasing loads
Dan Gohman
2011-06-04
1
-1
/
+11
*
Disable the main feature of 130180, the elimination of loads that are
Dan Gohman
2011-06-04
1
-0
/
+6
*
Revert r131781 again. Apparently there is more going on here.
Dan Gohman
2011-06-04
1
-11
/
+1
*
Fold assert-only-used variable into the assert.
Nick Lewycky
2011-06-04
1
-2
/
+1
*
Missing include of climits in the new BranchProbability pass.
Andrew Trick
2011-06-04
1
-0
/
+1
*
New BranchProbabilityInfo analysis. Patch by Jakub Staszak!
Andrew Trick
2011-06-04
3
-0
/
+350
*
Reapply r131781 (revert r131809), now that some BasicAA shortcomings
Dan Gohman
2011-06-04
1
-1
/
+11
[next]