[llvm-branch-commits] [llvm] c45fa58 - [libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is available

2021-09-03 Thread Tom Stellard via llvm-branch-commits
Author: Joachim Protze Date: 2021-09-03T15:49:42-07:00 New Revision: c45fa58f171e72176c3df71909f2b85137cd909f URL: https://github.com/llvm/llvm-project/commit/c45fa58f171e72176c3df71909f2b85137cd909f DIFF: https://github.com/llvm/llvm-project/commit/c45fa58f171e72176c3df71909f2b85137cd909f.diff

[llvm-branch-commits] [llvm] 7f3d00c - [libomptarget][amdcgn] Add build dependency for llvm-link and opt

2021-09-03 Thread Tom Stellard via llvm-branch-commits
Author: Joachim Protze Date: 2021-09-03T15:49:31-07:00 New Revision: 7f3d00c9b49b8de4df63d51462081ce272af488d URL: https://github.com/llvm/llvm-project/commit/7f3d00c9b49b8de4df63d51462081ce272af488d DIFF: https://github.com/llvm/llvm-project/commit/7f3d00c9b49b8de4df63d51462081ce272af488d.diff

[llvm-branch-commits] [llvm] 3b1fa4a - [RISCV] Fix reporting of incorrect commutable operand indices

2021-09-03 Thread Tom Stellard via llvm-branch-commits
Author: Fraser Cormack Date: 2021-09-03T15:48:26-07:00 New Revision: 3b1fa4aef0069646522fac0775325bc3716efec4 URL: https://github.com/llvm/llvm-project/commit/3b1fa4aef0069646522fac0775325bc3716efec4 DIFF: https://github.com/llvm/llvm-project/commit/3b1fa4aef0069646522fac0775325bc3716efec4.diff

[llvm-branch-commits] [libcxx] 1c3fcc8 - [libc++][NFC] Mark values in gdb pretty print comparison functions as live to prevent values being optimized out.

2021-09-03 Thread Louis Dionne via llvm-branch-commits
Author: Amy Kwan Date: 2021-09-03T14:56:19-04:00 New Revision: 1c3fcc8ae92ebfe9a9d1a21a288ad71ef7f98091 URL: https://github.com/llvm/llvm-project/commit/1c3fcc8ae92ebfe9a9d1a21a288ad71ef7f98091 DIFF: https://github.com/llvm/llvm-project/commit/1c3fcc8ae92ebfe9a9d1a21a288ad71ef7f98091.diff LOG:

[llvm-branch-commits] [compiler-rt] 2ca7535 - Revert all changes done on the htc/master branch.

2021-09-03 Thread Konstantin Schwarz via llvm-branch-commits
Author: Konstantin Schwarz Date: 2019-09-03T11:55:46+02:00 New Revision: 2ca7535d6caa77de04bf3d80171376d26bde3729 URL: https://github.com/llvm/llvm-project/commit/2ca7535d6caa77de04bf3d80171376d26bde3729 DIFF: https://github.com/llvm/llvm-project/commit/2ca7535d6caa77de04bf3d80171376d26bde3729.

[llvm-branch-commits] [libunwind] 5f46db7 - Add CMake option for configuring libunwind bare-metal build

2021-09-03 Thread Konstantin Schwarz via llvm-branch-commits
Author: Konstantin Schwarz Date: 2019-01-17T12:37:40+01:00 New Revision: 5f46db7c176433d7a81ed06e66dd5f3c4a4cae14 URL: https://github.com/llvm/llvm-project/commit/5f46db7c176433d7a81ed06e66dd5f3c4a4cae14 DIFF: https://github.com/llvm/llvm-project/commit/5f46db7c176433d7a81ed06e66dd5f3c4a4cae14.

[llvm-branch-commits] [libcxx] 344c7a1 - Add basic C++ library support.

2021-09-03 Thread Konstantin Schwarz via llvm-branch-commits
Author: Konstantin Schwarz Date: 2019-01-17T12:24:02+01:00 New Revision: 344c7a13c1e0d48c89165365d9637dc0bef408a2 URL: https://github.com/llvm/llvm-project/commit/344c7a13c1e0d48c89165365d9637dc0bef408a2 DIFF: https://github.com/llvm/llvm-project/commit/344c7a13c1e0d48c89165365d9637dc0bef408a2.

[llvm-branch-commits] [compiler-rt] 550c750 - Add support for building compiler-rt for bare metal.

2021-09-03 Thread Konstantin Schwarz via llvm-branch-commits
Author: Konstantin Schwarz Date: 2019-01-17T12:15:24+01:00 New Revision: 550c750e922efcd0960498f876b28de71eb1657b URL: https://github.com/llvm/llvm-project/commit/550c750e922efcd0960498f876b28de71eb1657b DIFF: https://github.com/llvm/llvm-project/commit/550c750e922efcd0960498f876b28de71eb1657b.

[llvm-branch-commits] [lld] 716de1c - Remove repository URL from version string

2021-09-03 Thread Konstantin Schwarz via llvm-branch-commits
Author: Konstantin Schwarz Date: 2019-01-17T11:36:16+01:00 New Revision: 716de1cb582ea2676e1a00ed135085229d88e615 URL: https://github.com/llvm/llvm-project/commit/716de1cb582ea2676e1a00ed135085229d88e615 DIFF: https://github.com/llvm/llvm-project/commit/716de1cb582ea2676e1a00ed135085229d88e615.

[llvm-branch-commits] [clang] 043b898 - [LLVMARM-13] Add function for defining HighTec specific macros, call it from ARM targets.

2021-09-03 Thread Konstantin Schwarz via llvm-branch-commits
Author: Konstantin Schwarz Date: 2019-01-17T11:35:06+01:00 New Revision: 043b8986368f76ba8fa2c5e34db83537e8af6d47 URL: https://github.com/llvm/llvm-project/commit/043b8986368f76ba8fa2c5e34db83537e8af6d47 DIFF: https://github.com/llvm/llvm-project/commit/043b8986368f76ba8fa2c5e34db83537e8af6d47.

[llvm-branch-commits] [clang] 2b74728 - Add Hightec toolchain description

2021-09-03 Thread Konstantin Schwarz via llvm-branch-commits
Author: Konstantin Schwarz Date: 2019-01-17T09:43:28+01:00 New Revision: 2b747283621473751ef40c0f2ea1fdf50c14453f URL: https://github.com/llvm/llvm-project/commit/2b747283621473751ef40c0f2ea1fdf50c14453f DIFF: https://github.com/llvm/llvm-project/commit/2b747283621473751ef40c0f2ea1fdf50c14453f.