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
/
include
/
llvm
/
Analysis
/
ValueTracking.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since
Dan Gohman
2013-01-31
1
-0
/
+5
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
1
-2
/
+2
*
Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.
Rafael Espindola
2012-12-13
1
-6
/
+6
*
The TargetData is not used for the isPowerOfTwo determination. It has never
Rafael Espindola
2012-12-12
1
-2
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-13
/
+13
*
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
Dan Gohman
2012-05-10
1
-0
/
+8
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-5
/
+3
*
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
1
-2
/
+5
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
1
-11
/
+9
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
1
-7
/
+11
*
remove commented-out code.
Chris Lattner
2012-01-31
1
-4
/
+0
*
remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.
Chris Lattner
2012-01-31
1
-2
/
+2
*
Change ConstantArray::get to form a ConstantDataArray when possible,
Chris Lattner
2012-01-31
1
-10
/
+10
*
Generalize isSafeToSpeculativelyExecute to work on arbitrary
Dan Gohman
2012-01-04
1
-1
/
+1
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
1
-0
/
+21
*
The maximum power of 2 dividing a power of 2 is itself. This occurs
Duncan Sands
2011-10-26
1
-2
/
+4
*
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
Jay Foad
2011-07-13
1
-10
/
+2
*
Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other
Nick Lewycky
2011-06-27
1
-0
/
+4
*
According to my auto-simplifier the most common missed simplifications in
Duncan Sands
2011-01-25
1
-0
/
+17
*
Give GetUnderlyingObject a TargetData, to keep it in sync
Dan Gohman
2011-01-24
1
-3
/
+5
*
move isBytewiseValue out to ValueTracking.h/cpp
Chris Lattner
2010-12-26
1
-1
/
+7
*
Move Value::getUnderlyingObject to be a standalone
Dan Gohman
2010-12-15
1
-0
/
+12
*
teach DSE to use GetPointerBaseWithConstantOffset to analyze
Chris Lattner
2010-11-30
1
-0
/
+5
*
move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.h
Chris Lattner
2010-11-30
1
-0
/
+6
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
move gep decomposition out of ValueTracking into BasicAA. The form of
Chris Lattner
2010-08-18
1
-19
/
+0
*
Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. The
Daniel Dunbar
2010-08-18
1
-0
/
+19
*
move gep decomposition out of ValueTracking into BasicAA. The form of
Chris Lattner
2010-08-18
1
-19
/
+0
*
Fix a comment.
Dan Gohman
2010-05-28
1
-1
/
+1
*
Constify GetConstantStringInfo.
Dan Gohman
2010-04-14
1
-1
/
+2
*
Move GetStringLength and helper from SimplifyLibCalls to ValueTracking.
Eric Christopher
2010-03-05
1
-0
/
+4
*
Eliminate unnecessary LLVMContexts.
Dan Gohman
2009-12-18
1
-1
/
+0
*
Implement PR1143 (at -m64) by making basicaa look through extensions. We
Chris Lattner
2009-11-26
1
-0
/
+6
*
move DecomposeGEPExpression out into ValueTracking.cpp
Chris Lattner
2009-11-26
1
-0
/
+15
*
Remove unused LLVMContext.
Nick Lewycky
2009-11-23
1
-3
/
+1
*
Simplify ComputeMultiple so that it doesn't depend on TargetData.
Dan Gohman
2009-11-18
1
-2
/
+2
*
Add ComputeMultiple() analysis function that recursively determines if a Valu...
Victor Hernandez
2009-11-10
1
-0
/
+9
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
add some comments to describe the invariants.
Chris Lattner
2009-09-08
1
-0
/
+12
*
Handle TargetData with const.
Dan Gohman
2009-08-27
1
-3
/
+3
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-2
/
+2
*
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...
Owen Anderson
2009-07-06
1
-1
/
+4
*
Oops...I committed too much.
Bill Wendling
2009-03-13
1
-7
/
+7
*
Temporarily XFAIL this test.
Bill Wendling
2009-03-13
1
-7
/
+7
*
Fix misaligned whitespace. No functionality change.
Nick Lewycky
2009-03-08
1
-4
/
+4
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+1
*
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-30
1
-1
/
+10
*
Revert (52748 and friends):
Anton Korobeynikov
2008-06-29
1
-10
/
+1
[next]