summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixed extra semicolon warningDavid Bolvansky2018-12-301-1/+1
* Add vtable anchor to classes.Richard Trieu2018-12-294-0/+7
* Buildfix for r345516 (Clang compilation failing).Alexandre Ganea2018-12-181-1/+1
* [llvm-symbolizer] Omit stderr output when symbolizing a crashAlexandre Ganea2018-12-181-3/+11
* [Support] Fix GNU/kFreeBSD buildEli Friedman2018-12-181-1/+1
* [FileCheck] Annotate input dump (final tweaks)Joel E. Denny2018-12-181-5/+5
* [FileCheck] Annotate input dump (7/7)Joel E. Denny2018-12-181-5/+4
* [FileCheck] Annotate input dump (6/7)Joel E. Denny2018-12-181-1/+1
* [FileCheck] Annotate input dump (5/7)Joel E. Denny2018-12-181-6/+13
* [FileCheck] Annotate input dump (4/7)Joel E. Denny2018-12-181-18/+23
* [FileCheck] Annotate input dump (3/7)Joel E. Denny2018-12-181-3/+13
* [FileCheck] Annotate input dump (2/7)Joel E. Denny2018-12-181-4/+8
* [FileCheck] Annotate input dump (1/7)Joel E. Denny2018-12-181-23/+61
* [Support] Fix FileNameLength passed to SetFileInformationByHandleShoaib Meenai2018-12-131-1/+1
* Add Hurd target to LLVMSupport (1/2)Kristina Brooks2018-11-291-0/+2
* Fix build error due to missing cctype includeDavid Spickett2018-11-282-1/+1
* [ARM, AArch64] Move ARM/AArch64 target parsers intoDavid Spickett2018-11-284-931/+784
* [X86] Add cascade lake arch in X86 target.Craig Topper2018-11-271-0/+6
* [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...Argyrios Kyrtzidis2018-11-261-5/+16
* [X86] Synchronize a macro in getAvailableFeatures in Host.cpp with the same m...Craig Topper2018-11-241-3/+3
* [APInt] Add methods for saturated add and subSanjay Patel2018-11-201-0/+36
* 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
OpenPOWER on IntegriCloud