summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace.Mikhail Glushenkov2009-11-071-7/+7
* Pass StringRef by value.Daniel Dunbar2009-11-063-14/+14
* A value is only assigned to errno if NumRead equals -1, so doDuncan Sands2009-11-041-1/+1
* Make this code more robust by not thinking we are making progressDuncan Sands2009-11-031-1/+1
* add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner2009-10-281-0/+11
* Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed.Evan Cheng2009-10-281-50/+0
* Add new APFloat methods that return sign, exp, and mantissa of ieee float and...Evan Cheng2009-10-271-12/+62
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Commit fixes for half precision I noted in review, soDale Johannesen2009-10-231-3/+3
* 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
* Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar2009-10-171-0/+34
* Move StringMap's string has function into StringExtras.hDaniel Dunbar2009-10-171-16/+3
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-161-1/+69
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-161-0/+3
* r83391 was completely broken since Twines keep references to their inputs, andJeffrey Yasskin2009-10-061-4/+9
* Bugfix for the CommaSeparated option. The original code was adding the wholeNicolas Geoffray2009-10-061-0/+1
* Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter!Jeffrey Yasskin2009-10-061-1/+4
* Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutexTorok Edwin2009-09-271-2/+2
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-261-15/+12
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-241-2/+3
* wrap long lines.Chris Lattner2009-09-241-2/+4
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-241-13/+10
* reapply r82348 with a fix, thanks Jeffrey.Chris Lattner2009-09-241-33/+24
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-241-22/+33
* Switch FoldingSet::AddString to StringRef based API.Daniel Dunbar2009-09-221-11/+3
* Workaround what I believe is an MSVC bug where it emits a definition for aDaniel Dunbar2009-09-221-0/+3
* simplify as daniel suggestsChris Lattner2009-09-201-16/+9
* tidy upChris Lattner2009-09-201-1/+1
* smallvectorize getExtraOptionNamesChris Lattner2009-09-201-2/+1
* minor cleanups.Chris Lattner2009-09-201-22/+24
* strength reduce further StringRef-> const char*, saving another 620 bytes.Chris Lattner2009-09-201-5/+11
* switch an std::string to StringRef, shaving 400 bytes off CommandLine.oChris Lattner2009-09-201-11/+10
* the switch from std::map -> StringMap caused --help output to be in Chris Lattner2009-09-201-5/+15
* eliminate the duplicate detection loop, moving it into the loop that populate...Chris Lattner2009-09-201-13/+6
* Eliminate a masochistic "algorithm" loop, shrinking CommandLine.o from 71524-...Chris Lattner2009-09-201-13/+8
* don't use count + insert, just do insert + failure. Also, instead of deletin...Chris Lattner2009-09-201-6/+9
* switch to SmallPtrSet instead of std::set, saving 1K from theChris Lattner2009-09-201-4/+4
* change an std::sort to an array_pod_sort call, shrinking CommandLine.o by 9%.Chris Lattner2009-09-201-1/+2
* Several changes together in a murky mess:Chris Lattner2009-09-201-84/+102
* Fix refacto, this code was expecting to stride past the argument prefix.Daniel Dunbar2009-09-201-0/+1
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-201-1/+1
* convert argname to StringRef, simplifying LookupOption.Chris Lattner2009-09-201-21/+22
* convert 'Value' to StringRef which makes it easier to Chris Lattner2009-09-201-12/+8
* Change CommaSeparated processing to do it with StringRef instead of temporary...Chris Lattner2009-09-201-21/+26
* rewrite ParseCStringVector in terms of stringref.Chris Lattner2009-09-201-33/+22
* move a couple non-trivial methods out of line, add new Chris Lattner2009-09-201-0/+71
* coding style cleanupChris Lattner2009-09-201-13/+12
* convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner2009-09-201-28/+29
* avoid a bunch of malloc thrashing for PositinoalVals by eliminatingChris Lattner2009-09-201-11/+9
OpenPOWER on IntegriCloud