mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-08-25 14:10:28 -04:00
[PR #7] Ninja build #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/llvm-mirror/pull/7
Author: @xddxd
Created: 3/29/2021
Status: 🔄 Open
Base:
master← Head:master📝 Commits (10+)
f4821a9First commit on the release/11.x branch.0ea431cRevert "[InstSimplify] Remove select ?, undef, X -> X and select ?, X, undef -> X transforms" and subsequent patchesc3cb455[InstCombine] update datalayout in test file; NFC4af794b[InstCombine] prevent infinite looping in or-icmp fold (PR46712)5e978f5Temporarily Revert "[AssumeBundles] Use operand bundles to encode alignment assumptions"de6acde[X86] Add test case for PR46455.3ad8be5[X86] Move integer hadd/hsub formation into a helper function shared by combineAdd and combineSub.4fef486Add -flang flag to the test-release.sh script490a4c3[docs] Add Deprecated section to ReleaseNotes491e87bRemove TwoAddressInstructionPass::sink3AddrInstruction.📊 Changes
100 files changed (+0 additions, -0 deletions)
View changed files
📝
CMakeLists.txt(+5 -5)➕
azure-pipelines.yml(+143 -0)📝
cmake/modules/HandleLLVMOptions.cmake(+10 -0)📝
cmake/modules/LLVMConfig.cmake.in(+1 -0)📝
docs/ReleaseNotes.rst(+252 -52)📝
docs/conf.py(+2 -2)📝
docs/index.rst(+1 -6)📝
include/llvm-c/Core.h(+21 -1)📝
include/llvm/ADT/CoalescingBitVector.h(+3 -4)📝
include/llvm/ADT/DenseMap.h(+9 -10)📝
include/llvm/ADT/STLExtras.h(+10 -10)📝
include/llvm/ADT/SmallPtrSet.h(+3 -0)📝
include/llvm/ADT/iterator.h(+10 -4)📝
include/llvm/Analysis/InstructionSimplify.h(+6 -0)📝
include/llvm/CodeGen/TargetFrameLowering.h(+6 -0)📝
include/llvm/Config/config.h.cmake(+3 -3)📝
include/llvm/Config/llvm-config.h.cmake(+3 -0)📝
include/llvm/Frontend/OpenMP/OMPIRBuilder.h(+9 -2)📝
include/llvm/IR/IRBuilder.h(+28 -14)📝
include/llvm/MC/MCDwarf.h(+11 -4)...and 80 more files
📄 Description
Building with ninja on Azure. Thanks @JohnHolmesII.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.