summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the caseJulien Lerouge2014-06-27
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Add support for ppc64/power8 as a hostWill Schmidt2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_B...Argyrios Kyrtzidis2014-06-25
* Random Number Generator (llvm)JF Bastien2014-06-25
* Don't leak a file descriptor.Rafael Espindola2014-06-25
* Code cleanup.Logan Chien2014-06-25
* Use SourceMgr::getMemoryBuffer() in a couple of placesAlp Toker2014-06-25
* Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in...Daniel Sanders2014-06-24
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-24
* [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::Inva...Daniel Sanders2014-06-24
* Support: Move class ScaledNumberDuncan P. N. Exon Smith2014-06-24
* Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...David Blaikie2014-06-23
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-23
* Fix the MinGW builder. Apparently std::call_once andZachary Turner2014-06-21
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-20
* Fix .cpp files claiming to be header filesHans Wennborg2014-06-20
* Revert "Add StringMap::insert(pair) consistent with the standard associative ...Rafael Espindola2014-06-20
* Add StringMap::insert(pair) consistent with the standard associative containe...David Blaikie2014-06-19
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-06-19
* Remove use of removed function, llvm_stop_multithreadingDavid Blaikie2014-06-19
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-19
* Kill the LLVM global lock.Zachary Turner2014-06-19
* CommandLine: bail out when options get multiply registeredAlp Toker2014-06-19
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-18
* Random Number Generator (llvm)JF Bastien2014-06-18
* Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.Rafael Espindola2014-06-17
* Support: Inject LLVM_VERSION_INFO into the Support libraryJustin Bogner2014-06-17
* tools: Add a space between package version and LLVM_VERSION_INFOJustin Bogner2014-06-17
* Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.Jordan Rose2014-06-17
* Modernize doc comments for SourceMgr.Jordan Rose2014-06-17
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-16
* Kill the LLVM global lock.Zachary Turner2014-06-16
* Remove some code churn.Zachary Turner2014-06-16
* Remove some more code out into a separate CL.Zachary Turner2014-06-16
* Users of the llvm global mutex must now acquire it manually.Zachary Turner2014-06-16
* Support/ConvertUTF: restore compatibility with MSVC, which only implements C89Dmitri Gribenko2014-06-16
* Support/ConvertUTF: implement U+FFFD insertion according to the recommendationDmitri Gribenko2014-06-16
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Make the error-handling functions thread-safe.Zachary Turner2014-06-13
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Fix build on windows.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Try to fix the windows build.Rafael Espindola2014-06-12
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Trying to fix the windows build.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12