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
/
include
/
llvm
/
ADT
/
APSInt.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug where APSInt::operator-- incremented instead of decremented.
Ted Kremenek
2009-02-16
1
-1
/
+1
*
These function return 'void'. Don't have 'return' return anything.
Bill Wendling
2009-02-09
1
-1
/
+1
*
Fix a bug in getMaxValue/getMinValue to pass the right signedness the
Chris Lattner
2009-01-30
1
-6
/
+6
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-36
/
+36
*
Added static methods to APSInt: getMinValue and getMaxValue.
Ted Kremenek
2008-09-19
1
-0
/
+14
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-1
/
+1
*
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
1
-4
/
+14
*
Add default constructor to APSInt
Daniel Dunbar
2008-08-13
1
-0
/
+3
*
Constified operator<< in APSInt.
Ted Kremenek
2008-02-08
1
-2
/
+2
*
constified operator~().
Ted Kremenek
2008-02-04
1
-1
/
+1
*
Altered ctor for APSInt to accept an optional "isUnsigned" flag. Default
Ted Kremenek
2008-01-29
1
-1
/
+2
*
Added additional overloaded operators for APSInt to match the operators of
Ted Kremenek
2008-01-24
1
-24
/
+124
*
Added FoldingSet style 'profiling' support for APSInt.
Ted Kremenek
2008-01-19
1
-0
/
+4
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-26
1
-1
/
+1
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
1
-1
/
+1
*
default this to radix 10 like the toString(Un)Signed methods.
Chris Lattner
2007-08-23
1
-1
/
+1
*
Avoid hiding issues.
Chris Lattner
2007-08-23
1
-1
/
+1
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
1
-0
/
+6
*
Fix bug spotted by Chris.
Anders Carlsson
2007-08-02
1
-4
/
+4
*
Add extend and extOrTrunc methods that do sign or zero extension depending on...
Anders Carlsson
2007-08-02
1
-0
/
+16
*
add a helper method.
Chris Lattner
2007-07-15
1
-0
/
+1
*
add missing methods, mark stuff const
Chris Lattner
2007-04-10
1
-1
/
+9
*
Add a helper class (APSInt) which can represent an APInt along with sign
Chris Lattner
2007-04-05
1
-0
/
+101