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