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
/
lib
/
Analysis
/
ValueTracking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a SmallVector instead of an array, since auto_ptr doesn't handle arrays
Matthijs Kooijman
2008-06-17
1
-11
/
+8
*
Make BuildSubAggregate use FindInsertedElement again to prevent it from
Matthijs Kooijman
2008-06-16
1
-20
/
+48
*
Make the InsertBefore argument to FindInsertedValue optional, so you can find...
Matthijs Kooijman
2008-06-16
1
-3
/
+8
*
Pass around Instruction* instead of Instruction& in FindInsertedValue and fri...
Matthijs Kooijman
2008-06-16
1
-5
/
+5
*
80 column fixes.
Matthijs Kooijman
2008-06-16
1
-15
/
+31
*
Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. While
Matthijs Kooijman
2008-06-16
1
-0
/
+128
*
Add #includes required by GCC 4.3, thanks for Zhongxing Xu
Chris Lattner
2008-06-04
1
-0
/
+1
*
Remove unneeded code I added.
Chris Lattner
2008-06-02
1
-6
/
+3
*
move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.
Chris Lattner
2008-06-02
1
-0
/
+50
*
move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits
Chris Lattner
2008-06-02
1
-0
/
+709