[llvm-branch-commits] [llvm] release/19.x: [RemoveDIs] Fix spliceDebugInfo splice-to-end edge case (#105671) (PR #106691)

2024-08-30 Thread Jeremy Morse via llvm-branch-commits
jmorse wrote: > @jmorse What do you think about merging this PR to the release branch? I feel this is safe to go into the release branch; I don't think it should block the 19.0.0 release though, better to have it in a point release. This fault has been present for roughly five months and has o

[llvm-branch-commits] [llvm] release/19.x: [RemoveDIs] Fix spliceDebugInfo splice-to-end edge case (#105671, #106723) (PR #106952)

2024-09-03 Thread Jeremy Morse via llvm-branch-commits
https://github.com/jmorse approved this pull request. As with the previous rev, LGTM as a fix for an edge case. This situation has taken many months to expose, so I don't think it urgently needs to go into the imminent release, a point release should be fine. https://github.com/llvm/llvm-proje

[llvm-branch-commits] [llvm] 6b2e4c5 - [DebugInfo][InstrRef] Don't break up ret-sequences on debug-info instrs

2021-07-29 Thread Jeremy Morse via llvm-branch-commits
Author: Jeremy Morse Date: 2021-07-29T15:08:13+01:00 New Revision: 6b2e4c5a58d7f75f52b740bd7d96dc3a00b7ef6c URL: https://github.com/llvm/llvm-project/commit/6b2e4c5a58d7f75f52b740bd7d96dc3a00b7ef6c DIFF: https://github.com/llvm/llvm-project/commit/6b2e4c5a58d7f75f52b740bd7d96dc3a00b7ef6c.diff

[llvm-branch-commits] [llvm] df2b9a3 - [DebugInfo] Avoid re-ordering assignments in LCSSA

2020-12-17 Thread Jeremy Morse via llvm-branch-commits
Author: Nabeel Omer Date: 2020-12-17T16:17:32Z New Revision: df2b9a3e02ca3bd7b60af6c65571909a7d3ab317 URL: https://github.com/llvm/llvm-project/commit/df2b9a3e02ca3bd7b60af6c65571909a7d3ab317 DIFF: https://github.com/llvm/llvm-project/commit/df2b9a3e02ca3bd7b60af6c65571909a7d3ab317.diff LOG: [

[llvm-branch-commits] [lld] eff6e75 - [LLD][ELF] Correct test temporary file paths

2021-01-20 Thread Jeremy Morse via llvm-branch-commits
Author: Jeremy Morse Date: 2021-01-20T11:46:11Z New Revision: eff6e75c3f7c5471f0326526dc3f0b8b10f8a4df URL: https://github.com/llvm/llvm-project/commit/eff6e75c3f7c5471f0326526dc3f0b8b10f8a4df DIFF: https://github.com/llvm/llvm-project/commit/eff6e75c3f7c5471f0326526dc3f0b8b10f8a4df.diff LOG:

[llvm-branch-commits] [llvm] 914066f - [DebugInfo] Avoid LSR crash on large integer inputs

2021-01-05 Thread Jeremy Morse via llvm-branch-commits
Author: Jeremy Morse Date: 2021-01-05T10:25:37Z New Revision: 914066fe38a93c004b742a696ec337701eb738ec URL: https://github.com/llvm/llvm-project/commit/914066fe38a93c004b742a696ec337701eb738ec DIFF: https://github.com/llvm/llvm-project/commit/914066fe38a93c004b742a696ec337701eb738ec.diff LOG:

[llvm-branch-commits] [llvm] cda32ab - [DebugInfo][Docs] Document MIR language debug-info constructs

2020-12-08 Thread Jeremy Morse via llvm-branch-commits
Author: Jeremy Morse Date: 2020-12-08T11:01:55Z New Revision: cda32aba4f46033eea4eea6eda703459dc3c7a1e URL: https://github.com/llvm/llvm-project/commit/cda32aba4f46033eea4eea6eda703459dc3c7a1e DIFF: https://github.com/llvm/llvm-project/commit/cda32aba4f46033eea4eea6eda703459dc3c7a1e.diff LOG: