aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-09[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.bolt-eliminate-dead-jump-tablesAmir Ayupov0-0/+0
2024-05-09[𝘀𝗽𝗿] changes introduced through rebaseAmir Ayupov498-9821/+3879
2024-05-09[𝘀𝗽𝗿] changes to main this commit is based onAmir Ayupov5-23/+38
2024-05-08[llvm][MachO] Fix integer truncation in rebase/bind parsing (#89337)Zixu Wang4-17/+534
2024-05-09[PowerPC] Tune AIX shared library TLS model at function level (#84132)Felix (Ting Wang)13-3/+859
2024-05-08[analyzer] MallocChecker: Recognize std::atomics in smart pointer suppression...Artem Dergachev3-12/+130
2024-05-08[BOLT] Add test case for PIC fixed indirect jump (#91547)Maksim Panchenko2-0/+44
2024-05-08[Clang][Sema] Fix lookup of dependent operator= outside of complete-class con...Krystian Stasiowski3-20/+35
2024-05-09[InstCombine] Thwart complexity-based canonicalization in shl-add test (NFC) ...AtariDreams1-2/+4
2024-05-09[InstCombine] Fix comment from #88193 (NFC) (#91427)AtariDreams1-2/+2
2024-05-08[RISCV] Don't use std::vector<std::string> for split extensions in RISCVISAIn...Craig Topper1-31/+18
2024-05-08[llvm][ctx_profile] Add instrumentation lowering (#90821)Mircea Trofin8-6/+626
2024-05-08[flang] Lowering changes for assigning dummy_scope to hlfir.declare. (#90989)Slava Zakharin137-696/+806
2024-05-08[RISCV] Add another missed Zbs constant materialization test. NFCCraig Topper2-0/+110
2024-05-08[RISCV] Add tests where we could use Zbs instructions in constant materializa...Craig Topper2-0/+253
2024-05-08Revert "[SLP]Fix PR91467: Look through scalar cast, when trying to cast to an...Arthur Eubanks4-8/+17
2024-05-08[gardening][DebugInfo][NFC] Improve comment on HashingDISubprogram test (#91543)Augusto Noronha1-2/+3
2024-05-08[Inline][PGO] After inline, update InvokeInst profile counts in caller and cl...Mingming Liu5-12/+72
2024-05-08[memprof] Make Version2 officially available (#91541)Kazu Hirata1-1/+1
2024-05-08[lldb] Display breakpoint locations using display name (#90297)Dave Lee4-5/+16
2024-05-08[libc][fenv] Add missing FE_* definitions for some environment. (#91519)lntue1-0/+41
2024-05-08[DAG] Fold add(mul(add(A, CA), CM), CB) -> add(mul(A, CM), CM*CA+CB) (#90860)David Green2-36/+91
2024-05-08[GISel] Fold bitreverse(shl/srl(bitreverse(x),y)) -> srl/shl(x,y) (#91355)Simon Pilgrim2-99/+59
2024-05-08[MemProf] Optionally update hints on existing hot/cold new calls (#91047)Teresa Johnson2-25/+288
2024-05-08[lldb] Consult Language plugin in GetDisplayDemangledName (#90294)Dave Lee2-0/+6
2024-05-08[mlir][arith] Fix overflow bug in arith::CeilDivSIOp::fold (#90947)Andrzej Warzyński2-9/+63
2024-05-08[AMDGPU] Add VOP3_PACKED to V_PK_{MIN|MAX}IMUM_F16 profile (#91512)Stanislav Mekhanoshin1-2/+2
2024-05-08[Offload] Detect native ELF machine from preprocessor (#91282)Joseph Huber4-11/+22
2024-05-08[MLIR] Model llvm.inline_asm side_effects (#91507)Thomas Raoux3-1/+25
2024-05-08[AArch64] Add some additional add mul imm tests with multiple uses. NFCDavid Green1-20/+279
2024-05-08[Sanitizers] Fix fake_test_gc not working on devices (#91284)Mariusz Borsa1-1/+1
2024-05-08[LAA] Add tests with non-constant backward deps with known min value.Florian Hahn1-0/+258
2024-05-08[mlir-lsp] Add DiagnosticTag from LSP spec (#91396)Lily Brown4-1/+83
2024-05-08[mlir] Replace dynamic sizes in insert_slice of tensor.cast canonicalization ...Max1914-31/+73
2024-05-08[CUDA] Mark CUDA-12.4 as supported and introduce ptx 8.4. (#91516)Artem Belevich6-5/+14
2024-05-08[BOLT] Ignore returns in DataAggregatorAmir Ayupov4-2/+33
2024-05-08[gn] port 2868e26d0a6f (PERL_EXECUTABLE)Nico Weber1-0/+2
2024-05-08[libc++][CI] Reenables clang-tidy. (#90077)Mark de Wever5-11/+47
2024-05-08[clang-tidy] Handle expr with side-effects in readability-static-accessed-thr...Piotr Zegar4-21/+62
2024-05-08[clang-tidy] Handle implicit casts in hicpp-signed-bitwise for IgnorePositive...Piotr Zegar3-2/+10
2024-05-08NFC: Add a comment indicating UpdateAnalysisInformation invalidates DFS Numbe...AdityaK1-0/+1
2024-05-08lldb create API folder if it does not exist, before creating SBLangua… (#91...Nicklas Boman1-0/+4
2024-05-08Add a dependency from lldb-sbapi-dwarf-enums as a dependency of libll… (#91...Adrian Prantl1-1/+1
2024-05-08Fix `memref.expand_shape` verifier (#91501)Benoit Jacob3-8/+12
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata34-80/+79
2024-05-08[NFC][BOLT] Remove dead code (SPTAllocatorsId) (#91477)Kristof Beyls2-9/+0
2024-05-09[Docs][NFC] Use opaque ptr in the example (#91502)XChy1-3/+3
2024-05-08[IR] Remove check for bitcast of called function in CallBase::has/getFnAttrOn...Arthur Eubanks1-18/+3
2024-05-08[IR] Check callee param attributes as well in CallBase::getParamAttr() (#91394)Arthur Eubanks3-2/+72
2024-05-08[RISCV] Move strength reduction of mul X, 3/5/9*2^N to combine (#89966)Philip Reames6-117/+32