aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2022-05-13[RS4GC] Cache BDVs and bases alogn with IsKnownBase flag (NFC)Dmitry Makogon1-124/+190
2022-05-13[LegalizeTypes][VP] Add integer promotion support for vp.setccLian Wang3-1/+110
2022-05-13[WebAssembly] Implement ref.is_null MC layer support and codegenAlex Bradbury8-7/+108
2022-05-13[Object] Support relocation resolver for CSKYZi Xuan Wu (Zeson)4-0/+168
2022-05-13[LegalizeTypes][VP] Add integer promotion support for vp.mergeLian Wang3-29/+104
2022-05-12[LLVM][Casting.h] Don't create a temporary while casting.bzcheeseman2-9/+18
2022-05-12[NFC] add the missing //@}Chen Zheng1-0/+1
2022-05-13[RISCV][NFC] Add an RV64 RUN line to rv32zfhmin-invalid.sPing Deng1-0/+2
2022-05-12[DirectX] Fix typo in CMakeLists.txt.Xiang Li1-1/+1
2022-05-13[InstCombine] fix sub(add(X,Y),umin(Y,Z)) --> add(X,usub.sat(Y,Z))Chenbing Zheng2-12/+13
2022-05-12[Lit] Add pushd and popd builtinsDavid Goldman7-7/+69
2022-05-12[llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel3-5/+5
2022-05-12[MIPS} Address ISel failures for 64 bit fpus in microMIPSSimon Dardis5-38/+994
2022-05-12[LV] Add crashing test from #55096.Florian Hahn1-0/+34
2022-05-12[MIPS] Correct the implementation of the msub optimizationSimon Dardis2-0/+84
2022-05-12[AArch64] Add `foldADCToCINC` DAG combine.Karl Meakin5-12/+29
2022-05-12[AArch64] Replace `performANDSCombine` with `performFlagSettingCombine`.Karl Meakin13-89/+93
2022-05-12[yaml2obj][COFF] Add missing RISCV constantsEli Friedman1-0/+3
2022-05-12[RISCV] Add extra space into error message about unsupported extension version.Craig Topper1-2/+2
2022-05-12[llvm-readobj] [COFF] Fix the printout for ARM64 packed homed parametersMartin Storsjö3-20/+20
2022-05-12[LAA] Initial support for runtime checks with pointer selects.Florian Hahn3-69/+112
2022-05-12[SLP][NFC] Added test to exercise the cause of a crash caused by reordering.Vasileios Porpodas1-0/+60
2022-05-12[llvm-profgen] Filter out oversized LBR ranges.Hongtao Yu6-34/+70
2022-05-12[InstCombine] freeze operand in div+mul foldSanjay Patel4-23/+37
2022-05-12[RISCV] Extend dataflow workaround from D119518 to fallthrough blocksPhilip Reames2-12/+13
2022-05-12[CostModel][X86] Auto generate partial interleaved load LV costs using UTC_AR...Simon Pilgrim6-197/+203
2022-05-12[CostModel][X86] Auto generate masked load/store LV costs using UTC_ARGS --fi...Simon Pilgrim10-541/+442
2022-05-12[CostModel][X86] Auto generate gather/scatter LV costs using UTC_ARGS --filte...Simon Pilgrim12-550/+528
2022-05-12[CSSPGO][llvm-profgen] Do not duplicate context profiles into base profile wh...Hongtao Yu2-2/+2
2022-05-12[TypePromotion] Promote undef by converting to 0.Craig Topper4-9/+9
2022-05-12[RISCV] Use tail agnostic policy when selecting riscv_fma_vl to instructionsCraig Topper4-103/+103
2022-05-12[DeadArgElim] Re-apply: Set unused arguments for internal functionsQuentin Colombet2-3/+73
2022-05-12[CodeGen][NFC] Move some comments from the end of lines to above themFraser Cormack1-6/+6
2022-05-12[DebugInfo][InstrRef] Describe value sizes when spilt to stackJeremy Morse6-19/+594
2022-05-12[ArgPromotion] Make a non-byval promotion attempt firstPavel Samolysov4-42/+104
2022-05-12[AArch64] Preserve chain when lowering fixed length load to SVE (PR55281)Nikita Popov2-11/+13
2022-05-12Rename and fix ValueMap::resize to reservePedro Olsen Ferreira1-1/+1
2022-05-12[AArch64] Stop creating unnecessary label MCSymbols for each Windows unwind o...Martin Storsjö1-5/+5
2022-05-12[MC] [Win64EH] Simplify code using WinEH::Instruction::operator!=. NFC.Martin Storsjö1-5/+3
2022-05-12[FastISel] Add some debug output (NFC)Nikita Popov1-0/+3
2022-05-12[Test] Regenerate checks using auto-update (work around PR55365)Max Kazantsev1-64/+136
2022-05-12[Intrinsics] Fix `nvvm_prmt` intrinsic attributesDmitry Vassiliev1-1/+1
2022-05-12[AMDGPU][NFC] Remove unused function.Ivan Kosarev2-9/+0
2022-05-12[AMDGPU][GFX10] Support base+soffset+offset SMEM stores.Ivan Kosarev3-12/+83
2022-05-12Revert "Add an error message to the default SIGPIPE handler"Tim Northover2-21/+0
2022-05-12[AMDGPU] Remove pre-committed test for D124981. NFC.Carl Ritson1-36/+0
2022-05-12Add an error message to the default SIGPIPE handlerTim Northover2-0/+21
2022-05-12silence new -Wunused-result warnings in testKrasimir Georgiev1-3/+3
2022-05-12[LLVM][Casting.h] Update dyn_cast machinery to provide more control over how ...bzcheeseman2-219/+698
2022-05-11[Bitcode] Simplify code after FUNC_CODE_BLOCKADDR_USERS changes (D124878)Fangrui Song1-19/+13