aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-01-09[𝘀𝗽𝗿] changes to main this commit is based onusers/ilovepi/spr/main.riscv-support-risc-v-tlsdesc-in-lldPaul Kirth19-12/+454
2024-01-09[GVNSink] Skip debug intrinsics when identifying sinking candidates (#77419)Shan Huang2-3/+89
2024-01-09[gn] Make sync script print github URLsNico Weber1-1/+2
2024-01-09[gn] port 07c9189fcc06Nico Weber1-0/+1
2024-01-09[gn] port 07c9189fcc06 (DWARFLinker/Classic)Nico Weber7-16/+31
2024-01-09[llvm/unittests] Reset the IsSSA property when using finalizeBundle() (#77469)Sameer Sahasrabuddhe1-0/+1
2024-01-09[DAG] XformToShuffleWithZero - use dyn_cast instead of isa/cast pair. NFCI.Simon Pilgrim1-4/+4
2024-01-09[GISel] Add RegState::Define to temporary defs in apply patterns (#77425)Sergei Barannikov5-19/+75
2024-01-09[SEH][CodeGen] Add test to track CFG optimization bug for SEH (#77441)HaohaiWen1-0/+81
2024-01-09[SelectionDAG] Add and use SDNode::getAsAPIntVal() helper (#77455)Alex Bradbury12-31/+36
2024-01-09[PhaseOrdering] Regenerate test checks (NFC)Nikita Popov2-45/+45
2024-01-09[JumpThreading] Regenerate test checks (NFC)Nikita Popov3-79/+101
2024-01-09[AArch64] Fix regression introduced by c7148467fc08eefaaae876c7d11d62… (#77...David Sherwood1-0/+2
2024-01-09[LoongArch] Implement LoongArchRegisterInfo::canRealignStack() (#76913)wanglei3-5/+75
2024-01-09[LoongArch] Pre-commit test for #76913. NFCwanglei1-0/+39
2024-01-09[RFC][SelectionDAG] Add and use SDNode::getAsZExtVal() helper (#76710)Alex Bradbury40-186/+159
2024-01-09[AMDGPU][NFC] Update left over tests for COV5 (#76984)Saiyedul Islam13-62/+106
2024-01-09[AMDGPU] Make isScalarLoadLegal a member of AMDGPURegisterBankInfo. NFC.Jay Foad2-1/+3
2024-01-09[NewPM] Update `CodeGenPreparePass` reference in `CodeGenPassBuilder.h` (#77446)paperchalice2-2/+3
2024-01-09[CodeGen] Fix friend declaration in SSPLayoutAnalysis (#77447)paperchalice1-1/+1
2024-01-09[AArch64] Add an AArch64 pass for loop idiom transformations (#72273)David Sherwood12-0/+2877
2024-01-09[CodeGen] Fix -Wmismatched-tags in StackProtector.h (NFC)Jie Fu1-1/+1
2024-01-09[CodeGen] Port `StackProtector` to new pass manager (#75334)paperchalice6-80/+176
2024-01-09AMDGPU: Regenerate test checksMatt Arsenault1-2523/+2481
2024-01-09[LV] Create block in mask up-front if needed. (#76635)Florian Hahn26-136/+148
2024-01-09[GISel] Infer the type of an immediate when there is one element in TEC (#77399)Sergei Barannikov2-11/+32
2024-01-09[AMDGPU] Flip the default value of maybeAtomic. NFCI. (#75220)Jay Foad8-14/+5
2024-01-09AMDGPU: Make v32bf16 a legal type (#76679)Matt Arsenault3-2/+39
2024-01-09[CodeGen] Port `GCLowering` to new pass manager (#75305)paperchalice5-11/+37
2024-01-09[AMDGPU] Add GFX12 S_WAIT_* instructions (#77336)Jay Foad6-7/+164
2024-01-09[RISCV] Deduplicate RISCVISAInfo::toFeatures/toFeatureVector. NFC (#76942)Luke Lau4-37/+42
2024-01-09[DWARFLinker][DWARFLinkerParallel][NFC] Refactor DWARFLinker&DWARFLinkerParal...avl-llvm58-827/+734
2024-01-09AMDGPU: Replace sqrt OpenCL libcalls with llvm.sqrt (#74197)Matt Arsenault3-70/+43
2024-01-09[MC][RISCV] Check hasEmitNops before call shouldInsertExtraNopBytesForCodeAli...Jinyang He2-1/+26
2024-01-09[LoongArch] Support R_LARCH_{ADD,SUB}_ULEB128 for .uleb128 and force relocs w...Jinyang He8-39/+187
2024-01-09[Documentation] fix invalid links in documentation (#76502)Hana Dusíková2-2/+2
2024-01-09[BinaryFormat][LoongArch] Define psABI v2.30 relocs (#77039)Lu Weining2-0/+59
2024-01-08[RISCV] Add documentation in the LangRef on GHC CC (#72762)Aiden Grossman1-2/+5
2024-01-09Port CodeGenPrepare to new pass manager (and BasicBlockSectionsProfil… (#77...Nick Anderson112-238/+400
2024-01-09[X86][test] Add test to check ah is not allocatable for register class gr8_no...Shengchen Kan1-0/+9
2024-01-09[RISCV][ISel] Use vaaddu with rounding mode rdn for ISD::AVGFLOORU. (#76550)Chia6-7/+482
2024-01-09AMDGPU: Avoid instantiating PatFrag with null_frag (#77271)Matt Arsenault1-4/+5
2024-01-08[Instrumentation] Remove -pgo-instr-old-cfg-hashing (#77357)Kazu Hirata3-66/+18
2024-01-08Make clang report invalid target versions. (#75373)ZijunZhaoCCK2-2/+11
2024-01-08[CMake] Add support for building on illumos (#74930)Brad Smith2-1/+7
2024-01-08[RISCV] Use getELen() instead of hardcoded 64 in lowerBUILD_VECTOR. (#77355)Craig Topper2-132/+320
2024-01-08Set MaxAtomicSizeInBitsSupported for remaining targets. (#75703)James Y Knight14-22/+101
2024-01-09[RISCV] Add support predicating for ANDN/ORN/XNOR with short-forward-branch-o...Jim Lin4-10/+179
2024-01-09[doc][StackMaps] Fix typowangpc1-1/+1
2024-01-09[CostModel][X86] Fix fpext conversion cost for 16 elements (#76278)HaohaiWen2-1/+2