aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[Flang][OpenMP] Issue error if reduction clause has proc-pointer (#88999)Kiran Chandramohan2-0/+27
2024-04-19[MLIR][DataLayout] Add support for scalable vectors (#89349)Christian Ulmann3-8/+36
2024-04-19[SLP]Fix final analysis for unsigned nodes.Alexey Bataev2-10/+20
2024-04-19[AArch64][SVE2] Generate SVE2 BSL instruction in LLVM for add/sub. (#88413)Dinar Temirbulatov2-2/+17
2024-04-19Revert "[SLP]Fix final analysis for unsigned nodes."Mikhail Goncharov2-18/+9
2024-04-19[IR] Add support for trunc's nuw/nsw flags in `copyIRFlags` (#89353)Yingwei Zheng2-4/+25
2024-04-19MachineInstrBundle: modernize a couple of loops (NFC) (#89229)Ramkumar Ramachandra1-5/+2
2024-04-19[AMDGPU] Allow any linkage for dynlds (#84742)Pierre van Houtryve2-7/+40
2024-04-19[mlir][emitc] Restrict types in EmitC (#88391)Tina Jung5-26/+118
2024-04-19[VPlan] Introduce recipes for VP loads and stores. (#87816)Florian Hahn8-181/+283
2024-04-19[AArch64] Remove invalid uabdl patterns. (#89272)David Green2-10/+48
2024-04-19[NFC] [Serialization] Use semantical type 'DeclID' for 'CreateDeserialized'Chuanqi Xu15-173/+177
2024-04-19[clang][dataflow][NFC] Fix code formatting in DataflowEnvironment.cpp (#89352)martinboehme1-8/+6
2024-04-19[SPIR-V] SPIR-V Backend must generate a valid OCL version if working in OpenC...Vyacheslav Levytskyy2-10/+27
2024-04-19[clang][nullability] Remove `RecordValue`. (#89052)martinboehme13-396/+130
2024-04-19[AIX][Debug] generate an error instead of crash in backend for -gdwarf-5Chen Zheng2-3/+10
2024-04-19[clang][dataflow] Support `CXXParenListInitExpr` in `PropagateResultObject()`...martinboehme4-29/+131
2024-04-19[test][AArch64][CodeGen] Delete redundant check lines in tiny-model-pic.ll (#...Daniil Kovalev1-162/+0
2024-04-19specify openmp lib in aix-toolchain-include.cpp testMikhail Goncharov1-14/+14
2024-04-19[clang][CodeGen] Fix shift-exponent ubsan check for signed _BitInt (#88004)Björn Pettersson2-10/+54
2024-04-19[FunctionAttrs] Add tests for incorrect noundef inference (#88026)Nikita Popov1-0/+51
2024-04-18Revert "[mlir][llvm] Port `overflowFlags` to a native operation property" (#8...Valentin Clement (バレンタイン クレメン)11-165/+109
2024-04-19[InstCombine] Fix incorrect fshr to fshl transformNikita Popov2-3/+5
2024-04-19[InstCombine] Add test for incorrect fshr transform (#89338)Nikita Popov1-0/+10
2024-04-18[memprof] Introduce IndexedMemProfReader (NFC) (#89331)Kazu Hirata2-99/+120
2024-04-18[Sema] Fix a warningKazu Hirata1-0/+1
2024-04-19[clang][RISCV] Remove unneeded overloaded suffix for vcreate (#89241)Brandon Wu1-2/+2
2024-04-19[Clang] Allow the value of unroll count to be zero in `#pragma GCC unroll` a...yronglin9-13/+64
2024-04-19CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#89234)YunQiang Su2-1/+7
2024-04-19[X86][APX] Remove KEYLOCKER and SHA promotions from EVEX MAP4. (#89173)Freddy Ye15-1015/+36
2024-04-19[InstCombine] Add test to track BPI when condition was inverted (#86469)Haohai Wen1-0/+36
2024-04-19[C++20] [Modules] Mark exported all declarations as usedChuanqi Xu2-0/+10
2024-04-18[flang][cuda] Relax semantic for device variable in block construct (#89330)Valentin Clement (バレンタイン クレメン)3-2/+16
2024-04-19[PatternMatch] Allow poison in api_pred_ty matchers (#89188)Nikita Popov3-31/+56
2024-04-18[Coverage][NFC] Avoid visiting non-unique `OpaqueValueExpr` (#88910)Andrey Ali Khan Bolshakov1-5/+5
2024-04-19[AsmParser] Support calling intrinsics without mangling suffix (#89172)Nikita Popov7-55/+107
2024-04-19[InstCombine] Remove some uses with replaceUndefsWith() (#89190)Nikita Popov11-58/+26
2024-04-18[clang-cl] [Driver] Fix clang-cl driver supported colon options (#88216)Max Winkler3-2/+14
2024-04-18[ELF,test] Make debug-names-bad.s Linux only because of GNU sed extensionFangrui Song1-1/+1
2024-04-18[libc] fix FEnvImpl not using the proxy header (#89303)Michael Jones2-2/+2
2024-04-18Check for null oso SymbolFile in SymbolFileDwarfDebugMap::ResolveSymbolContex...jimingham1-3/+11
2024-04-18[hwasan] Add testcase for check-memaccess when using a fixed shadow (#89328)Thurston Dang1-0/+165
2024-04-18[mlir][python] allow passing in PYTHONPATH to lit tests (#89296)Maksim Levental1-0/+1
2024-04-18adds conversion functions for EI_OSABI in elf (#89280)Fred Grim2-0/+86
2024-04-19[Tosa] TosaToLinalg: link in Index dialect (#89318)Will Dietz1-2/+3
2024-04-18[lldb][nfc] Remove unused member Disassembler::m_base_addr (#89289)Alex Langford2-3/+1
2024-04-18[mlir][llvm] Port `overflowFlags` to a native operation property (#89312)Jeff Niu11-109/+165
2024-04-18[mlir] Add def to `Properties.td` to help with enum properties (#89311)Jeff Niu1-0/+13
2024-04-18[GlobalOpt] Precommit tests for PR84694 (#87443)Anshil Gandhi1-0/+88
2024-04-18[DXIL] Add DXIL SubArch to correspond to version number (#89125)S. Bharadwaj Yadavalli3-1/+110