summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Move BuryPointer from Clang to LLVM for use in other LLVM toolsDavid Blaikie2018-11-172-0/+32
* Use llvm::copy. NFCFangrui Song2018-11-172-2/+2
* [VFS] Implement `RedirectingFileSystem::getRealPath`.Volodymyr Sapsai2018-11-161-4/+29
* [X86] Guess that a CPU is Icelake it if reports support for AVX512VBMI2.Craig Topper2018-11-151-0/+6
* [Support] Teach YAMLIO about polymorphic typesScott Linder2018-11-141-15/+73
* [FileSystem] Add expand_tilde functionJonas Devlieghere2018-11-132-0/+23
* [FileCheck] fixing typo in assertFedor Sergeev2018-11-131-1/+1
* [FileCheck] introduce CHECK-COUNT-<num> repetition directiveFedor Sergeev2018-11-131-103/+146
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* Fix DragonFlyBSD buildDavid Carlier2018-11-101-1/+3
* [AArch64] Support HiSilicon's TSV110 processorBryan Chan2018-11-091-0/+11
* Revert "[VFS] Add "expand tilde" argument to getRealPath."Sam McCall2018-11-091-14/+13
* [VFS] Add "expand tilde" argument to getRealPath.Jonas Devlieghere2018-11-091-13/+14
* Extend virtual file system with `isLocal` methodJonas Devlieghere2018-11-081-0/+25
* [Windows] Simplify WindowsSupport.hReid Kleckner2018-11-063-82/+54
* [FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny2018-11-061-2/+21
* Silence deprecation warning for GetVersionEx with clang-clReid Kleckner2018-11-061-0/+7
* [Support] Fix `warning: unknown pragma ignored` for mingw targetMartin Storsjo2018-11-061-0/+4
* Only call FlushFileBuffers() when writing executables on WindowsAlexandre Ganea2018-11-052-1/+57
* [VFS] Add support for "no_push" to VFS recursive iterators.Jonas Devlieghere2018-10-311-12/+17
* Add parens to fix incorrect assert check.Erich Keane2018-10-291-1/+1
* [VFS] Add property 'fallthrough' that controls fallback to real file system.Volodymyr Sapsai2018-10-261-15/+99
* [VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.Volodymyr Sapsai2018-10-241-22/+2
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-242-79/+92
* [AMDGPU] Defined gfx909 Raven Ridge 2Tim Renouf2018-10-241-1/+3
* Commit missing comment edit and use correct cast to fix std::min overloadReid Kleckner2018-10-231-5/+5
* [hurd] Make getMainExecutable get the real binary pathReid Kleckner2018-10-231-7/+27
* Print out DebugCounter info with -print-debug-counterZhizhou Yang2018-10-231-4/+21
* Add support for GNU Hurd in Path.inc and other placesSylvestre Ledru2018-10-231-3/+8
* Revert r344930 as it broke some of the bots on Windows.Aaron Ballman2018-10-222-92/+79
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-222-79/+92
* Replace setFeature macro with lambda to fix MSVC "shift count negative or too...Simon Pilgrim2018-10-201-10/+10
* [X86] Add additional CPUs and features to Host.cpp and X86TargetParser.def to...Craig Topper2018-10-201-50/+73
* Port libcxxabi r344607 into llvmPavel Labath2018-10-171-1/+2
* [Support] exit with custom return code for SIGPIPENick Desaulniers2018-10-121-0/+5
* [Support] Remove redundant qualifiers in YAMLTraits (NFC)Scott Linder2018-10-101-28/+28
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-102-0/+2122
* [AArch64] -mcpu=native CPU detection for Cavium processorsJoel Jones2018-10-051-0/+15
* [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
OpenPOWER on IntegriCloud