aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
81 min.[HLSL][DXIL][SPIRV] WavePrefixSum intrinsic support (#167946)Kai2-0/+3
11 hours[CodeGen] Add getTgtMemIntrinsic overload for multiple memory operands (NFC) ...Nicolai Hähnle4-39/+124
14 hoursValueTracking: Move powi logic to KnownFPClass (#179301)Matt Arsenault2-0/+7
15 hoursValueTracking: Move ldexp KnownFPClass handling to support (#179235)Matt Arsenault1-0/+6
16 hoursFix grammar in comments (#179269)Kunal1-1/+1
16 hours[NFC][GlobalISel] Expose `CallLowering::buildCopyFromRegs` and `CallLowering:...Demetrius Kanios1-0/+21
16 hours[SelectionDAG][NFC] Rename isConstantSequence to isArithmeticSequence (#179108)Philip Ginsbach-Chen1-1/+1
17 hours[ARM] Lower unaligned loads/stores to aeabi functions. (#172672)Simi Pallipurath1-0/+21
19 hours[PowerPC] using milicode call for strcmp instead of lib call (#177009)zhijian lin3-5/+12
19 hours[SPIR-V] Add SPV_INTEL_unstructured_loop_controls extension (#178799)Dmitry Sidorov1-0/+1
22 hours[AsmParser] Track value references and function arguments (#174566)Bertik232-14/+29
23 hours[IR] Remove Before argument from splitBlock APIs (NFC) (#179195)Nikita Popov2-25/+15
23 hours[CodeExtractor] Format CodeExtractor header, NFC (#178662)Sergio Afonso1-240/+230
25 hours[LoopCacheAnalysis] Remove tryDelinearizeFixedSize (NFCI) (#177552)Ryotaro Kasuga1-5/+0
27 hours[DebugInfo][NVPTX] Adding support for `inlined_at` debug directive in NVPTX b...Laxman Sole2-0/+12
27 hours[NewPM] Port MachineDominanceFrontierAnalysis (#177709)Anshul Nigham3-44/+32
41 hours[SDAG] Check for `nsz` in DAG.canIgnoreSignBitOfZero() (#178905)Benjamin Maxwell1-1/+2
44 hours[Analysis] Add Intrinsics::CLMUL case to cost calculations to getIntrinsicIns...niqiangpro-cell1-0/+12
46 hours[APInt] Extend isSameValue to also do signed-compares (#178854)Ramkumar Ramachandra1-5/+11
3 days[NFC] To fix comment in the code as getIntN no longer does truncation. (#178834)Daniel Chen1-2/+1
3 days[HLSL] Implement Texture2D type and Sample method in Clang (#177240)Steven Perron2-0/+9
4 days[SelectionDAG] Handle undef at any position in isConstantSequence (#176671)Philip Ginsbach-Chen1-3/+5
4 days[RISC-V][Mach-O] Use RISCV_RELOC_ADDEND for large pc-relative offset. (#178699)Francesco Petrogalli1-5/+6
4 days[RegAlloc] Remove redundant parameters for weightCalcHelper (NFC). (#170151)hstk30-hw1-8/+1
4 daysInstCombine: Handle multiple use copysign (#176917)Matt Arsenault1-0/+7
4 daysNFC: Rename CodeGenOptions::StackUsageOutput to StackUsageFile (#178898)Marina Taylor1-1/+1
4 days[GlobalISel] Insert bitcast instead of register replacement when types don't ...Marcos Maronas1-4/+58
5 days[AArch64] Optimize memset to use NEON DUP instruction for more sizes (#166030)Osama Abdelkader1-10/+14
5 days[GlobalISel] Fold Add Shift combine from SelectionDAG (#177371)Osman Yasar1-1/+26
5 days[NFC][DominanceFrontier] Remove unused return value (#178708)Andrei Elovikov2-8/+3
5 days[HLSL] Add wave prefix count bits function (#178059)Joshua Batista2-0/+2
5 days[GlobalISel] Rewrite binop_left_to_zero using MIR Patterns (#177924)Osman Yasar2-8/+9
5 days[GlobalISel] Add integer_reassoc_combines from SelectionDAG (#177931)Osman Yasar1-0/+17
5 days[GlobalISel] Provide a fast path for ResetMachineFunctionPass when the functi...Ryan Cowan1-0/+8
5 days[NFCI][IRBuilder] Add CreateAllocationSize helper (#178346)Jameson Nash1-0/+4
5 days[NFC][CodeGen] Simplify fullyRecomputeLiveIns (#178045)Rahul Joshi1-11/+6
6 days[MTE][Darwin] This patch extends support for the stack frame history buffer t...Usama Hameed1-1/+2
6 days[NFC] update doc comment on `setLoopEstimatedTripCount` (#178091)Mircea Trofin1-1/+13
6 days[OpenMP] Rename some data members in ConstructDecompositionT for clar… (#17...Krzysztof Parzyszek1-128/+129
6 days[SDPatternMatch][NFC] Use empty SDNodeFlags instead of std::optional (#178483)Min-Yih Hsu1-5/+3
6 days[DAG] SDPatternMatch - allow m_BinOp / m_c_BinOp to take an optional SDNodeFl...Simon Pilgrim1-5/+7
6 days[CSSPGO] Preserve pseudo-probe discriminators in cloneWithBaseDiscriminator (...Grigory Pastukhov1-0/+6
6 days[DTLTO] support distributing bitcode from FatLTO objects (#176928)Rose Hudson1-5/+16
6 days[lldb][NativePDB] Fix crash in debugger when PDB has bad type index value (#1...Vladimir Gorsunov1-1/+1
6 days[LoopUnroll] Use branch probability in multi-exit loop unrolling (#164799)Marek Sedláček1-0/+9
6 days[LV] Add support for llvm.vector.partial.reduce.fadd (#163975)Damian Heaton2-10/+20
6 days[DAG] SDPatternMatch - Add matchers for reassociatable additions with NSW/NUW...Prajwal1-1/+21
7 daysllvm: Add `LLVM_ABI` annotations in SourceMgr and BranchProbability (#177344)Fabrice de Gans2-5/+5
7 daysValueTracking: Move sin/cos computeKnownFPClass handling to support (#178240)Matt Arsenault1-0/+6
7 days[TTI] Add VectorInstrContext for context-aware insert/extract costs. (#175982)Florian Hahn3-52/+97