summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/APSInt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ADT: Add a string APSInt constructor.Alex Lorenz2015-06-231-0/+19
| | | | | | | | | | | | This commit moves the APSInt initialization code that's used by the LLLexer class into a new APSInt constructor that constructs APSInts from strings. This change is useful for MIR Serialization, as it would allow the MILexer class to use the same APSInt initialization as LLexer when parsing immediate machine operands. llvm-svn: 240436
* Added FoldingSet style 'profiling' support for APSInt.Ted Kremenek2008-01-191-0/+23
llvm-svn: 46189
OpenPOWER on IntegriCloud