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
*
Fixed bug in APInt::Profile() where the BitWidth field was not included in the
Ted Kremenek
2008-02-19
1
-0
/
+2
*
Fix a warning about comparison between signed and unsigned,
Dan Gohman
2008-02-14
1
-1
/
+1
*
Add countTrailingOnes member functions to APInt.
Dan Gohman
2008-02-13
1
-0
/
+12
*
Added FoldingSet style 'profiling' support for APInt.
Ted Kremenek
2008-01-19
1
-1
/
+13
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Cygwin defines uint32_t as unsigned long. Unbreak call to std::min in this case
Anton Korobeynikov
2007-12-24
1
-1
/
+1
*
Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting the
Reid Spencer
2007-12-11
1
-14
/
+23
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+2014