Author: Johannes Doerfert
Date: 2023-11-30T14:16:34-08:00
New Revision: b80b5f180ba64c2d6d9753ce8b310f1759eb2884
URL:
https://github.com/llvm/llvm-project/commit/b80b5f180ba64c2d6d9753ce8b310f1759eb2884
DIFF:
https://github.com/llvm/llvm-project/commit/b80b5f180ba64c2d6d9753ce8b310f1759eb2884.d
Author: Aart Bik
Date: 2023-11-30T14:19:02-08:00
New Revision: 6fb7c2d713587a061cd281eda917746750559380
URL:
https://github.com/llvm/llvm-project/commit/6fb7c2d713587a061cd281eda917746750559380
DIFF:
https://github.com/llvm/llvm-project/commit/6fb7c2d713587a061cd281eda917746750559380.diff
LOG:
Author: Valentin Clement (バレンタイン クレメン)
Date: 2023-11-30T14:25:03-08:00
New Revision: a9a5af82704d772509ccef87991384f47b65884d
URL:
https://github.com/llvm/llvm-project/commit/a9a5af82704d772509ccef87991384f47b65884d
DIFF:
https://github.com/llvm/llvm-project/commit/a9a5af82704d772509ccef8799138
Author: Stephan T. Lavavej
Date: 2023-11-30T13:54:52-08:00
New Revision: 4e2216e184a2ba4b9e7e40b3cfa11e0c516a6ed6
URL:
https://github.com/llvm/llvm-project/commit/4e2216e184a2ba4b9e7e40b3cfa11e0c516a6ed6
DIFF:
https://github.com/llvm/llvm-project/commit/4e2216e184a2ba4b9e7e40b3cfa11e0c516a6ed6.
Author: Joseph Huber
Date: 2023-11-30T15:48:39-06:00
New Revision: 0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16
URL:
https://github.com/llvm/llvm-project/commit/0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16
DIFF:
https://github.com/llvm/llvm-project/commit/0ec4b82cfddbe0c7c7eb4b3486f55139f56d5f16.diff
Author: Johannes Doerfert
Date: 2023-11-30T13:47:47-08:00
New Revision: fce4c0acd6db4bd8598db7eb471ccca60dc05406
URL:
https://github.com/llvm/llvm-project/commit/fce4c0acd6db4bd8598db7eb471ccca60dc05406
DIFF:
https://github.com/llvm/llvm-project/commit/fce4c0acd6db4bd8598db7eb471ccca60dc05406.d
Author: Peter Klausler
Date: 2023-11-30T13:35:07-08:00
New Revision: a4745ff99bec927efdc726fa902e30d589e70761
URL:
https://github.com/llvm/llvm-project/commit/a4745ff99bec927efdc726fa902e30d589e70761
DIFF:
https://github.com/llvm/llvm-project/commit/a4745ff99bec927efdc726fa902e30d589e70761.diff
Author: Jeffrey Byrnes
Date: 2023-11-30T13:38:05-08:00
New Revision: 1b02f594b337618e2e5808a33620eeac19d10e06
URL:
https://github.com/llvm/llvm-project/commit/1b02f594b337618e2e5808a33620eeac19d10e06
DIFF:
https://github.com/llvm/llvm-project/commit/1b02f594b337618e2e5808a33620eeac19d10e06.diff
Author: Teresa Johnson
Date: 2023-11-30T13:36:14-08:00
New Revision: 83aa7250fbc6cc5fe253f4bb7ae7b8561adeff5a
URL:
https://github.com/llvm/llvm-project/commit/83aa7250fbc6cc5fe253f4bb7ae7b8561adeff5a
DIFF:
https://github.com/llvm/llvm-project/commit/83aa7250fbc6cc5fe253f4bb7ae7b8561adeff5a.diff
Author: Joseph Huber
Date: 2023-11-30T15:35:33-06:00
New Revision: e1395c7bdbe74b632ba7fbd90e2be2b4d82ee09e
URL:
https://github.com/llvm/llvm-project/commit/e1395c7bdbe74b632ba7fbd90e2be2b4d82ee09e
DIFF:
https://github.com/llvm/llvm-project/commit/e1395c7bdbe74b632ba7fbd90e2be2b4d82ee09e.diff
https://github.com/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/74211
>From 2bddb1011489651cb2e5f2f94d5fae89ddf63216 Mon Sep 17 00:00:00 2001
From: Aiden Grossman
Date: Sat, 2 Dec 2023 14:18:50 -0800
Subject: [PATCH 1/2] [llvm-exegesis] Minor changes for downstream consumers
Author: Aiden Grossman
Date: 2023-12-02T14:31:33-08:00
New Revision: f13b5d31450a095d6e11176b3db787f1e0894337
URL:
https://github.com/llvm/llvm-project/commit/f13b5d31450a095d6e11176b3db787f1e0894337
DIFF:
https://github.com/llvm/llvm-project/commit/f13b5d31450a095d6e11176b3db787f1e0894337.diff
boomanaiden154 wrote:
This seemed to be the most minimally invasive set of changes to achieve what I
needed to be able to use things downstream. I tried a couple alternatives, but
couldn't get them to work or they weren't as clean. Happy if there are other
suggestions that make things cleaner
llvmbot wrote:
@llvm/pr-subscribers-tools-llvm-exegesis
Author: Aiden Grossman (boomanaiden154)
Changes
This patch adjust the runConfiguration function to allow passing a parameter to
force returning SnippetCrashes as errors rather than serializing them as
strings in the returned Benchma
https://github.com/boomanaiden154 created
https://github.com/llvm/llvm-project/pull/74211
This patch adjust the runConfiguration function to allow passing a parameter to
force returning SnippetCrashes as errors rather than serializing them as
strings in the returned Benchmark object. In additi
Author: Aiden Grossman
Date: 2023-12-02T14:20:11-08:00
New Revision: 2bddb1011489651cb2e5f2f94d5fae89ddf63216
URL:
https://github.com/llvm/llvm-project/commit/2bddb1011489651cb2e5f2f94d5fae89ddf63216
DIFF:
https://github.com/llvm/llvm-project/commit/2bddb1011489651cb2e5f2f94d5fae89ddf63216.diff
Author: Aiden Grossman
Date: 2023-12-02T13:33:18-08:00
New Revision: 592ab2122dbe5c38712b5b9fc17126308783467a
URL:
https://github.com/llvm/llvm-project/commit/592ab2122dbe5c38712b5b9fc17126308783467a
DIFF:
https://github.com/llvm/llvm-project/commit/592ab2122dbe5c38712b5b9fc17126308783467a.diff
17 matches
Mail list logo