summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Reapply "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"Duncan P. N. Exon Smith2018-07-201-11/+14
* Revert "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"Duncan P. N. Exon Smith2018-07-201-14/+11
* ADT: Shrink size of SmallVector by 8B on 64-bit platformsDuncan P. N. Exon Smith2018-07-191-11/+14
* [APInt] Keep the original bit width in quotient and remainderKrzysztof Parzyszek2018-07-191-16/+17
* [Support] Build fix for Haiku when checking for a local filesystemTim Northover2018-07-181-0/+3
* Don't assert that a size_t fits into 64bit.Joerg Sonnenberger2018-07-171-1/+0
* [Support] Harded JSON against invalid UTF-8.Sam McCall2018-07-101-4/+45
* [Support] Make JSON handle doubles and int64s losslesslySam McCall2018-07-091-16/+26
* Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall2018-07-092-0/+643
* [OpenEmbedded] Add OpenEmbedded vendorMandeep Singh Grang2018-07-051-0/+2
* [ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng2018-07-041-0/+15
* Fix typo in lib/Support/Path.cpp to test commit accessVladimir Stefanovic2018-07-031-1/+1
* [ARM][AArch64] Armv8.4-A EnablementSjoerd Meijer2018-06-292-0/+7
* Add a flag to FileOutputBuffer that allows modification.Zachary Turner2018-06-282-23/+57
* Fix MSVC "not all control paths return a value" warnings. NFCI.Simon Pilgrim2018-06-261-0/+2
* [APInt] Add helpers for rounding u/sdivs.Tim Shen2018-06-251-0/+46
* Add OpenBSD support to the Threading codeBrad Smith2018-06-231-3/+5
* ADT: Use EBO to shrink SmallVector size 1Duncan P. N. Exon Smith2018-06-231-0/+4
* Fix namespaces. No functionality change.Benjamin Kramer2018-06-161-0/+2
* Avoid copying PrettyStackTrace messages an extra time on Apple OSsJordan Rose2018-06-151-2/+2
* Revert "Enable ThreadPool to queue tasks that return values."Zachary Turner2018-06-131-2/+19
* Enable ThreadPool to support tasks that return values.Zachary Turner2018-06-131-19/+2
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-134-101/+93
* Do not enforce absolute path argv0 in windowsHans Wennborg2018-06-131-29/+39
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-125-73/+80
* Fix build errors on some configurationsPavel Labath2018-06-113-4/+4
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-112-0/+111
* Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-104-122/+86
* Cleanup. NFCFangrui Song2018-06-102-2/+2
* Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner2018-06-104-86/+122
* Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-104-122/+86
* Revert "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-092-77/+114
* [Support] Expose flattenWindowsCommandLine.Zachary Turner2018-06-092-114/+77
* Use uniform mechanism for OOM errors handlingSerge Pavlov2018-06-095-36/+12
* commandLineFitsWithinSystemLimits Overestimates System LimitsAlexander Kornienko2018-06-081-1/+12
* Clean up some code in Program.Zachary Turner2018-06-082-10/+12
* Add a file open flag that disables O_CLOEXEC.Zachary Turner2018-06-082-9/+22
* Expose a single global file open function.Zachary Turner2018-06-072-86/+51
* [Support] Link libzircon.so when building LLVM for FuchsiaPetr Hosek2018-06-071-0/+3
* Fix unused private variable.Zachary Turner2018-06-071-1/+2
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-078-144/+251
* [Support] Use zx_cache_flush on Fuchsia to flush instruction cachePetr Hosek2018-06-061-1/+10
* [FileSystem] Remove OpenFlags param from several functions.Zachary Turner2018-06-051-14/+16
* [Support] Add functions that operate on native file handles on Windows.Zachary Turner2018-06-042-30/+75
* [Support] Remove unused raw_ostream::handle whose anchor role was superseded ...Fangrui Song2018-06-022-4/+1
* Move some function declarations out of WindowsSupport.hZachary Turner2018-06-016-14/+5
* [ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere2018-05-311-2/+2
* [dsymutil] Escape HTML special characters in plist.Jonas Devlieghere2018-05-301-0/+17
* Revert commit 333506Serge Pavlov2018-05-305-12/+36
* Use uniform mechanism for OOM errors handlingSerge Pavlov2018-05-305-36/+12
OpenPOWER on IntegriCloud