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
/
Support
/
APInt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.
Chris Lattner
2007-11-23
1
-1
/
+1
*
Fix APInt::countTrailingZeros to return BitWidth if the input is zero instead...
Chris Lattner
2007-11-23
1
-2
/
+2
*
Don't attempt to mask no bits
Neil Booth
2007-10-12
1
-1
/
+2
*
Add a new function tcExtract for extracting a bignum from an
Neil Booth
2007-10-08
1
-34
/
+76
*
Fix and clarify some comments.
Neil Booth
2007-10-06
1
-12
/
+12
*
Generalize tcFullMultiply so that the operands can be of differing
Neil Booth
2007-10-06
1
-13
/
+20
*
Change APFloat::convertFromInteger to take the incoming
Dale Johannesen
2007-09-21
1
-1
/
+1
*
Do not hide APInt::dump() inside #ifndef NDEBUG.
Devang Patel
2007-09-17
1
-4
/
+0
*
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-14
1
-1
/
+1
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
1
-2
/
+2
*
initial checkin of Neil's APFloat work.
Chris Lattner
2007-08-20
1
-10
/
+30
*
This adds a bunch of static functions that implement unsigned
Chris Lattner
2007-08-16
1
-0
/
+566
*
Fix an assertion introduced by my last change to the toString method. We
Reid Spencer
2007-05-19
1
-2
/
+2
*
Get rid of leading zeros in the output of toString.
Reid Spencer
2007-05-17
1
-8
/
+27
*
For lshr by 0 bits, just return *this as a short cut. This also prevents
Reid Spencer
2007-05-17
1
-0
/
+6
*
Fix a bug in the "fromString" method where radix 2,8 and 16 values were
Reid Spencer
2007-05-16
1
-8
/
+13
*
Make the results for the rotate functions correct when rotateAmt == 0.
Reid Spencer
2007-05-14
1
-0
/
+4
*
Add some things needed by the llvm-gcc version supporting bit accurate integer
Reid Spencer
2007-05-13
1
-1
/
+67
*
Fix shl to produce the correct result when the bitwidth is > 64 and the
Reid Spencer
2007-05-12
1
-0
/
+6
*
silence some annoying gcc 4.3 warnings
Chris Lattner
2007-05-03
1
-7
/
+10
*
We want the number of bits needed, not the power of 2.
Reid Spencer
2007-04-14
1
-1
/
+1
*
Implement a getBitsNeeded method to determine how many bits are needed to
Reid Spencer
2007-04-13
1
-0
/
+37
*
Fix an approximate calculation in an assertion not to give false negatives.
Reid Spencer
2007-04-11
1
-1
/
+1
*
Fix a bug in getAllOnesValue() which broke
Zhou Sheng
2007-03-21
1
-1
/
+1
*
Fix (and simplify) 48-bit byte swap.
Jeff Cohen
2007-03-20
1
-9
/
+8
*
Fix coding standards violation.
Reid Spencer
2007-03-19
1
-1
/
+1
*
Implement extension of sign bits for negative values in the uint64_t
Reid Spencer
2007-03-19
1
-1
/
+5
*
Revert the last patch as it violates the conditions of sext/zext.
Reid Spencer
2007-03-12
1
-4
/
+0
*
For APInt::z/sext(width), if width == BitWidth, just return *this.
Zhou Sheng
2007-03-12
1
-0
/
+4
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
1
-1
/
+9
*
Fix ashr for bitwidths > 64. This is now validated up to 1024 bits.
Reid Spencer
2007-03-02
1
-33
/
+49
*
Use a better algorithm for rounding sqrt results. Change the FIXME about
Reid Spencer
2007-03-02
1
-8
/
+12
*
Add a FIXME
Reid Spencer
2007-03-02
1
-0
/
+3
*
Fix a problem where shifting by 64-bits leads to incorrect results on PPC
Reid Spencer
2007-03-02
1
-1
/
+4
*
Combine two lines that can be.
Reid Spencer
2007-03-01
1
-2
/
+1
*
Make the static table of results in sqrt const.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Add methods for bit width modification: sextOrTrunc, zextOrTrunc.
Reid Spencer
2007-03-01
1
-0
/
+16
*
Use a real table in sqrt to shorten and quicken the code.
Reid Spencer
2007-03-01
1
-14
/
+10
*
Add a square root function.
Reid Spencer
2007-03-01
1
-6
/
+87
*
Make the trunc/sext/zext methods return APInt& so that these operations
Reid Spencer
2007-02-28
1
-7
/
+8
*
Fix a bug in RoundDoubleToAPInt where it would force the size to 64 bits
Reid Spencer
2007-02-28
1
-1
/
+1
*
Join two lines that can be joined.
Reid Spencer
2007-02-27
1
-2
/
+1
*
Implement countLeadingOnes() and getMinSignedBits(). This helps to minimize
Reid Spencer
2007-02-27
1
-1
/
+34
*
Improve APInt interface:
Reid Spencer
2007-02-27
1
-34
/
+1
*
Conform to single person attribution in file comment.
Reid Spencer
2007-02-27
1
-3
/
+2
*
1. Fix three serious bugs in the comparison code.
Reid Spencer
2007-02-27
1
-18
/
+22
*
Get rid of extraneous // in file comment.
Reid Spencer
2007-02-27
1
-1
/
+1
*
Simplify and document RoundDoubleToAPInt.
Reid Spencer
2007-02-27
1
-3
/
+15
*
1. Make sure all delete operators of arrays use the array form of delete.
Reid Spencer
2007-02-26
1
-19
/
+45
*
Implement the getHashValue method.
Reid Spencer
2007-02-26
1
-1
/
+16
[next]