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
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