[llvm-branch-commits] [llvm] 110b4fd - Revert "[dsymutil] dsymutil produces broken lines info (probably) with LTO on mac"

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2023-04-04T10:21:42-07:00 New Revision: 110b4fd2d9cf459ea0d2dd01b6d7edddedc77eef URL: https://github.com/llvm/llvm-project/commit/110b4fd2d9cf459ea0d2dd01b6d7edddedc77eef DIFF: https://github.com/llvm/llvm-project/commit/110b4fd2d9cf459ea0d2dd01b6d7edddedc77eef.diff

[llvm-branch-commits] [llvm] 7b13394 - [RISCV] Allow llvm-objdump to disassemble objects with unrecognised versions of known extensions

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Alex Bradbury Date: 2023-04-04T10:33:20-07:00 New Revision: 7b133944eb8912767b31695774ed018c5177 URL: https://github.com/llvm/llvm-project/commit/7b133944eb8912767b31695774ed018c5177 DIFF: https://github.com/llvm/llvm-project/commit/7b133944eb8912767b31695774ed018c5177.diff

[llvm-branch-commits] [clang] 6bf6630 - [clang-format] Don't format already formatted integer literals

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Owen Pan Date: 2023-04-04T10:40:57-07:00 New Revision: 6bf663061947954d54fe66cd25da2615c0cfd9cb URL: https://github.com/llvm/llvm-project/commit/6bf663061947954d54fe66cd25da2615c0cfd9cb DIFF: https://github.com/llvm/llvm-project/commit/6bf663061947954d54fe66cd25da2615c0cfd9cb.diff LOG:

[llvm-branch-commits] [clang] 356cb7e - [clang-format] Add MinDigits suboptions to IntegerLiteralSeparator

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Owen Pan Date: 2023-04-04T10:40:57-07:00 New Revision: 356cb7e0d01681ed4f1e7cdd494267c5b3b81ab1 URL: https://github.com/llvm/llvm-project/commit/356cb7e0d01681ed4f1e7cdd494267c5b3b81ab1 DIFF: https://github.com/llvm/llvm-project/commit/356cb7e0d01681ed4f1e7cdd494267c5b3b81ab1.diff LOG:

[llvm-branch-commits] [llvm] 555e0e7 - [RISCV] Support emulated TLS

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Vitaly Cheptsov Date: 2023-04-04T10:47:15-07:00 New Revision: 555e0e732d48d10e6ea77ab51418edf4ff3066fe URL: https://github.com/llvm/llvm-project/commit/555e0e732d48d10e6ea77ab51418edf4ff3066fe DIFF: https://github.com/llvm/llvm-project/commit/555e0e732d48d10e6ea77ab51418edf4ff3066fe.dif

[llvm-branch-commits] [libcxx] 1fa1bc9 - [libc++] Don't try to provide source_location on AppleClang 1403

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Louis Dionne Date: 2023-04-04T10:51:09-07:00 New Revision: 1fa1bc9c2dff6ea28803e77790ffeddc7d22ec42 URL: https://github.com/llvm/llvm-project/commit/1fa1bc9c2dff6ea28803e77790ffeddc7d22ec42 DIFF: https://github.com/llvm/llvm-project/commit/1fa1bc9c2dff6ea28803e77790ffeddc7d22ec42.diff

[llvm-branch-commits] [llvm] 3555102 - [llvm-rc] Respect the executable specified in the --preprocessor command

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Martin Storsjö Date: 2023-04-04T10:55:36-07:00 New Revision: 35551022bf04a468ca73adeca7de8a06e89c7cc6 URL: https://github.com/llvm/llvm-project/commit/35551022bf04a468ca73adeca7de8a06e89c7cc6 DIFF: https://github.com/llvm/llvm-project/commit/35551022bf04a468ca73adeca7de8a06e89c7cc6.diff

