summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Perform explicit instantiations in the proper namespace, since Clang diagnose...Douglas Gregor2009-11-25
* SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar2009-11-22
* Move the handling of CommaSeparated options into ProvideOption.Mikhail Glushenkov2009-11-20
* Use StringRef::min instead of std::min.Daniel Dunbar2009-11-19
* Trailing whitespace.Mikhail Glushenkov2009-11-19
* Add PS3 Triple class, Credit to John Thompson.Edward O'Callaghan2009-11-19
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-17
* Revert CPU detection code to return "generic" instead of an empty string in caseBenjamin Kramer2009-11-17
* Fix a race condition in the Timer class.Owen Anderson2009-11-17
* Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes.Edward O'Callaghan2009-11-15
* Report the detected host CPU in --version.Daniel Dunbar2009-11-14
* Distinguish "a," from "a". The first one splits into "a" + "" and the second ...Rafael Espindola2009-11-13
* Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola2009-11-13
* Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola2009-11-13
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-12
* fix crash in my previous patchNuno Lopes2009-11-12
* implement shl, ashr, and lshr methods. shl is not fully implemented as it is ...Nuno Lopes2009-11-12
* Show command-line args and features passed into backend in debug output. Appr...Sandeep Patel2009-11-11
* Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar2009-11-11
* Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar2009-11-10
* add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APIntNuno Lopes2009-11-09
* Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na...Xerxes Ranby2009-11-09
* Trailing whitespace.Mikhail Glushenkov2009-11-07
* Pass StringRef by value.Daniel Dunbar2009-11-06
* A value is only assigned to errno if NumRead equals -1, so doDuncan Sands2009-11-04
* Make this code more robust by not thinking we are making progressDuncan Sands2009-11-03
* add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner2009-10-28
* Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed.Evan Cheng2009-10-28
* Add new APFloat methods that return sign, exp, and mantissa of ieee float and...Evan Cheng2009-10-27
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Commit fixes for half precision I noted in review, soDale Johannesen2009-10-23
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-17
* Remove llvm::EscapeString, raw_ostream::write_escaped is much faster.Daniel Dunbar2009-10-17
* Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar2009-10-17
* Move StringMap's string has function into StringExtras.hDaniel Dunbar2009-10-17
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-16
* add haiku support, patch by Paul Davey!Chris Lattner2009-10-16
* r83391 was completely broken since Twines keep references to their inputs, andJeffrey Yasskin2009-10-06
* Bugfix for the CommaSeparated option. The original code was adding the wholeNicolas Geoffray2009-10-06
* Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter!Jeffrey Yasskin2009-10-06
* Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutexTorok Edwin2009-09-27
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-26
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-24
* wrap long lines.Chris Lattner2009-09-24
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-24
* reapply r82348 with a fix, thanks Jeffrey.Chris Lattner2009-09-24
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-24
* Switch FoldingSet::AddString to StringRef based API.Daniel Dunbar2009-09-22
* Workaround what I believe is an MSVC bug where it emits a definition for aDaniel Dunbar2009-09-22
* simplify as daniel suggestsChris Lattner2009-09-20