summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/ilovepi/spr/main.llvmdfa-jump-threading-add-option-to-allow-dfajumpthreading-whenPaul Kirth2024-02-281504-20410/+38169
|\
| * [llvm] Remove pipeline checks for optsize for DFAJumpThreadingPassPaul Kirth2024-02-281-1/+1
| * Fix the lowering of `arith.truncf : f32 to bf16`. (#83180)Benoit Jacob2024-02-283-94/+96
| * [SROA] Unfold gep of index phi (#83087)Arthur Eubanks2024-02-283-69/+207
| * [CMake][LIT] Add option to run lit testsuites in parallel (#82899)Patrick Dougherty2024-02-283-5/+20
| * [X86] Add tests showing failure to demand only the sign bit of a sitofp/uitof...Simon Pilgrim2024-02-281-0/+47
| * llvm-dwarfdump --verify aggregated output to JSON file (#81762)Kevin Frei2024-02-283-3/+41
| * [flang][runtime] Support NORM2 for REAL(16) with FortranFloat128Math lib. (#8...Slava Zakharin2024-02-289-99/+256
| * [mlir][vector][print] do not append newline to printing pure strings (#83213)Aart Bik2024-02-2817-65/+66
| * [LV] Remove unused configuration option (#82955)Nilanjana Basu2024-02-282-10/+3
| * [InstallAPI] add missing link to clangASTCyndy Ishida2024-02-281-0/+1
| * [gn build] Port c6cbf81c84b0LLVM GN Syncbot2024-02-281-0/+2
| * [clang] Refactor target attribute mangling. (#81893)Alexandros Lamprineas2024-02-284-95/+118
| * [InstallAPI] Hookup Input files & basic ASTVisitor (#82552)Cyndy Ishida2024-02-2812-8/+472
| * [TableGen] Add support for DefaultMode in per-HwMode encode/decode. (#83029)Jason Eckhardt2024-02-294-8/+183
| * [mlir][LinAlg] Vectorize reverse-like ops using vector.gather ops. (#83205)Han-Chung Wang2024-02-282-2/+46
| * [libc][docs] Document policy for non-standard func (#83212)Michael Jones2024-02-281-1/+2
| * [Headers][X86] Make brief descriptions briefer (#82422)Paul T Robinson2024-02-286-188/+201
| * [mlir][transform] Implement `FlattenElementwiseLinalgOp` transform op (#81431)srcarroll2024-02-285-50/+241
| * [clang][Interp] Note UB when converting Inf to integerTimm Bäder2024-02-282-1/+10
| * [flang][OpenMP] Fix copyprivate test on ppc64leLeandro Lupori2024-02-281-1/+1
| * [llvm][arm] add T1 and T2 assembly options for vlldm and vlstm (#83116)SivanShani-Arm2024-02-2815-61/+362
| * [AArch64] Optimized generated assembly for bool to svbool_t conversions (#83001)Lukacma2024-02-282-5/+43
| * [LLDB] Fix completion of space-only lines in the REPL on Linux (#83203)Walter Erquinigo2024-02-282-10/+27
| * [llvm][mlir][OMPIRBuilder] Translate omp.single's copyprivate (#80488)Leandro Lupori2024-02-286-12/+330
| * [VPlan] Reset trip count when replacing ExpandSCEV recipe.Florian Hahn2024-02-282-0/+10
| * [mlir][Vector] Support vector.insert in bubbling bitcast patterns (#82843)Diego Caballero2024-02-282-2/+117
| * [LV][NFC]Fix a misprint, NFC.Alexey Bataev2024-02-281-2/+2
| * Revert "[mlir][vector] Add a pattern to fuse extract(constant_mask) (#81057)"...Quinn Dawkins2024-02-282-146/+1
| * AMDGPU/GFX12: Insert waitcnts before stores with scope_sys (#82996)Petar Avramovic2024-02-2811-1/+154
| * [clang][Interp] Ignore ArrayDecay ops for null pointersTimm Bäder2024-02-282-1/+3
| * [LV][NFC]Preselect folding style while chosing the max VF, NFC.Alexey Bataev2024-02-281-12/+30
| * [AMDGPU][AsmParser] Support structured HWREG operands. (#82805)Ivan Kosarev2024-02-2810-149/+343
| * [SLP]Use It->second.first for BWSz, NFC.Alexey Bataev2024-02-281-2/+2
| * [mlir] Fix shared builds. NFCMichael Liao2024-02-281-1/+2
| * [bazel] Fix breakage from 915fce040271c77df1ff9b2c8797c441cec0d18d.Ingo Müller2024-02-281-0/+1
| * [AArch64][GlobalISel] Legalize G_LOAD for v4s8 Vector (#82989)chuongg32024-02-282-12/+23
| * [flang] fix one more compilation issue on aarch64. (#83258)Kareem Ergawy2024-02-280-0/+0
| * [mlir] Expose MLIR_CUDA_CONVERSIONS_ENABLED in mlir-config.h. (#83004)Ingo Müller2024-02-289-34/+29
| * [AMDGPU] Fix SDWA 'preserve' transformation for instructions in different bas...Valery Pykhtin2024-02-282-4/+60
| * [LV] Add test for tail fold by masking with external IV users. (#82329)Niwin Anto2024-02-281-0/+159
| * [mlir][llvm] Fix access group translation (#83257)Tobias Gysi2024-02-282-7/+42
| * [flang] Give internal linkage to internal procedures (#81929)jeanPerier2024-02-2830-120/+140
| * [mlir][affine] Enable ConvertAffineToStandard pass to handle affine.delineari...Rishabh Bali2024-02-282-0/+56
| * [clang][Interp] Remove now faulty assertionTimm Bäder2024-02-282-1/+6
| * [mlir][Transforms][NFC] Remove `SplitBlockRewrite` (#82777)Matthias Springer2024-02-283-46/+1
| * [flang] Fix build failure (NFC)Jie Fu2024-02-281-1/+1
| * [VPlan] Also print final VPlan directly before codegen/execute. (#82269)Florian Hahn2024-02-283-5/+97
| * [ConstraintElim] Use default depth for most calls of isNonNegative.Florian Hahn2024-02-284-26/+14
| * Revert "[clang][analyzer] StreamChecker: Model getc, vfscanf, putc, vfprintf ...Balazs Benics2024-02-286-105/+5