summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/StringExtras.h
Commit message (Collapse)AuthorAgeFilesLines
* GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner2004-06-041-1/+1
| | | | llvm-svn: 14021
* Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner2004-06-041-4/+4
| | | | llvm-svn: 14013
* add new functionChris Lattner2003-12-291-0/+10
| | | | llvm-svn: 10638
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-5/+5
| | | | llvm-svn: 10029
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.Brian Gaeke2003-10-301-1/+1
| | | | llvm-svn: 9612
* Add support for utostr(unsigned long)Brian Gaeke2003-10-291-0/+4
| | | | llvm-svn: 9588
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Output a very high-precision numberChris Lattner2003-10-051-1/+1
| | | | llvm-svn: 8856
* Standardize header file commentsChris Lattner2003-09-301-1/+1
| | | | llvm-svn: 8782
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
| | | | llvm-svn: 6732
* Add new function utohexstr.Chris Lattner2002-04-071-0/+18
| | | | llvm-svn: 2140
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+7
| | | | llvm-svn: 1503
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+69
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
OpenPOWER on IntegriCloud