summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
...
* 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
* GraphWriter: support the XDG open utilityAlp Toker2014-06-04
* Process::GetRandomNumber(): fix insecure RNGAlp Toker2014-06-03
* Silence -Wreturn-type warningAlp Toker2014-06-02
* GraphWriter: tweak the program fallback orderAlp Toker2014-06-02
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-02
* Support: add Windows ARM EH data structuresSaleem Abdulrasool2014-06-02
* Fix typosAlp Toker2014-05-31
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-31
* Fix windows build.Rafael Espindola2014-05-31
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-31
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne2014-05-31
* delete dead code.Rafael Espindola2014-05-31
* Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he...Bradley Smith2014-05-23
* Extend sys::getHostCPUFeatures to work on AArch64 platformsBradley Smith2014-05-22
* Clean up language and grammar.Eric Christopher2014-05-20
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-19
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-18
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-16
* MemoryBuffer: don't force mmap when stat failsAlp Toker2014-05-09
* MemoryBuffer: remove unusued definitionsAlp Toker2014-05-09
* [Support/MemoryBuffer] Remove the assertion that the file size did not shrink.Argyrios Kyrtzidis2014-05-06
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-06
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-06
* [Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...Argyrios Kyrtzidis2014-05-06
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-06
* Include intrin.h before windows.h as a workaround for the x64 self-hostReid Kleckner2014-05-06
* [Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and m...Argyrios Kyrtzidis2014-05-06
* [Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...Argyrios Kyrtzidis2014-05-05