summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/aaupov/spr/main.bolt-support-possible_pic_fixed_branchAmir Ayupov2024-05-091-1/+1
* [𝘀𝗽𝗿] changes introduced through rebaseAmir Ayupov2024-05-091-0/+5
* [𝘀𝗽𝗿] changes to main this commit is based onAmir Ayupov2024-05-095-23/+58
* [llvm][MachO] Fix integer truncation in rebase/bind parsing (#89337)Zixu Wang2024-05-084-17/+534
* [PowerPC] Tune AIX shared library TLS model at function level (#84132)Felix (Ting Wang)2024-05-0913-3/+859
* [analyzer] MallocChecker: Recognize std::atomics in smart pointer suppression...Artem Dergachev2024-05-083-12/+130
* [BOLT] Add test case for PIC fixed indirect jump (#91547)Maksim Panchenko2024-05-082-0/+44
* [Clang][Sema] Fix lookup of dependent operator= outside of complete-class con...Krystian Stasiowski2024-05-083-20/+35
* [InstCombine] Thwart complexity-based canonicalization in shl-add test (NFC) ...AtariDreams2024-05-091-2/+4
* [InstCombine] Fix comment from #88193 (NFC) (#91427)AtariDreams2024-05-091-2/+2
* [RISCV] Don't use std::vector<std::string> for split extensions in RISCVISAIn...Craig Topper2024-05-081-31/+18
* [llvm][ctx_profile] Add instrumentation lowering (#90821)Mircea Trofin2024-05-088-6/+626
* [flang] Lowering changes for assigning dummy_scope to hlfir.declare. (#90989)Slava Zakharin2024-05-08137-696/+806
* [RISCV] Add another missed Zbs constant materialization test. NFCCraig Topper2024-05-082-0/+110
* [RISCV] Add tests where we could use Zbs instructions in constant materializa...Craig Topper2024-05-082-0/+253
* Revert "[SLP]Fix PR91467: Look through scalar cast, when trying to cast to an...Arthur Eubanks2024-05-084-8/+17
* [gardening][DebugInfo][NFC] Improve comment on HashingDISubprogram test (#91543)Augusto Noronha2024-05-081-2/+3
* [Inline][PGO] After inline, update InvokeInst profile counts in caller and cl...Mingming Liu2024-05-085-12/+72
* [memprof] Make Version2 officially available (#91541)Kazu Hirata2024-05-081-1/+1
* [lldb] Display breakpoint locations using display name (#90297)Dave Lee2024-05-084-5/+16
* [libc][fenv] Add missing FE_* definitions for some environment. (#91519)lntue2024-05-081-0/+41
* [DAG] Fold add(mul(add(A, CA), CM), CB) -> add(mul(A, CM), CM*CA+CB) (#90860)David Green2024-05-082-36/+91
* [GISel] Fold bitreverse(shl/srl(bitreverse(x),y)) -> srl/shl(x,y) (#91355)Simon Pilgrim2024-05-082-99/+59
* [MemProf] Optionally update hints on existing hot/cold new calls (#91047)Teresa Johnson2024-05-082-25/+288
* [lldb] Consult Language plugin in GetDisplayDemangledName (#90294)Dave Lee2024-05-082-0/+6
* [mlir][arith] Fix overflow bug in arith::CeilDivSIOp::fold (#90947)Andrzej Warzyński2024-05-082-9/+63
* [AMDGPU] Add VOP3_PACKED to V_PK_{MIN|MAX}IMUM_F16 profile (#91512)Stanislav Mekhanoshin2024-05-081-2/+2
* [Offload] Detect native ELF machine from preprocessor (#91282)Joseph Huber2024-05-084-11/+22
* [MLIR] Model llvm.inline_asm side_effects (#91507)Thomas Raoux2024-05-083-1/+25
* [AArch64] Add some additional add mul imm tests with multiple uses. NFCDavid Green2024-05-081-20/+279
* [Sanitizers] Fix fake_test_gc not working on devices (#91284)Mariusz Borsa2024-05-081-1/+1
* [LAA] Add tests with non-constant backward deps with known min value.Florian Hahn2024-05-081-0/+258
* [mlir-lsp] Add DiagnosticTag from LSP spec (#91396)Lily Brown2024-05-084-1/+83
* [mlir] Replace dynamic sizes in insert_slice of tensor.cast canonicalization ...Max1912024-05-084-31/+73
* [CUDA] Mark CUDA-12.4 as supported and introduce ptx 8.4. (#91516)Artem Belevich2024-05-086-5/+14
* [BOLT] Ignore returns in DataAggregatorAmir Ayupov2024-05-084-2/+33
* [gn] port 2868e26d0a6f (PERL_EXECUTABLE)Nico Weber2024-05-081-0/+2
* [libc++][CI] Reenables clang-tidy. (#90077)Mark de Wever2024-05-085-11/+47
* [clang-tidy] Handle expr with side-effects in readability-static-accessed-thr...Piotr Zegar2024-05-084-21/+62
* [clang-tidy] Handle implicit casts in hicpp-signed-bitwise for IgnorePositive...Piotr Zegar2024-05-083-2/+10
* NFC: Add a comment indicating UpdateAnalysisInformation invalidates DFS Numbe...AdityaK2024-05-081-0/+1
* lldb create API folder if it does not exist, before creating SBLangua… (#91...Nicklas Boman2024-05-081-0/+4
* Add a dependency from lldb-sbapi-dwarf-enums as a dependency of libll… (#91...Adrian Prantl2024-05-081-1/+1
* Fix `memref.expand_shape` verifier (#91501)Benoit Jacob2024-05-083-8/+12
* [llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata2024-05-0834-80/+79
* [NFC][BOLT] Remove dead code (SPTAllocatorsId) (#91477)Kristof Beyls2024-05-082-9/+0
* [Docs][NFC] Use opaque ptr in the example (#91502)XChy2024-05-091-3/+3
* [IR] Remove check for bitcast of called function in CallBase::has/getFnAttrOn...Arthur Eubanks2024-05-081-18/+3
* [IR] Check callee param attributes as well in CallBase::getParamAttr() (#91394)Arthur Eubanks2024-05-083-2/+72
* [RISCV] Move strength reduction of mul X, 3/5/9*2^N to combine (#89966)Philip Reames2024-05-086-117/+32