summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix fallout caused by D89156 on 11.0.1 for MacOSllvmorg-11.1.0-rc3llvmorg-11.1.0release/11.xAndi-Bogdan Postelnicu2021-02-037-17/+17
* workflows: Re-enable lldb test on Mac OS XTom Stellard2021-02-031-2/+4
* workflows: Update action branch namesTom Stellard2021-02-035-17/+17
* workflows: Add job to check for ABI changes in libclang.so and libclang-cpp.soTom Stellard2021-02-031-0/+132
* Add minor version to libclang.so and libclang-cpp.so SONAMEllvmorg-11.1.0-rc2Tom Stellard2021-01-213-1/+7
* Address ABI issues introduced with CXCursor_CXXAddrspaceCastExprllvmorg-11.1.0-rc1Marco Antognini2021-01-121-29/+29
* Bump version to 11.1.0Tom Stellard2021-01-126-9/+9
* [AArch64][GlobalISel] Promote scalar G_SHL constant shift amounts to s64.llvmorg-11.0.1-rc2llvmorg-11.0.1Amara Emerson2020-12-185-20/+28
* [AArch64][GlobalISel] Use the look-through constant helper for the shift s32-...Amara Emerson2020-12-182-8/+7
* [CMake] Avoid __FakeVCSRevision.h with no git repositoryJonas Hahnfeld2020-12-172-1/+9
* Don't error for zero-length arange entriesJames Henderson2020-12-162-11/+67
* [AArch64][GlobalISel] Narrow 128-bit regs to 64-bit regs in emitTestBitJessica Paquette2020-12-154-77/+67
* [AArch64][GlobalISel] Look through a G_ZEXT when trying to match shift-extend...Amara Emerson2020-12-152-12/+61
* [Support] PR42623: Avoid setting the delete-on-close bit if a TempFile doesn'...Ronald Wampler2020-12-151-0/+14
* [Support][Windows] Fix incorrect GetFinalPathNameByHandleW() return value che...Aleksandr Platonov2020-12-151-4/+3
* Don't reject calls to MinGW's unusual _setjmp declaration.Richard Smith2020-12-144-23/+52
* Recognize setjmp and friends as builtins even if jmp_buf is not declared yet.Richard Smith2020-12-146-32/+116
* [Sema] Handle objc_super special lookup when checking builtin compatibilityRaul Tambre2020-12-142-0/+9
* [Sema] Introduce BuiltinAttr, per-declaration builtin-nessRaul Tambre2020-12-1419-216/+193
* Stop ExtractTypeForDeductionGuide from recursing on TypeSourceInfoErich Keane2020-12-142-2/+41
* [MC][ELF] Accept abbreviated form with sh_flags and sh_entsizeTobias Burnus2020-12-143-2/+19
* [KernelAddressSanitizer] Fix globals exclusion for indirect aliasesMarco Elver2020-12-142-14/+39
* [InstCombine] canonicalizeSaturatedAdd(): last fold is only valid for strict ...Roman Lebedev2020-12-142-17/+27
* [NFC][InstCombine] Add test coverage for @llvm.uadd.sat canonicalizationRoman Lebedev2020-12-141-0/+178
* [SemaTemplate] Stop passing insertion position around during VarTemplate inst...Bruno Cardoso Lopes2020-12-142-8/+12
* [X86] Fix crash with i64 bitreverse on 32-bit targets with XOP.Craig Topper2020-12-142-0/+205
* [lldb] Report old modules from ModuleList::ReplaceEquivalentJoseph Tremoulet2020-12-113-10/+39
* [lldb] GetSharedModule: Collect old modules in SmallVectorJoseph Tremoulet2020-12-1113-101/+154
* [lldb] Minidump: check for .text hash match with directoryJoseph Tremoulet2020-12-114-49/+133
* Add hashing of the .text section to ProcessMinidump.Greg Clayton2020-12-116-0/+218
* [lldb] Normalize paths in new testJoseph Tremoulet2020-12-111-2/+3
* [lldb] Fix GetRemoteSharedModule fallback logicJoseph Tremoulet2020-12-112-4/+38
* [Sparc] Remove cast that truncates immediate operands to 32 bits.Brad Smith2020-12-092-1/+10
* [LLD][COFF] Fix crash with /summary and PCH input filesTom Stellard2020-12-094-1/+191
* [CUDA] Another attempt to fix early inclusion of <new> from libstdc++Artem Belevich2020-12-091-24/+22
* [CUDA] Unbreak CUDA compilation with -std=c++20Artem Belevich2020-12-091-14/+24
* [X86][AVX] Only share broadcasts of different widths from the same SDValue of...Simon Pilgrim2020-12-092-6/+11
* [X86] Add broadcast merge test case for PR48215Simon Pilgrim2020-12-091-0/+75
* Fix missed SI_RETURN_TO_EPILOG in pre-emit peepholeCarl Ritson2020-12-092-8/+85
* [Clang][CodeGen][RISCV] Fix hard float ABI for struct with empty struct and c...Luís Marques2020-12-092-1/+16
* [Clang][CodeGen][RISCV] Fix hard float ABI test cases with empty structLuís Marques2020-12-092-11/+8
* [Clang][CodeGen][RISCV] Add hard float ABI tests with empty structLuís Marques2020-12-091-0/+37
* Guard `find_library(tensorflow_c_api ...)` by checking for TENSORFLOW_C_LIB_P...Mehdi Amini2020-12-081-8/+7
* Implement .variant_pcs directiveCullen Rhodes2020-12-088-0/+142
* Add fatal error for unnamed SVE variadic argumentsDavid Sherwood2020-12-086-0/+94
* Add fatal error when running out of registers for SVE tuple call argumentsDavid Sherwood2020-12-084-30/+69
* Fix unwind info relocation with large code model on AArch64Valentin Churavy2020-12-082-0/+22
* [GNU ObjC] Fix a regression listing methods twice.David Chisnall2020-12-032-13/+23
* [HIP] Fix static-lib test CHECK bugAaron En Ye Shi2020-12-011-2/+6
* [HIP] Fix HIP test on windows due to lld suffixAaron En Ye Shi2020-12-012-3/+3