Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
777d2306b36816a53bc1ae1244c0dc7d998ae691
/
lib
/
Analysis
/
ValueTracking.cpp
777d230
Rename PaddedSize to AllocSize, in the hope that this
by Duncan Sands
· 15 years ago
0582ae9
Oops...I committed too much.
by Bill Wendling
· 16 years ago
c7a09ab
Temporarily XFAIL this test.
by Bill Wendling
· 16 years ago
0001e56
Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple
by Dan Gohman
· 16 years ago
79abedb
Eliminate use of uint32_t to improve compatibility with cygwin
by Chris Lattner
· 16 years ago
ceb4d1a
Rename getABITypeSize to getTypePaddedSize, as suggested by Chris.
by Duncan Sands
· 16 years ago
0f2831c
ValueTracker can't assume that an alloca with no specified alignment
by Chris Lattner
· 16 years ago
c714f13
by David Greene
· 16 years ago
d611cf6
Temporarily reverting r55137. This was causing the bootstrap to go into an
by Bill Wendling
· 16 years ago
dce51c3
by David Greene
· 16 years ago
a60832b
Fix a bogus srem rule - a negative value srem'd by a power-of-2
by Dan Gohman
· 16 years ago
dddc827
Don't use ++idx_begin when I actually mean idx_begin + 1, especially since we
by Matthijs Kooijman
· 16 years ago
0ff39b3
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag.
by Evan Cheng
· 16 years ago
6d116bc
Revert (52748 and friends):
by Anton Korobeynikov
· 16 years ago
b746b82
Add back the capability to include nul characters in strings with
by Chris Lattner
· 16 years ago
3284d42
Tighten up checking.
by Chris Lattner
· 16 years ago
3648f9f
fix the regressions from Eric's patch by making GetConstantStringInfo
by Chris Lattner
· 16 years ago
aefacb5
Reserve the size we'll need in advance.
by Owen Anderson
· 16 years ago
0d2b0ab
Move GetConstantStringInfo to lib/Analysis. Remove
by Eric Christopher
· 16 years ago
9954c76
Fix some warnings reported by gcc-4.3. Hopefully
by Duncan Sands
· 16 years ago
3faf9df
Use a SmallVector instead of an array, since auto_ptr doesn't handle arrays
by Matthijs Kooijman
· 16 years ago
0a9aaf4
Make BuildSubAggregate use FindInsertedElement again to prevent it from
by Matthijs Kooijman
· 16 years ago
9772891
Make the InsertBefore argument to FindInsertedValue optional, so you can find an inserted value without modifying the code.
by Matthijs Kooijman
· 16 years ago
0a7413d
Pass around Instruction* instead of Instruction& in FindInsertedValue and friends.
by Matthijs Kooijman
· 16 years ago
710eb23
80 column fixes.
by Matthijs Kooijman
· 16 years ago
b23d5ad
Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. While
by Matthijs Kooijman
· 16 years ago
32a9e7a
Add #includes required by GCC 4.3, thanks for Zhongxing Xu for reporting this.
by Chris Lattner
· 16 years ago
d82e511
Remove unneeded code I added.
by Chris Lattner
· 16 years ago
833f25d
move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.
by Chris Lattner
· 16 years ago
173234a
move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits
by Chris Lattner
· 16 years ago