| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips] Add support MIPS r6 Debian triples | Simon Atanasyan | 2018-09-27 | 1 | -11/+20 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 3 | -3/+3 |
| * | [ARM/AArch64][v8.5A] Add Armv8.5-A target | Oliver Stannard | 2018-09-26 | 2 | -0/+7 |
| * | [X86] Infer 64bit feature support from the CPUID results in getHostCPUFeatures. | Craig Topper | 2018-09-24 | 1 | -0/+2 |
| * | Remove dead function user_cache_directory() | Nico Weber | 2018-09-18 | 3 | -39/+0 |
| * | [mips] Fix MIPS N32 ABI triples support | Simon Atanasyan | 2018-09-17 | 1 | -2/+10 |
| * | fix typos | Adrian Prantl | 2018-09-14 | 1 | -1/+1 |
| * | [Support] Treat null bytes as separator in windows command line strings | Martin Storsjo | 2018-09-14 | 1 | -2/+6 |
| * | Common infrastructure for reading a profile remapping file and building | Richard Smith | 2018-09-13 | 2 | -0/+82 |
| * | [Support] sys::fs::directory_entry includes the file_type. | Kristina Brooks | 2018-09-12 | 3 | -77/+95 |
| * | AMDGPU: Re-apply r341982 after fixing the layering issue | Konstantin Zhuravlyov | 2018-09-12 | 1 | -10/+40 |
| * | Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ... | Ilya Biryukov | 2018-09-12 | 1 | -128/+10 |
| * | [cmake] Speed up check-llvm 5x by delay loading shell32 and ole32 | Reid Kleckner | 2018-09-11 | 1 | -1/+7 |
| * | [Support] Quote arguments containing \n on Windows | Reid Kleckner | 2018-09-11 | 1 | -1/+1 |
| * | [Support] Avoid calling CommandLineToArgvW from shell32.dll | Reid Kleckner | 2018-09-11 | 1 | -55/+45 |
| * | AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination | Konstantin Zhuravlyov | 2018-09-11 | 1 | -10/+128 |
| * | ADT: add <bit> header, implement C++20 bit_cast, use | JF Bastien | 2018-09-08 | 1 | -14/+7 |
| * | Revert "ADT: add <bit> header, implement C++20 bit_cast, use" | JF Bastien | 2018-09-07 | 1 | -7/+14 |
| * | ADT: add <bit> header, implement C++20 bit_cast, use | JF Bastien | 2018-09-07 | 1 | -14/+7 |
| * | [Windows] Convert from UTF-8 to UTF-16 when writing to a Windows console | Reid Kleckner | 2018-09-05 | 3 | -25/+86 |
| * | Set console mode when -fansi-escape-codes is enabled | David Bolvansky | 2018-09-04 | 1 | -0/+9 |
| * | Do not leak the Mach host port in sys::getHostCPUName() | Kristina Brooks | 2018-09-04 | 1 | -1/+3 |
| * | [DebugInfo] Common behavior for error types | Alexandre Ganea | 2018-08-31 | 1 | -1/+1 |
| * | Hashing: use 64-bit seed for hashing on all platforms. | Tim Northover | 2018-08-30 | 1 | -2/+2 |
| * | [Error] Add FileError helper; upgrade StringError behavior | Alexandre Ganea | 2018-08-30 | 1 | -2/+22 |
| * | Start reserving x18 by default on Android targets. | Peter Collingbourne | 2018-08-29 | 1 | -1/+2 |
| * | Use a lambda for calls to ::open in RetryAfterSignal | Hans Wennborg | 2018-08-27 | 2 | -3/+8 |
| * | Avoid specializing a variadic member template in a way that seems to not | Chandler Carruth | 2018-08-26 | 1 | -15/+13 |
| * | Remove superfluous semicolon. NFCI. | Simon Pilgrim | 2018-08-25 | 1 | -1/+1 |
| * | This patch adds support to LLVM for writing HermitCore (https://hermitcore.or... | Eric Christopher | 2018-08-25 | 1 | -0/+2 |
| * | Allow demangler's node allocator to fail, and bail out of the entire | Richard Smith | 2018-08-24 | 1 | -5/+21 |
| * | Add data structure to form equivalence classes of mangled names. | Richard Smith | 2018-08-24 | 2 | -0/+308 |
| * | [Support] Allow discarding a FileOutputBuffer without removing the memory map... | Martin Storsjo | 2018-08-24 | 1 | -0/+6 |
| * | Make LLVM_ENABLE_CRASH_DUMPS set a variable default | Reid Kleckner | 2018-08-23 | 1 | -5/+4 |
| * | Fixup AreCoreFilesPrevented() to consider first LLVM_ENABLE_CRASH_DUMPS and s... | Douglas Yung | 2018-08-23 | 1 | -1/+1 |
| * | [Support] Fix some Wundef warnings | Sven van Haastregt | 2018-08-23 | 4 | -10/+10 |
| * | Improve incompatible triple error | JF Bastien | 2018-08-23 | 1 | -1/+1 |
| * | [Support][CachePruning] prune least recently accessed files first | Bob Haarman | 2018-08-22 | 1 | -12/+35 |
| * | Try to fix bot build failure | Matt Arsenault | 2018-08-21 | 1 | -1/+1 |
| * | AMDGPU: Partially move target handling code from clang to TargetParser | Matt Arsenault | 2018-08-21 | 1 | -0/+147 |
| * | Add cmake option to disable minidumps, default it to off | Reid Kleckner | 2018-08-20 | 1 | -1/+2 |
| * | Fix an undefined behavior when storing an empty StringRef. | Haojian Wu | 2018-08-20 | 1 | -1/+2 |
| * | [DebugCounters] don't do redundant map lookups; NFC | George Burgess IV | 2018-08-17 | 1 | -4/+8 |
| * | [ARM/AArch64] Support FP16 +fp16fml instructions | Bernard Ogden | 2018-08-17 | 1 | -0/+7 |
| * | [Support] Add a public API to allow clearing all (static) timer groups. | Graydon Hoare | 2018-08-17 | 1 | -2/+13 |
| * | [ADT] Replace APInt::WORD_MAX with APInt::WORDTYPE_MAX | Simon Pilgrim | 2018-08-16 | 1 | -9/+9 |
| * | [Support] Add a basic C API for llvm::Error. | Lang Hames | 2018-08-15 | 1 | -0/+20 |
| * | [Support] NFC: Allow modifying access/modification times independently in sys... | Jordan Rupprecht | 2018-08-13 | 2 | -7/+14 |
| * | [ADT] Normalize empty triple components | Petr Hosek | 2018-08-08 | 1 | -0/+6 |
| * | Refactor FileCheck to make it usable as an API | Aditya Nandakumar | 2018-08-07 | 2 | -0/+1341 |