aboutsummaryrefslogtreecommitdiff
path: root/llvm
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-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 Elver1-10/+10
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[X86] Fix crash with i64 bitreverse on 32-bit targets with XOP.Craig Topper2-0/+205
2020-12-09[Sparc] Remove cast that truncates immediate operands to 32 bits.Brad Smith2-1/+10
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-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 Sherwood4-0/+68
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-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-26[RTDYLD] support absolute relocations where neededValentin Churavy1-6/+13
2020-11-25[AArch64][GlobalISel] Handle rtcGPR64RegClassID in AArch64RegisterBankInfo::g...Raul Tambre2-0/+20
2020-11-24[stack-clash] Fix probing of dynamic allocaserge-sans-paille3-13/+13
2020-11-24Fix interaction between stack alignment and inline-asm stack clash protectionserge-sans-paille6-51/+512
2020-11-24Fix limit behavior of dynamic allocaserge-sans-paille2-5/+5
2020-11-24[X86] Don't produce bad x86andp nodes for i1 vectorsKeno Fischer2-4/+69
2020-11-20[MCA][LSUnit] Correctly update the internal group flags on store barrier exec...Andrea Di Biagio3-0/+206
2020-11-11[ADT] Fix for ImmutableMapRefAdam Balogh2-1/+42
2020-11-03[DAE] MarkLive in MarkValue(MaybeLive) if any use is liveArthur Eubanks3-9/+53
2020-11-02[X86] Fix cpu name typosSimon Pilgrim1-2/+3
2020-10-31Add release tarballs for libclcAaron Puchert1-1/+1
2020-10-31BPF: fix incorrect DAG2DAG load optimizationYonghong Song3-2/+52
2020-10-30[ConstantFold] Make areGlobalsPotentiallyEqual less aggressive.Eli Friedman3-3/+9
2020-10-22Bump version to 11.0.1Tom Stellard4-5/+5
2020-10-07[CodeGen][TailDuplicator] Don't duplicate blocks with INLINEASM_BRllvmorg-11.0.0-rc6llvmorg-11.0.0Bill Wendling2-0/+69
2020-10-06[SelectionDAG] Don't remove unused negated constant immediatelyQiu Chaofan2-3/+14
2020-10-05ReleaseNotes: mention the machine outliner for ARMHans Wennborg1-0/+3
2020-10-01Fix indentation for PowerPC ReleaseNotesAhsan Saghir1-12/+21
2020-10-01LLVM release notes: JIT changesHans Wennborg1-0/+16
2020-09-30[APFloat] prevent NaN morphing into Inf on conversion (PR43907)llvmorg-11.0.0-rc5Sanjay Patel3-0/+53
2020-09-30[GlobalISel] Fix multiply with overflow intrinsics legalization generating in...Amara Emerson4-11/+76
2020-09-29[LLVM 11] Add SystemZ changes to release notesUlrich Weigand1-0/+15
2020-09-28Fix mysterious failure of SupportTests FileCheckTest.Binopllvmorg-11.0.0-rc4Hans Wennborg1-0/+2
2020-09-28[LLVM-C] Turn a ShuffleVector Constant Into a Getter.Robert Widmann3-7/+13