[llvm-branch-commits] [llvm] b273386 - [llvm-rc] Fix the reference to the option for disabling preprocessing in a message

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Martin Storsjö Date: 2023-04-04T10:55:36-07:00 New Revision: b27338656d7db712ba6f37295b26f181ab2e043d URL: https://github.com/llvm/llvm-project/commit/b27338656d7db712ba6f37295b26f181ab2e043d DIFF: https://github.com/llvm/llvm-project/commit/b27338656d7db712ba6f37295b26f181ab2e043d.diff

[llvm-branch-commits] [llvm] b9857e6 - [llvm-rc] Look for "clang-" when locating a suitable preprocessor

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Martin Storsjö Date: 2023-04-04T10:55:36-07:00 New Revision: b9857e6711a2d352a059d8b58a5d88b2ef16bb15 URL: https://github.com/llvm/llvm-project/commit/b9857e6711a2d352a059d8b58a5d88b2ef16bb15 DIFF: https://github.com/llvm/llvm-project/commit/b9857e6711a2d352a059d8b58a5d88b2ef16bb15.diff

[llvm-branch-commits] [llvm] 86b0c6e - [SelectionDAG] Correctly reduce BV to shuffle with zero on big endian

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Nemanja Ivanovic Date: 2023-04-04T11:32:51-07:00 New Revision: 86b0c6e4050261823f07a3fbfd272bea0cda778e URL: https://github.com/llvm/llvm-project/commit/86b0c6e4050261823f07a3fbfd272bea0cda778e DIFF: https://github.com/llvm/llvm-project/commit/86b0c6e4050261823f07a3fbfd272bea0cda778e.di

[llvm-branch-commits] [clang] dae44c8 - [clang-format] Don't annotate left brace of struct as FunctionLBrace

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Owen Pan Date: 2023-04-04T11:49:22-07:00 New Revision: dae44c8ccc84ef557b646164c185fcda6c15eb5f URL: https://github.com/llvm/llvm-project/commit/dae44c8ccc84ef557b646164c185fcda6c15eb5f DIFF: https://github.com/llvm/llvm-project/commit/dae44c8ccc84ef557b646164c185fcda6c15eb5f.diff LOG:

[llvm-branch-commits] [llvm] c3591d7 - [Local] Handle size mismatch between pointer/int in copyRangeMetadata()

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Nikita Popov Date: 2023-04-04T11:57:30-07:00 New Revision: c3591d714b49c52d4726f376e6f52db481fd8900 URL: https://github.com/llvm/llvm-project/commit/c3591d714b49c52d4726f376e6f52db481fd8900 DIFF: https://github.com/llvm/llvm-project/commit/c3591d714b49c52d4726f376e6f52db481fd8900.diff

[llvm-branch-commits] [llvm] cd89023 - [SPARC] Attempt to fix bug introduced by D142458

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Vitaly Buka Date: 2023-04-04T20:36:38-07:00 New Revision: cd89023f797900e4492da58b7bed36f702120011 URL: https://github.com/llvm/llvm-project/commit/cd89023f797900e4492da58b7bed36f702120011 DIFF: https://github.com/llvm/llvm-project/commit/cd89023f797900e4492da58b7bed36f702120011.diff L

[llvm-branch-commits] [llvm] c57b104 - [SPARC] Implement hooks for conditional branch relaxation

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Koakuma Date: 2023-04-04T20:36:38-07:00 New Revision: c57b104e95c12cc5984077940789a3c2c50510ae URL: https://github.com/llvm/llvm-project/commit/c57b104e95c12cc5984077940789a3c2c50510ae DIFF: https://github.com/llvm/llvm-project/commit/c57b104e95c12cc5984077940789a3c2c50510ae.diff LOG:

[llvm-branch-commits] [llvm] 02aa966 - Bump version to 16.0.2

2023-04-04 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2023-04-04T22:24:47-07:00 New Revision: 02aa966c135172885182ddd6f5d76883c2402bed URL: https://github.com/llvm/llvm-project/commit/02aa966c135172885182ddd6f5d76883c2402bed DIFF: https://github.com/llvm/llvm-project/commit/02aa966c135172885182ddd6f5d76883c2402bed.diff