summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-05[CodeGen][NewPM] Use verify-each option in npm tests (NFC).users/cdevadas/add-verify-each-to-npm-testsChristudasan Devadasan
2024-09-05Recover performance loss after PagedVector introduction (#67972)Giulio Eulisse
2024-09-05[Clang] Warn with -Wpre-c23-compat instead of -Wpre-c++17-compat for u8 chara...Mital Ashok
2024-09-05[clang][ExtractAPI] Handle AttributedType fragments transparently (#107262)Daniel Grumberg
2024-09-05[Clang][SemaCXX] Preserve qualifiers in derived-to-base cast in defaulted com...Mital Ashok
2024-09-05[CodeGen] Add generic INIT_UNDEF pseudo (#106744)Nikita Popov
2024-09-05[RISCV] Model dest EEW and fix peepholes not checking EEW (#105945)Luke Lau
2024-09-05[ARM] Do not assume alignment in vld1xN and vst1xN intrinsics (#106984)Nikita Popov
2024-09-05[AArch64] Combine zext of deinterleaving shuffle. (#107201)David Green
2024-09-04[RISCV] Fix another RV32 Zdinx load/store addressing corner case.Craig Topper
2024-09-04[Target] Use templated MachineFunction::getSubtarget in *CallingConv.td. NFC ...Craig Topper
2024-09-04[NFC][sanitizer] Thread safety annotation for SymbolizerVitaly Buka
2024-09-05[AMDGPU] V_SET_INACTIVE optimizations (#98864)Carl Ritson
2024-09-04Reapply "[llvm-lit] Add precommit test to verify current behavior of glob exp...Harini0924
2024-09-04[DirectX] Clean up trailing whitespace. NFC (#107335)Justin Bogner
2024-09-04[DirectX] Fix crash in DXILOpBuilder for vector types (#107334)Justin Bogner
2024-09-05[RISCV][TTI] Add cost of typebased cast VPIntrinsics with functionalOPC. (#97...Elvis Wang
2024-09-05[clang][RISCV] Fix typo of vector crypto in SemaRISCV.cpp. NFC (#106485)Brandon Wu
2024-09-05[RISCV][llvm] Handle `ptr` element type in `lowerDeinterleaveIntrinsicToLoad`...Brandon Wu
2024-09-04Revert "[flang][cuda] Add c_devptr and bypass output semantic check" (#107349)Valentin Clement (バレンタイン クレメン)
2024-09-04[HLSL] Remove variables that are used only in assert (#107299)Helena Kotas
2024-09-05[MLIR][Python] Fix detached operation coming from `IfOp` constructor (#107286)Matt Hofmann
2024-09-05[RISCV] Fold PseudoVMV_V_V with undef passthru, handling policy (#106943)Luke Lau
2024-09-04[flang][cuda] Add c_devptr and bypass output semantic check (#107318)Valentin Clement (バレンタイン クレメン)
2024-09-04[LegalizeTypes][RISCV] Use SPLAT_VECTOR_PARTS to legalize splat BUILD_VECTOR ...Craig Topper
2024-09-04[DirectX] use DXILMetadataAnalysis to build PSVRuntimeInfo (#107101)Xiang Li
2024-09-04[Clang] [Driver] Support `-fjmc` for `*-windows-msvc` target in non cl driver...Max Winkler
2024-09-04[RISCV] Support fixed vector VP_LOAD/STORE for bf16 and f16 without Zvfh. (#1...Craig Topper
2024-09-04[BPF] Fix dst/val mismatch in class ATOMIC_NOFETCH (#107288)yonghong-song
2024-09-04[hwasan] Disable test with hwasan-aliasingVitaly Buka
2024-09-04Revert "[-Wunsafe-buffer-usage] Warning Libc functions (#101583)"ziqingluo-90
2024-09-04[WebAssembly] Rename CATCH/CATCH_ALL to *_LEGACY (#107187)Heejin Ahn
2024-09-04[HLSL] Implement '__builtin_hlsl_is_intangible' type trait (#104544)Helena Kotas
2024-09-04[SandboxIR] Implement ConstantPointerNull (#107320)vporpo
2024-09-04[Clang] Fix CLANG_TOOLCHAIN_PROGRAM_TIMEOUT logicJoel E. Denny
2024-09-04[AMDGPU][Docs] DWARF aspace-aware base types (post-review fixes)Scott Linder
2024-09-04[SandboxIR] Implement ConstantAggregateZero (#107172)vporpo
2024-09-04[TableGen] Refactor Intrinsics record (#106986)Rahul Joshi
2024-09-04[TableGen] Add `CodeGenIntrinsicsMap` for on-demand intrinsic creation (#107100)Rahul Joshi
2024-09-04[TableGen] Optimize intrinsic info type signature encoding (#106809)Rahul Joshi
2024-09-04[compiler-rt][nsan] Update UnwindImpl (#107313)Alexander Shaposhnikov
2024-09-04[scudo] Use variable instead of recomputing. (#106647)Christopher Ferris
2024-09-04LICM: hoist BO assoc when BinOp is in RHS (#107072)Ramkumar Ramachandra
2024-09-04[libc++][NFC] Use consistent layout for license in Python filesLouis Dionne
2024-09-04Revert "Reland "AtomicExpand: Allow incrementally legalizing atomicrmw"" (#10...Vitaly Buka
2024-09-04[libc++][modules] Consolidate leaf modules into their own top-level modules (...Louis Dionne
2024-09-04[libc++][modules] Remove dependency on __algorithm/max from hypot.h (#107150)Louis Dionne
2024-09-04[RISCV] Fix typos in comment. NFCCraig Topper
2024-09-04[RISCV] Precommit vmv.v.v with undef passthru testsLuke Lau
2024-09-04[LV] Check if compare is truncated directly in getInstructionCost.Florian Hahn