projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add remaining functions necessary for andersen's
[oota-llvm.git]
/
include
/
llvm
/
ADT
/
APInt.h
2007-08-29
Chris Lattner
getMinSignedBits needs to take into consider the sign...
blob
|
commitdiff
|
raw
2007-08-23
Chris Lattner
rename APInt::toString -> toStringUnsigned for symmetry...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-20
Chris Lattner
initial checkin of Neil's APFloat work.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-16
Chris Lattner
This adds a bunch of static functions that implement...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-05
Reid Spencer
Document a missing parameter.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-13
Reid Spencer
Add some things needed by the llvm-gcc version supporti...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Chris Lattner
remove useless type qualifiers
blob
|
commitdiff
|
raw
|
diff to current
2007-04-13
Reid Spencer
Implement a getBitsNeeded method to determine how many...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Chris Lattner
fix a comment bug Reid noticed
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Chris Lattner
add a method
blob
|
commitdiff
|
raw
|
diff to current
2007-04-04
Chris Lattner
trivial optimization
blob
|
commitdiff
|
raw
|
diff to current
2007-04-03
Chris Lattner
add missing operator
blob
|
commitdiff
|
raw
|
diff to current
2007-04-02
Chris Lattner
add a helper function.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-01
Zhou Sheng
Remove unused methods.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-30
Duncan Sands
Correct typo.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-25
Reid Spencer
Compute getLowBitsSet correctly. Using the complement...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-25
Reid Spencer
Fix a typo in a comment.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-25
Reid Spencer
Actually, for getHighBitsSet and getLowBitsSet, don...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Reid Spencer
Make it illegal to set 0 bits in getHighBitsSet and...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Reid Spencer
In the getBitsSet function, don't optimize for a common...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Reid Spencer
Don't invoke undefined behavior in shifts in the functi...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Reid Spencer
Implement the getBitsSet function.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Reid Spencer
Implement the getHighBitsSet and getLowBitsSet functions.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Reid Spencer
Get the signs in the right place!
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Reid Spencer
Undo the last change and make this really implement...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Reid Spencer
Correct the implementation of srem to be remainder...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-24
Reid Spencer
Clean up this interface:
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Reid Spencer
Fix a comment.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Zhou Sheng
Correct the name: isStrictPositive --> isStrictlyPositive.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-19
Reid Spencer
Add an indication of signedness to the uint64_t constru...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-19
Zhou Sheng
Add isStrictPositive() to APInt to determine if this...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-13
Zhou Sheng
Add zextOrCopy() into APInt for convenience.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-11
Zhou Sheng
Add getSignBit() and operator<<= into APInt for conveni...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-05
Zhou Sheng
Correct the calculation in APInt::logBase2().
blob
|
commitdiff
|
raw
|
diff to current
2007-03-03
Reid Spencer
Regularize the interface for conversion functions to...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-03
Reid Spencer
Make getNumWords public so that those using getRawData...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-03
Reid Spencer
Add names for some of the operators. This is needed...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-03
Reid Spencer
Add isPositive for symmetry with isNegative.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-01
Reid Spencer
Add an abs() function to get the absolute value.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-01
Reid Spencer
Add doubleToBits and floatToBits methods.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-01
Reid Spencer
Add bitsToDouble and bitsToFloat methods for re-interpr...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-01
Reid Spencer
Add methods for bit width modification: sextOrTrunc...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-01
Reid Spencer
Add a square root function.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-28
Reid Spencer
Make APInt a little more friendly to its users:
blob
|
commitdiff
|
raw
|
diff to current
2007-02-28
Reid Spencer
getActiveWords should return the number of words, not...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-27
Reid Spencer
Add some syntactic sugar.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-27
Reid Spencer
Implement countLeadingOnes() and getMinSignedBits(...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-27
Reid Spencer
Improve APInt interface:
blob
|
commitdiff
|
raw
|
diff to current
2007-02-27
Reid Spencer
Allow the RoundDoubleToAPInt function to specify a...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Reid Spencer
Fix indentation.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Reid Spencer
1. Split getValue() into getSExtValue() and getZExtValu...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Reid Spencer
Implement inline methods that make transition of Consta...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Reid Spencer
Make isNegative() a const function since it doesn't...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Reid Spencer
Add an isNegative method to determine if the APInt...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-25
Reid Spencer
Fix clearUnusedBits to not depend on "undefined behavio...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-25
Reid Spencer
Add a private constructor for efficiency.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-24
Reid Spencer
Improve documentation.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Reid Spencer
Add a dump() method for debugging.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-20
Reid Spencer
Add an internal convenience method for division that...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-19
Reid Spencer
Add some new constants.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-18
Reid Spencer
1. "unsigned" -> "uint32_t" to gaurantee its bit width...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-18
Reid Spencer
Implement signed output for toString.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-17
Reid Spencer
Fix bugs introduced by constructor parameter order...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-16
Reid Spencer
Review changes:
blob
|
commitdiff
|
raw
|
diff to current
2007-02-15
Zhou Sheng
Fix some buges:
blob
|
commitdiff
|
raw
|
diff to current
2007-02-13
Reid Spencer
Make some minor improvements to APInt:
blob
|
commitdiff
|
raw
|
diff to current
2007-02-12
Zhou Sheng
1. Make APInt::shl work correctly and more efficiently.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-09
Zhou Sheng
Eliminates friend function declaration inside APInt...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-08
Zhou Sheng
As Chris and Reid suggested, remove "isSigned" field...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-07
Lauro Ramos Venancio
Fix build error.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-07
Zhou Sheng
As Chris suggested, fixed some problems. (This is the...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-06
Zhou Sheng
As Reid suggested, fixed some problems.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-05
Zhou Sheng
Add a class APInt to represent arbitrary precision...
blob
|
commitdiff
|
raw
|
diff to current