aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-23Rebaseusers/alexey-bataev/spr/slpimprove-vectorization-of-gathered-loadsAlexey Bataev5548-170553/+282295
2024-08-23[SCCP] fix non-determinism (#105758)Florian Mayer1-1/+2
2024-08-23InstructionSelect: Use GISelChangeObserver instead of MachineFunction::Delega...Daniel Sanders4-5/+45
2024-08-23[libc++][regex] Add _LIBCPP_FALLTHROUGH to suppress fallthrough warning (#100...Max Coplan1-1/+1
2024-08-23Recommit "[RISCV] Add isel optimization for (and (sra y, c2), c1) to recover ...Craig Topper2-2/+116
2024-08-23Revert "[lldb] Speculative fix for trap_frame_sym_ctx.test"Adrian Prantl1-1/+1
2024-08-23Reland "[clang] Merge lifetimebound and GSL code paths for lifetime analysis ...Haojian Wu3-72/+77
2024-08-23[mlir][Transforms][NFC] Move `ReconcileUnrealizedCasts` implementation (#104671)Matthias Springer3-56/+101
2024-08-23[clangd] Construct SmallVector with ArrayRef (NFC) (#105829)Kazu Hirata1-1/+1
2024-08-23[IR] Use a range-based for loop (NFC) (#105826)Kazu Hirata1-3/+2
2024-08-23[libc++] Remove status pages tracking SpecialMath and Zip (#105672)Louis Dionne7-117/+3
2024-08-23[DAG] visitTRUNCATE_USAT_U - use sd_match to match FP_TO_UINT_SAT pattern. NFC.Simon Pilgrim1-16/+7
2024-08-23[Clang] Implement P2747 constexpr placement new (#104586)cor3ntin12-38/+203
2024-08-23[SCF][PIPELINE] Handle the case when values from the peeled prologue may esca...pawelszczerbuk2-14/+32
2024-08-23[BOLT][test] Removed the use of parentheses in BOLT tests with lit internal s...Harini09242-4/+7
2024-08-23[C23] Update status page for TS 18661 integration (#105693)Aaron Ballman1-13/+5
2024-08-23[clang][rtsan] Reland realtime sanitizer codegen and driver (#102622) Chris Apple16-5/+208
2024-08-23Revert "Reland "[asan] Remove debug tracing from `report_globals` (#104404)" ...Hans Wennborg10-24/+30
2024-08-23[VPlan] Skip branches marked as dead in cost precomputation.Florian Hahn2-1/+155
2024-08-23[PS5][clang][test] x86_64-scei-ps5 -> x86_64-sie-ps5 in tests (#105810)Edd Dawson4-16/+16
2024-08-23Revert "[RISCV] Add isel optimization for (and (sra y, c2), c1) to recover re...Hans Wennborg2-116/+2
2024-08-23[SLP]Fix a crash for the strided nodes with reversed order and externally use...Alexey Bataev2-6/+70
2024-08-23[instCombine][bugfix] Fix crash caused by using of cast in instCombineSVECmpN...cceerczw2-1/+413
2024-08-23Revert "[clang] Increase the default expression nesting limit (#104717)"Aaron Ballman3-5/+3
2024-08-23[RISCV][MC] Name the vector tuple registers. NFC (#102726)Brandon Wu1-4/+13
2024-08-23[SLP]Improve/fix subvectors in gather/buildvector nodes handlingAlexey Bataev27-785/+718
2024-08-23[AMDGPU] Improve uniform argument handling in InstCombineIntrinsic (#105812)Jay Foad2-40/+36
2024-08-23[NFC] Use stable_hash_combine instead of hash_combine (#105619)Kyungwoo Lee1-14/+16
2024-08-23[clang][AArch64] Add SME2.1 feature macros (#105657)SpencerAbson3-9/+50
2024-08-23[mlir][mem2reg] Fix Mem2Reg attempting to promote in graph regions (#104910)Théo Degioanni4-1/+47
2024-08-23[RISCV] Let -data-sections also work on sbss/sdata sections (#87040)KaiWeng2-4/+66
2024-08-23[AMDGPU] Remove "amdgpu-enable-structurizer-workarounds" flag (#105819)Juan Manuel Martinez Caamaño2-20/+4
2024-08-23[Transforms] Use a range-based for loop (NFC) (#105769)Kazu Hirata1-5/+2
2024-08-23[Serialization] Fix a warningKazu Hirata1-1/+1
2024-08-23[NFC][TableGen] Refactor StringToOffsetTable (#105655)Rahul Joshi1-20/+16
2024-08-23[flang][NFC] turn fir.call is_bind_c into enum for procedure flags (#105691)jeanPerier22-48/+100
2024-08-23[clang][bytecode][NFC] Remove containsErrors check from visitInitializer (#10...Timm Baeder1-3/+0
2024-08-23[AMDGPU] Remove unused amdgpu-disable-structurizer flag (#105800)Juan Manuel Martinez Caamaño2-37/+21
2024-08-23[AMDGPU] Remove dead pass: AMDGPUMachineCFGStructurizer (#105645)Juan Manuel Martinez Caamaño13-2984/+12
2024-08-23[ORC] Expose a non-destructive check-macho-buffer overload.Lang Hames2-15/+29
2024-08-23[clang][bytecode] Reject void InitListExpr differently (#105802)Timm Baeder2-11/+22
2024-08-23[clang][bytecode][NFC] Remove containsErrors() check from delegate (#105804)Timm Baeder1-3/+0
2024-08-23[AArch64] Scalarize i128 add/sub/mul/and/or/xor vectorsDavid Green5-206/+395
2024-08-23[AMDGPU] Remove comment outdated by #96933Jay Foad1-2/+1
2024-08-23[C++20] [Modules] Warn for duplicated decls in mutliple module units (#105799)Chuanqi Xu5-3/+152
2024-08-23[MCA][X86] Add missing 512-bit vpscatterqd/vscatterqps schedule data (REAPPLIED)Simon Pilgrim5-12/+16
2024-08-23[AMDGPU] Remove one case of vmcnt loop header flushing for GFX12 (#105550)Jay Foad2-6/+6
2024-08-23[Matrix] Preserve signedness when extending matrix index expression. (#103044)Florian Hahn5-11/+19
2024-08-23[AMDGPU] Simplify use of hasMovrel and hasVGPRIndexMode (#105680)Jay Foad3-11/+1712
2024-08-23[AArch64] Add And/Or/XOr test coverage for GISel. NFCDavid Green1-0/+1522