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
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
2008-06-28
Add back the capability to include nul characters in strings with
Chris Lattner
2008-06-27
Add an include file needed for VS.
Cedric Venet
2008-06-27
fix the regressions from Eric's patch by making GetConstantStringInfo
Chris Lattner
2008-06-26
Move GetConstantStringInfo to lib/Analysis. Remove
Eric Christopher
2008-06-20
It's invalid to take the one-past-the-end address of a non-array
Dan Gohman
2008-06-17
Forgot to commit the ValueTracking header file along with r52396.
Matthijs Kooijman
2008-06-17
80 column fixes.
Matthijs Kooijman
2008-06-16
Make the InsertBefore argument to FindInsertedValue optional, so you can find...
Matthijs Kooijman
2008-06-16
Pass around Instruction* instead of Instruction& in FindInsertedValue and fri...
Matthijs Kooijman
2008-06-16
Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. While
Matthijs Kooijman
2008-06-02
move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.
Chris Lattner
2008-06-02
move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits
Chris Lattner