summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-125-10/+10
* Prefix generic_category with std::.Rafael Espindola2014-06-121-2/+2
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-125-30/+30
* Used mapWindowsError. I missed these in the initial transition.Rafael Espindola2014-06-121-3/+4
* Try to fix the mingw build.Rafael Espindola2014-06-121-30/+6
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-113-79/+10
* Remove unused has_magic.Rafael Espindola2014-06-111-18/+0
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-1113-326/+145
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-111-1/+1
* Uses generic_category instead of system_category.Rafael Espindola2014-06-112-25/+25
* Remove windows_error.Rafael Espindola2014-06-112-30/+40
* There is no posix_category in std, use generic_category.Rafael Espindola2014-06-112-12/+3
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-104-14/+44
* Remove support for runtime multi-threading.Zachary Turner2014-06-104-44/+14
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* Test commit, wraps some lines to fit in 80 columns.Zachary Turner2014-06-101-2/+4
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-081-1/+3
* GraphWriter: try gv before xdg-openAlp Toker2014-06-041-2/+2
* GraphWriter: support the XDG open utilityAlp Toker2014-06-041-2/+8
* Process::GetRandomNumber(): fix insecure RNGAlp Toker2014-06-031-2/+3
* Silence -Wreturn-type warningAlp Toker2014-06-021-0/+1
* GraphWriter: tweak the program fallback orderAlp Toker2014-06-021-1/+1
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-021-119/+129
* Support: add Windows ARM EH data structuresSaleem Abdulrasool2014-06-022-0/+39
* Fix typosAlp Toker2014-05-311-1/+1
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-311-2/+2
* Fix windows build.Rafael Espindola2014-05-312-3/+2
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-312-3/+3
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-312-7/+7
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-3110-78/+78
* Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne2014-05-311-1/+2
* delete dead code.Rafael Espindola2014-05-312-40/+0
* Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he...Bradley Smith2014-05-231-9/+9
* Extend sys::getHostCPUFeatures to work on AArch64 platformsBradley Smith2014-05-221-1/+37
* Clean up language and grammar.Eric Christopher2014-05-202-2/+2
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-192-17/+6
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-182-63/+0
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-162-1/+8
* MemoryBuffer: don't force mmap when stat failsAlp Toker2014-05-091-3/+2
* MemoryBuffer: remove unusued definitionsAlp Toker2014-05-091-8/+0
* [Support/MemoryBuffer] Remove the assertion that the file size did not shrink.Argyrios Kyrtzidis2014-05-061-3/+0
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-061-7/+6
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-061-6/+7
* [Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...Argyrios Kyrtzidis2014-05-061-22/+23
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-061-7/+6
* Include intrin.h before windows.h as a workaround for the x64 self-hostReid Kleckner2014-05-061-0/+1
* [Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and m...Argyrios Kyrtzidis2014-05-061-7/+13
* [Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...Argyrios Kyrtzidis2014-05-051-18/+32
* Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.Kaelyn Takata2014-05-051-1/+2
* Add a description for AMD's bdver4 (aka Excavator).Benjamin Kramer2014-05-021-0/+2
OpenPOWER on IntegriCloud