-
Notifications
You must be signed in to change notification settings - Fork 2
Description
from: llvm/llvm-project@a0c2d6e
to: llvm/llvm-project@dc2ed00
commit: 7d417d5
Change Logs
from a0c2d6e369a1fb4d8b3ed46baed7a2de2fb3d882 to dc2ed0043295a397d680db091c2033a51d21e32e
dc2ed0043295a397d680db091c2033a51d21e32e [RISCV] Handle non uimm5 VL constants in isVLKnownLE (#156639)
4e5e65e55dc5a5ffc6e3db321df7f118e1c42d38 [VPlan] Only compute reg pressure if considered. NFCI (#156923)
53efe0a892199570aef9823cf0b1bc50bf4d480b [lldb][yaml2macho-core] Disable two API tests on Windows I changed two tests that were previously @skipUnlessDarwin to run on all systems, using yaml2macho-core. I'm seeing failures on these tests on the Windows bots. I'm skipping them on Windows for now to unblock the CI, while I try to understand if this is a yaml2macho-core bug, or an existing problem with lldb's macho corefile reading on windows bug. v. llvm/llvm-project#153911
9876b06bc7c2dc37d068d46a2c940978a6cb50f7 [LV] Add initial legality checks for loops with unbound loads. (#152422)
a5f6db4b0d3d576f4ba9bd80d9cdf0b74cec8aa0 [AMDGPU] Print high vgpr operand comments from objdump (#156966)
fffe93af52d36a475cf4ee2829261c8aa8b5363f [LLDB] Fix deterministic-build.cpp post #156931 (#156983)
927eba24561455e444b249b24437b8abae7051ce [NFC][TableGen] Adopt CodeGenInstruction::getName() (#156968)
d3c91d5215a28f15fcb292a34f794430de2bbfc4 AMDGPU: Add agpr versions of global return atomics (#156890)
a7c2ce6009a8034ebbf718c12a6e56c085036b57 AMDGPU: Add more tests for flat/global atomicrmw with agprs (#156874)
4aaf47ee4c8fda3b59013f0a3c01dcc1f73b429f AMDGPU: Fix mis-selecting saddr flat atomics on gfx9 (#156860)
820f4402745dda82fca482f2b83925e2953e6ad9 [lldb] Correct style of error messages (#156774)
fb5626fdd52905a0f4ade44221f83f0e469b9a8c [NFC][libclc] Set MACRO_ARCH to ${ARCH} uncondionally before customizing (#156789)
10bcf0c0d81c87eab09aeadfe0565ff1aa4a138e [lldb-dap] Destroy debugger when debug session terminates (#156231)
7bee9d958bb8ad6faca598ff30bcb59fe11fa678 [lldb] Reflow descriptions in source/Commands/Options.td (#156981)
1f0f3473e60a7f0ce13ce30994d8ca66cdb02326 [AMDGPU] High VGPR lowering on gfx1250 (#156965)
c6899193ed9b4818dcd20301f36992066c1776d5 [AMDGPU][Legalizer] Avoid pack/unpack for G_FSHR (#156796)
4fe1bd55ad9aec0c33afa2b233b721b7471149cf [mlir][spirv][vector] Use adaptor.getElements() in FromElements lowering. (#156972)
556ff19db98b9ac926c05f67e93ba6d3c9198c73 [flang] Create TBAA subtree for COMMON block variables. (#156558)
83da8d08ff110fd5bf3fff17043420ba442e300c [flang] Attach proper storage to [hl]fir.declare in lowering. (#155742)
3dff9ac495d4ad98743f6cf267439d3a3c3b2d6b [NFC][libclc] Remove unused -DCLC_INTERNAL build flag, remove unused M_LOG210 (#156590)
e1c463bc1ebe51227a0baeb56f324e6988aba4ce Revert "[UBSan] [min-rt] make minimal runtime handlers weak" (#156975)
b5cebe408a55ba5edccadd72e184b8e63c45ce82 [MLIR] Apply clang-tidy fixes for readability-container-size-empty in OpenMPToLLVMIRTranslation.cpp (NFC)
1b928e5346851ccc343cdedf06c076baf12c255a [MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in OpFormatGen.cpp (NFC)
dfdfc4e490f211155ffd581ea0ba8458e4290db6 [AMDGPU][True16][Codegen] remove another build_vector pattern from true16 (#149861)
84b56202fbe150e06f92c855107489e08cc17bcd [lldb] Introduce ScriptedFrame affordance (#149622)
78fbca4a33350571fa409c938722daa84a011e0a [NFC][InstrInfoEmitter] Include location of inst definition in comment (#156927)
91e85cc950954db04c2e4747ce4d6b523fe81238 [RISCV] Use arithmetic for select c, 0, simm12 even with zicond (#156957)
f4538cb812425213fcca765f2c18262d076d0488 [CI] Only invoke ninja for runtimes build if runtimes are specified (#156969)
91952f1758cd70e62f6789a47468934d422f610a [SimplifyCFG] Probabilities associated with same condition are constant (#155734)
58d2475d8ae1aa45d88792bb952b69a4274e3198 [HLSL][NFC] Change line endings to LF (#156930)
1dbe65a008ea7731bf91910ddeb13f53758db5c2 [CIR] Add constant record ILE support (#155663)
5a0be9b2a47d48b0f4410e0061312edf1fc7bee5 [Hexagon] Remove post-decoding instruction adjustments (#156359)
369b2a783d90a501c7234ecfdd7c863bdb03ce3c [libc] Remove unused _Thread_local define from headers. (#156967)
4e607599e654de9f1b70337cecb5846e8540616b [libc][docs] Add GPU math conformance test results to support page (#156263)
83da177dba86eece8b19d55857ad842f92ced30e [CIR] Add support for delegating constructor initialization (#156757)
8796dfdcbae0fbf6c58f80379c73f62f36a57653 [VPlan] Consolidate logic to update loop metadata and profile info.
0e73ebc8997bb7f4c9c04e13792273a636c67bee [Delinearization] Improve debug messages (#156339)
5edeb6cba91503376e9bd3e37eb23c4ae08cc323 [MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TosaUtilsGen.cpp (NFC)
e934afade7b99715dc9d99d2defe3a9384f9cb44 [Clang] Redisable two tests on Windows
5877baf016b0d0e93071a75d2e9a84f4d7ccefe1 [NFC][IR2Vec] Initialize Embedding vectors with zeros by default (#155690)
1a16bc13fe47bf77013b9b5d66a15139d1bb68eb [OpenACC][NFCI] Split up the init and decl from OpenACC recipes (#156938)
93373446b267c877019d95e14109df21f12476c6 [TableGen] Don't print the instruction enum value in multiple comments in GenInstrInfo.inc. (#156960)
2498f0bcf5ddb08da7290d7bf211120236627b81 [lldb] Add more command option mnemonics (#155705)
b259dbd487e4848ef87908c69b6ed8538e9cc3c8 ensure that dap_symbol is always initialized (#156956)
eb0c97717cce8c02e11d7dc04f45a42fbb81281e [lldb][yaml2macho-core] remove unnecessary include Fixes a CI fail on llvm/llvm-project#153911
2a99532b8913e4f4a7777d04d56ed0729d3838f9 [profcheck] Allow unknown function entry count (#155918)
119d507afcb6d8d1546e1b1fc9dbaf22c319851e [LLD][COFF] Add support for custom section layout (#152779)
f88eadda357b0429b390ec0bcf64c361ad1a8f28 [lldb] Call FixUpPointer in WritePointerToMemory (try 2) (#153585)
9a3aedb093008b55fa2018396cebb9b4606a7453 [SLP]Do not try to schedule bundle with non-schedulable parent with commutable instructions
54c304cd4da29d974a64b094a50aa9e5d3135104 NFC: stray whitespace cleanup in llvm/CMakeLists.txt
829ddbe719280708b49c88e55b66182da095b297 build: make sanitizer builds use optimized tablegen (#156784)
2d9e452ab0f3ae864f587e2c9313541e499422e0 [LoopUnroll] Introduce parallel reduction phis when unrolling. (#149470)
13875dc513fe6284a415ffa2efb4cad353ec1a7f [bazel] Add -lbsd for lldb on Linux (#156954)
a752ff0996558ec8f1f88559b6f26c7d636a086c [NFC][IR2Vec] Add usage documentation for obtaining embeddings (#155516)
9647a8646e317afa3333a3d9fa505b95738315fa [CIR] Finish record layout for classes with virtual bases (#156770)
b45582fe9842c18b1023d60077b4241d4c7380d4 [RISCV][VLOPT] Support segmented store instructions (#155467)
fffd6da2b4f05e4b7987eb4360f06a56d9313c09 [lldb][yaml2machocore] Give explicit namespace for compile err A couple of the ubuntu CI bots failed to compile saying that MappingTraits was unqualified despite a using llvm::yaml::MappingTraits earlier in the file. For PR llvm/llvm-project#153911
57782eff31e9d454b54a201c7ac43dc1b93dbb3f [lit] Add support for env -i (#156939)
97cb30d98872e0892221ed00aa9971796f7deb68 Fix bazel build for ed3597e2f7c4a5ae1ad70de81032f2addf78e267 (#156946)
6c6afdd8c262f49bb23cf455d98108f31b732c6c [MLIR][XeGPU] Reapply attempt for "Scattered ops sg-to-wi distribution #154949" (#156924)
b4a43b3bfac895320e3802a8ab32e3433681e6c1 [RISCV][NFC] Add zeroext attribute to evl arguments in vp-vector-interleaved-access.ll test
d32636f9abaed91d606fb304880946e768fd5a53 [MLIR] Apply clang-tidy fixes for performance-unnecessary-copy-initialization in PackAndUnpackPatterns.cpp (NFC)
4436d1d1cd5efcf75c2b08456483e65edc4bc5a0 [AArch64] Give a higher cost for more expensive SVE FCMP instructions (#153816)