summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* 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
* adding re-include guards into lib/Support/reg*.hArtyom Skrobov2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Prefix generic_category with std::.Rafael Espindola2014-06-12
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Used mapWindowsError. I missed these in the initial transition.Rafael Espindola2014-06-12
* Try to fix the mingw build.Rafael Espindola2014-06-12
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-11
* Remove unused has_magic.Rafael Espindola2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-11
* Uses generic_category instead of system_category.Rafael Espindola2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* There is no posix_category in std, use generic_category.Rafael Espindola2014-06-11
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-10
* Remove support for runtime multi-threading.Zachary Turner2014-06-10
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* Test commit, wraps some lines to fit in 80 columns.Zachary Turner2014-06-10
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-08
* GraphWriter: try gv before xdg-openAlp Toker2014-06-04