summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [Support] sys::fs::directory_entry includes the file_type.Kristina Brooks2018-09-123-77/+95
* AMDGPU: Re-apply r341982 after fixing the layering issueKonstantin Zhuravlyov2018-09-121-10/+40
* Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...Ilya Biryukov2018-09-121-128/+10
* [cmake] Speed up check-llvm 5x by delay loading shell32 and ole32Reid Kleckner2018-09-111-1/+7
* [Support] Quote arguments containing \n on WindowsReid Kleckner2018-09-111-1/+1
* [Support] Avoid calling CommandLineToArgvW from shell32.dllReid Kleckner2018-09-111-55/+45
* AMDGPU: Move isa version and EF_AMDGPU_MACH_* determinationKonstantin Zhuravlyov2018-09-111-10/+128
* ADT: add <bit> header, implement C++20 bit_cast, useJF Bastien2018-09-081-14/+7
* Revert "ADT: add <bit> header, implement C++20 bit_cast, use"JF Bastien2018-09-071-7/+14
* ADT: add <bit> header, implement C++20 bit_cast, useJF Bastien2018-09-071-14/+7
* [Windows] Convert from UTF-8 to UTF-16 when writing to a Windows consoleReid Kleckner2018-09-053-25/+86
* Set console mode when -fansi-escape-codes is enabled David Bolvansky2018-09-041-0/+9
* Do not leak the Mach host port in sys::getHostCPUName()Kristina Brooks2018-09-041-1/+3
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-1/+1
* Hashing: use 64-bit seed for hashing on all platforms.Tim Northover2018-08-301-2/+2
* [Error] Add FileError helper; upgrade StringError behaviorAlexandre Ganea2018-08-301-2/+22
* Start reserving x18 by default on Android targets.Peter Collingbourne2018-08-291-1/+2
* Use a lambda for calls to ::open in RetryAfterSignalHans Wennborg2018-08-272-3/+8
* Avoid specializing a variadic member template in a way that seems to notChandler Carruth2018-08-261-15/+13
* Remove superfluous semicolon. NFCI.Simon Pilgrim2018-08-251-1/+1
* This patch adds support to LLVM for writing HermitCore (https://hermitcore.or...Eric Christopher2018-08-251-0/+2
* Allow demangler's node allocator to fail, and bail out of the entireRichard Smith2018-08-241-5/+21
* Add data structure to form equivalence classes of mangled names.Richard Smith2018-08-242-0/+308
* [Support] Allow discarding a FileOutputBuffer without removing the memory map...Martin Storsjo2018-08-241-0/+6
* Make LLVM_ENABLE_CRASH_DUMPS set a variable defaultReid Kleckner2018-08-231-5/+4
* Fixup AreCoreFilesPrevented() to consider first LLVM_ENABLE_CRASH_DUMPS and s...Douglas Yung2018-08-231-1/+1
* [Support] Fix some Wundef warningsSven van Haastregt2018-08-234-10/+10
* Improve incompatible triple errorJF Bastien2018-08-231-1/+1
* [Support][CachePruning] prune least recently accessed files firstBob Haarman2018-08-221-12/+35
* Try to fix bot build failureMatt Arsenault2018-08-211-1/+1
* AMDGPU: Partially move target handling code from clang to TargetParserMatt Arsenault2018-08-211-0/+147
* Add cmake option to disable minidumps, default it to offReid Kleckner2018-08-201-1/+2
* Fix an undefined behavior when storing an empty StringRef.Haojian Wu2018-08-201-1/+2
* [DebugCounters] don't do redundant map lookups; NFCGeorge Burgess IV2018-08-171-4/+8
* [ARM/AArch64] Support FP16 +fp16fml instructionsBernard Ogden2018-08-171-0/+7
* [Support] Add a public API to allow clearing all (static) timer groups.Graydon Hoare2018-08-171-2/+13
* [ADT] Replace APInt::WORD_MAX with APInt::WORDTYPE_MAXSimon Pilgrim2018-08-161-9/+9
* [Support] Add a basic C API for llvm::Error.Lang Hames2018-08-151-0/+20
* [Support] NFC: Allow modifying access/modification times independently in sys...Jordan Rupprecht2018-08-132-7/+14
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-0/+6
* Refactor FileCheck to make it usable as an APIAditya Nandakumar2018-08-072-0/+1341
* Fix raw_fd_ostream::write_impl hang due to an infinite loop with large outputOwen Reynolds2018-08-061-4/+4
* Fix modules build with different technique to suppress Knuth debuggingTim Northover2018-08-061-37/+33
* Fix buildbot breakage.Rui Ueyama2018-08-041-2/+1
* Use the same constants as zlib to represent compression level.Rui Ueyama2018-08-041-17/+4
* [Support] Don't initialize compressed buffer allocated by zlib::compressFangrui Song2018-08-031-2/+2
* [Windows FS] Allow moving files in TempFile::keepJeremy Morse2018-08-032-2/+10
* [Support] Add an enable bit to our DebugCountersGeorge Burgess IV2018-08-021-0/+2
* Unbreak build after r338758: specify lambda return type explicitlyKrzysztof Parzyszek2018-08-021-1/+1
* [SCEV] Properly solve quadratic equationsKrzysztof Parzyszek2018-08-021-0/+191
OpenPOWER on IntegriCloud