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
/
ADT
/
APInt.h
Age
Commit message (
Expand
)
Author
2009-02-20
Fixed lint errors:
Misha Brukman
2009-02-09
These function return 'void'. Don't have 'return' return anything.
Bill Wendling
2009-01-20
eliminate use of uint32_t to improve compatibility with cygwin
Chris Lattner
2009-01-09
Removed trailing whitespace.
Misha Brukman
2008-12-02
Fix isIntN to work with APInts > 64 bits. This method is only
Chris Lattner
2008-12-01
Fix bogus assertion using getSExtValue for legitimate values, like -1 in
Eli Friedman
2008-10-11
random cleanup
Chris Lattner
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-21
remove redundant include
Chris Lattner
2008-08-21
Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu!
Chris Lattner
2008-08-21
Fix build on GCC 4.3.
Nick Lewycky
2008-08-20
Move the fast-path (<=i64) cases of various APInt methods inline
Chris Lattner
2008-08-17
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
remove a dead APInt ctor.
Chris Lattner
2008-07-10
Correct a comment.
Duncan Sands
2008-06-23
First step to fix PR2088. Implement routine to compute the
Wojciech Matyjewicz
2008-06-09
Remove some DAG combiner assumptions about sizes
Duncan Sands
2008-05-30
Fix an error in the comment for APInt::getMinSignedBits.
Dan Gohman
2008-05-02
Suppress -Wshorten-64-to-32 warnings for 64-bit hosts.
Evan Cheng
2008-02-29
Add support to APInt for shift and rotate operations with APInt
Dan Gohman
2008-02-26
Detabify
Bill Wendling
2008-02-20
Remove inline keywords from in-class function definitions, for
Dan Gohman
2008-02-20
Add an intersects method to APInt, to capture a common idiom.
Dan Gohman
2008-02-13
Fix a typo in a comment.
Dan Gohman
2008-02-13
Rename APInt's isPositive to isNonNegative, to reflect what it
Dan Gohman
2008-02-13
Add countTrailingOnes member functions to APInt.
Dan Gohman
2008-02-13
Fix a typo in a comment.
Dan Gohman
2008-02-12
Change APInt::getBitsSet to accept a "half-open" range, where the
Dan Gohman
2008-02-11
Correct the order of the arguments in the examples in the comments
Dan Gohman
2008-02-08
Add an isSignedIntN, like isIntN but for signed integer values instead of
Dan Gohman
2008-01-19
Changed argument name for 'Profile' method to potentially fix a name conflict
Ted Kremenek
2008-01-19
Added FoldingSet style 'profiling' support for APInt.
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-08
eliminate dependency on Bitcode headers.
Chris Lattner
2007-11-23
Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.
Chris Lattner
2007-11-07
Fixed default ctor for APInt to properly initialize BitWidth to a
Ted Kremenek
2007-10-26
Added serialization support for APInt.
Ted Kremenek
2007-10-26
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-08
Add a new function tcExtract for extracting a bignum from an
Neil Booth
2007-10-06
Generalize tcFullMultiply so that the operands can be of differing
Neil Booth
2007-09-21
Change APFloat::convertFromInteger to take the incoming
Dale Johannesen
2007-09-17
Do not hide APInt::dump() inside #ifndef NDEBUG.
Devang Patel
2007-09-14
Remove the assumption that FP's are either float or
Dale Johannesen
2007-08-29
getMinSignedBits needs to take into consider the sign bit when the value is p...
Chris Lattner
2007-08-23
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-20
initial checkin of Neil's APFloat work.
Chris Lattner
2007-08-16
This adds a bunch of static functions that implement unsigned
Chris Lattner
2007-08-05
Document a missing parameter.
Reid Spencer
2007-05-13
Add some things needed by the llvm-gcc version supporting bit accurate integer
Reid Spencer
2007-05-03
remove useless type qualifiers
Chris Lattner
[next]