summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [mips] Add support MIPS r6 Debian triplesSimon Atanasyan2018-09-271-11/+20
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-273-3/+3
* [ARM/AArch64][v8.5A] Add Armv8.5-A targetOliver Stannard2018-09-262-0/+7
* [X86] Infer 64bit feature support from the CPUID results in getHostCPUFeatures.Craig Topper2018-09-241-0/+2
* Remove dead function user_cache_directory()Nico Weber2018-09-183-39/+0
* [mips] Fix MIPS N32 ABI triples supportSimon Atanasyan2018-09-171-2/+10
* fix typosAdrian Prantl2018-09-141-1/+1
* [Support] Treat null bytes as separator in windows command line stringsMartin Storsjo2018-09-141-2/+6
* Common infrastructure for reading a profile remapping file and buildingRichard Smith2018-09-132-0/+82
* [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
OpenPOWER on IntegriCloud