summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* [LLD][ELF] Support --[no-]mmap-output-file with F_no_mmapNick Terrell2019-10-291-1/+4
* minor doc typo fix / testing github commitRafael Stahl2019-10-281-1/+1
* [APInt] Introduce APIntOps::GetMostSignificantDifferentBit()Roman Lebedev2019-10-261-0/+8
* [APInt] Add saturating left-shift opsRoman Lebedev2019-10-251-0/+19
* [APInt] Add saturating multiply opsRoman Lebedev2019-10-251-0/+21
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-242-16/+1
* Reland "[Support] Add a way to run a function on a detached thread""Sam McCall2019-10-237-61/+132
* Revert "[Support] Add a way to run a function on a detached thread"Sam McCall2019-10-236-128/+60
* [Support] Add a way to run a function on a detached threadSam McCall2019-10-236-60/+128
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-182-1/+16
* Reapply r375051: [support] GlobPattern: add support for `\` and `[!...]`, and...Jordan Rupprecht2019-10-171-7/+16
* Revert [support] GlobPattern: add support for `\` and `[!...]`, and allow `]`...Jordan Rupprecht2019-10-161-16/+7
* [support] GlobPattern: add support for `\` and `[!...]`, and allow `]` in mor...Jordan Rupprecht2019-10-161-7/+16
* RedirectingFileSystem::openFileForRead - replace bitwise & with boolean && to...Simon Pilgrim2019-10-161-1/+1
* RealFile - fix self-initialization warning in constructor.Simon Pilgrim2019-10-161-3/+3
* [Reland][VirtualFileSystem] Support virtual working directory in the Redirect...Jonas Devlieghere2019-10-151-10/+35
* Revert "[VirtualFileSystem] Support virtual working directory in the Redirec...Jonas Devlieghere2019-10-151-35/+10
* [VirtualFileSystem] Support virtual working directory in the RedirectingFSJonas Devlieghere2019-10-151-10/+35
* [Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet2019-10-141-3/+3
* [FileCheck] Implement --ignore-case option.Kai Nacke2019-10-112-2/+10
* [Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless of LLVM_ENABLE_STATS.Volodymyr Sapsai2019-10-111-14/+13
* win: Move Parallel.h off concrt to cross-platform codeNico Weber2019-10-101-30/+1
* Print quoted backslashes in LLVM IR as \\ instead of \5CReid Kleckner2019-10-101-1/+3
* Revert "[FileCheck] Implement --ignore-case option."Dmitri Gribenko2019-10-102-2614/+2606
* [FileCheck] Implement --ignore-case option.Kai Nacke2019-10-102-2606/+2614
* Unify the two CRC implementationsHans Wennborg2019-10-093-138/+72
* Expose ProvidePositionalOption as a public APIMehdi Amini2019-10-051-1/+1
* [Support, ARM64] Define getHostCPUFeatures for Windows on ARM64 platformMartin Storsjo2019-10-021-0/+11
* [FileCheck] Move private interface to its own headerThomas Preud'homme2019-10-012-0/+622
* VirtualFileSystem - replace dyn_cast<>+assert with cast<> calls. NFCI.Simon Pilgrim2019-10-011-8/+5
* [FileCheck] Remove implementation types from APIThomas Preud'homme2019-09-301-19/+24
* Regex: Make "match" and "sub" const member functionsThomas Preud'homme2019-09-242-13/+28
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-201-1/+1
* Fix compile-time regression caused by rL371928Daniel Sanders2019-09-181-0/+52
* Revert "r372201: [Support] Replace function with function_ref in writeFileAto...Ilya Biryukov2019-09-181-1/+1
* [Support] Replace function with function_ref in writeFileAtomically. NFCIlya Biryukov2019-09-181-1/+1
* [ARM] VFPv2 only supports 16 D registers.Eli Friedman2019-09-171-5/+3
* [Reproducer] Add reproducer dump command.Jonas Devlieghere2019-09-131-10/+12
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-16/+47
* Move LLVM_ENABLE_ABI_BREAKING_CHECKS variables to their own fileEric Christopher2019-09-103-15/+25
* [Support] Add writeFileAtomically() to FileUtilitiesJan Korous2019-09-051-0/+35
* Fix time-trace breaking flame graph assumptionsRussell Gallop2019-09-051-12/+37
* Win: handle \\?\UNC\ prefix in realPathFromHandle (PR43204)Hans Wennborg2019-09-051-6/+12
* [X86] Add support for avx512bf16 for __builtin_cpu_supports and compiler-rt's...Craig Topper2019-09-041-2/+7
* [FileCheck] Forbid using var defined on same lineThomas Preud'homme2019-09-021-36/+6
* [yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi...George Rimar2019-08-301-3/+3
* [X86] Remove what little support we had for MPXCraig Topper2019-08-291-1/+0
* Add error handling to the DataExtractor classPavel Labath2019-08-271-41/+86
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-1/+1
OpenPOWER on IntegriCloud