aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-18[AArch64][GlobalISel] Promote scalar G_SHL constant shift amounts to s64.llvmorg-11.0.1-rc2llvmorg-11.0.1Amara Emerson5-20/+28
2020-12-18[AArch64][GlobalISel] Use the look-through constant helper for the shift s32-...Amara Emerson2-8/+7
2020-12-17[CMake] Avoid __FakeVCSRevision.h with no git repositoryJonas Hahnfeld2-1/+9
2020-12-16Don't error for zero-length arange entriesJames Henderson2-11/+67
2020-12-15[AArch64][GlobalISel] Narrow 128-bit regs to 64-bit regs in emitTestBitJessica Paquette4-77/+67
2020-12-15[AArch64][GlobalISel] Look through a G_ZEXT when trying to match shift-extend...Amara Emerson2-12/+61
2020-12-15[Support] PR42623: Avoid setting the delete-on-close bit if a TempFile doesn'...Ronald Wampler1-0/+14
2020-12-15[Support][Windows] Fix incorrect GetFinalPathNameByHandleW() return value che...Aleksandr Platonov1-4/+3
2020-12-14Don't reject calls to MinGW's unusual _setjmp declaration.Richard Smith4-23/+52
2020-12-14Recognize setjmp and friends as builtins even if jmp_buf is not declared yet.Richard Smith6-32/+116
2020-12-14[Sema] Handle objc_super special lookup when checking builtin compatibilityRaul Tambre2-0/+9
2020-12-14[Sema] Introduce BuiltinAttr, per-declaration builtin-nessRaul Tambre19-216/+193
2020-12-14Stop ExtractTypeForDeductionGuide from recursing on TypeSourceInfoErich Keane2-2/+41
2020-12-14[MC][ELF] Accept abbreviated form with sh_flags and sh_entsizeTobias Burnus3-2/+19
2020-12-14[KernelAddressSanitizer] Fix globals exclusion for indirect aliasesMarco Elver2-14/+39
2020-12-14[InstCombine] canonicalizeSaturatedAdd(): last fold is only valid for strict ...Roman Lebedev2-17/+27
2020-12-14[NFC][InstCombine] Add test coverage for @llvm.uadd.sat canonicalizationRoman Lebedev1-0/+178
2020-12-14[SemaTemplate] Stop passing insertion position around during VarTemplate inst...Bruno Cardoso Lopes2-8/+12
2020-12-14[X86] Fix crash with i64 bitreverse on 32-bit targets with XOP.Craig Topper2-0/+205
2020-12-11[lldb] Report old modules from ModuleList::ReplaceEquivalentJoseph Tremoulet3-10/+39
2020-12-11[lldb] GetSharedModule: Collect old modules in SmallVectorJoseph Tremoulet13-101/+154
2020-12-11[lldb] Minidump: check for .text hash match with directoryJoseph Tremoulet4-49/+133
2020-12-11Add hashing of the .text section to ProcessMinidump.Greg Clayton6-0/+218
2020-12-11[lldb] Normalize paths in new testJoseph Tremoulet1-2/+3
2020-12-11[lldb] Fix GetRemoteSharedModule fallback logicJoseph Tremoulet2-4/+38
2020-12-09[Sparc] Remove cast that truncates immediate operands to 32 bits.Brad Smith2-1/+10
2020-12-09[LLD][COFF] Fix crash with /summary and PCH input filesTom Stellard4-1/+191
2020-12-09[CUDA] Another attempt to fix early inclusion of <new> from libstdc++Artem Belevich1-24/+22
2020-12-09[CUDA] Unbreak CUDA compilation with -std=c++20Artem Belevich1-14/+24
2020-12-09[X86][AVX] Only share broadcasts of different widths from the same SDValue of...Simon Pilgrim2-6/+11
2020-12-09[X86] Add broadcast merge test case for PR48215Simon Pilgrim1-0/+75
2020-12-09Fix missed SI_RETURN_TO_EPILOG in pre-emit peepholeCarl Ritson2-8/+85
2020-12-09[Clang][CodeGen][RISCV] Fix hard float ABI for struct with empty struct and c...Luís Marques2-1/+16
2020-12-09[Clang][CodeGen][RISCV] Fix hard float ABI test cases with empty structLuís Marques2-11/+8
2020-12-09[Clang][CodeGen][RISCV] Add hard float ABI tests with empty structLuís Marques1-0/+37
2020-12-08Guard `find_library(tensorflow_c_api ...)` by checking for TENSORFLOW_C_LIB_P...Mehdi Amini1-8/+7
2020-12-08Implement .variant_pcs directiveCullen Rhodes8-0/+142
2020-12-08Add fatal error for unnamed SVE variadic argumentsDavid Sherwood6-0/+94
2020-12-08Add fatal error when running out of registers for SVE tuple call argumentsDavid Sherwood4-30/+69
2020-12-08Fix unwind info relocation with large code model on AArch64Valentin Churavy2-0/+22
2020-12-03[GNU ObjC] Fix a regression listing methods twice.David Chisnall2-13/+23
2020-12-01[HIP] Fix static-lib test CHECK bugAaron En Ye Shi1-2/+6
2020-12-01[HIP] Fix HIP test on windows due to lld suffixAaron En Ye Shi2-3/+3
2020-12-01[WebAssembly] Don't fold frame offset for global addressesJulien Jorge3-5/+25
2020-12-01[WebAssembly] Fix FastISel address calculation bugThomas Lively2-9/+30
2020-11-25Build reproducible tarballs for releasesllvmorg-11.0.1-rc1Aaron Puchert1-13/+21
2020-11-26Fix crash after looking up dwo_id=0 in CU index.Jorge Gorbe Moya2-2/+124
2020-11-26Revert "[clang-format] Fix AlignConsecutive on PP blocks"Sylvestre Ledru5-59/+3
2020-11-26[OpenMP] Use __OPENMP_NVPTX__ instead of _OPENMP in complex wrapper headers.Joachim Meyer3-3/+7
2020-11-26[RTDYLD] support absolute relocations where neededValentin Churavy1-6/+13