aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/StringExtras.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-171-30/+0
* Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.Daniel Dunbar2009-10-171-26/+0
* teach EscapeString and UnescapeString to handle ".Chris Lattner2009-04-151-0/+3
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Escape some escapes that confuse doxygen.Reid Spencer2007-08-051-1/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+108