public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2024-04-28  5:21 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2024-04-28  5:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:12759057f7d42045403e7c41216e51c50d26afc9

commit 12759057f7d42045403e7c41216e51c50d26afc9
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Sun Apr 21 17:24:37 2024 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..aa0ef7aa45a 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,5 +1,5 @@
-/* { dg-do run } */
-/* { dg-require-effective-target powerpc_vsx_ok } */
+/* { dg-do compile { target { { ! vsx_hw } && powerpc_vsx_ok } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-options "-mvsx -O3" } */
 
 /* Test that the vec_mul builtin works as expected.  */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2024-04-22  6:57 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2024-04-22  6:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:25b2dc8c3befb8a19584f5052db75753fcd78351

commit 25b2dc8c3befb8a19584f5052db75753fcd78351
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Sun Apr 21 17:24:37 2024 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2024-04-22  5:13 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2024-04-22  5:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:bd7a059057714d60f0b7a3db37152ae898e4a293

commit bd7a059057714d60f0b7a3db37152ae898e4a293
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Sun Apr 21 17:24:37 2024 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2024-04-22  2:40 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2024-04-22  2:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:347b4d5eb8a1418393f6e406d4d052d3c6b0790e

commit 347b4d5eb8a1418393f6e406d4d052d3c6b0790e
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Sun Apr 21 17:24:37 2024 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2024-04-21 20:28 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2024-04-21 20:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0197e8f80932063526f0bd7437c80c9ca420cf38

commit 0197e8f80932063526f0bd7437c80c9ca420cf38
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Sun Apr 21 17:24:37 2024 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2023-04-06  6:34 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2023-04-06  6:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:99b2d7784b58a2ef3f58faa0c3f38ff53726da0d

commit 99b2d7784b58a2ef3f58faa0c3f38ff53726da0d
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Apr 5 11:26:58 2023 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2023-03-30 14:07 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2023-03-30 14:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e88115771398ad23f7c5f2623aa42bc53282a249

commit e88115771398ad23f7c5f2623aa42bc53282a249
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Mar 30 05:07:04 2023 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2023-03-24  6:25 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2023-03-24  6:25 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:03420f0946e181fff7078ac9d01892ee45467739

commit 03420f0946e181fff7078ac9d01892ee45467739
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Mar 23 00:44:42 2023 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2023-03-23  3:47 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2023-03-23  3:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1bdab4cd56ea8fd948aa73e37e30138ea03d627b

commit 1bdab4cd56ea8fd948aa73e37e30138ea03d627b
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Mar 23 00:44:42 2023 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2023-03-16 14:22 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2023-03-16 14:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0972309b73fca7f95245ac16b536e3d17d7b66bb

commit 0972309b73fca7f95245ac16b536e3d17d7b66bb
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue May 3 14:57:18 2022 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2023-03-15 14:05 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2023-03-15 14:05 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6f1128419e46017aa4579625a84c4032631d2768

commit 6f1128419e46017aa4579625a84c4032631d2768
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue May 3 14:57:18 2022 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime
@ 2022-05-03  2:51 Alexandre Oliva
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Oliva @ 2022-05-03  2:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c1979c4ec79f003c7274ce88dfcf2c5690b0dd88

commit c1979c4ec79f003c7274ce88dfcf2c5690b0dd88
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon May 2 23:49:45 2022 -0300

    ppc: testsuite: vec-mul requires vsx runtime
    
    vec-mul is an execution test, but it only requires a powerpc_vsx_ok
    effective target, which is enough only for compile tests.  In order to
    To check for runtime and execution environment support, we need to
    require vsx_hw.  Make that a condition for execution, but still
    perform a compile test if the condition is not satisfied.
    
    
    for  gcc/testsuite/ChangeLog
    
            * testsuite/powerpc/vec-mul.c: Run on target vsx_hw, just
            compile otherwise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-mul.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-mul.c b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
index bfcaf80719d..11da8615972 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-mul.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-mul.c
@@ -1,4 +1,5 @@
-/* { dg-do run } */
+/* { dg-do compile { target { ! vsx_hw } } } */
+/* { dg-do run { target vsx_hw } } */
 /* { dg-require-effective-target powerpc_vsx_ok } */
 /* { dg-options "-mvsx -O3" } */


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-04-28  5:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-28  5:21 [gcc(refs/users/aoliva/heads/testme)] ppc: testsuite: vec-mul requires vsx runtime Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2024-04-22  6:57 Alexandre Oliva
2024-04-22  5:13 Alexandre Oliva
2024-04-22  2:40 Alexandre Oliva
2024-04-21 20:28 Alexandre Oliva
2023-04-06  6:34 Alexandre Oliva
2023-03-30 14:07 Alexandre Oliva
2023-03-24  6:25 Alexandre Oliva
2023-03-23  3:47 Alexandre Oliva
2023-03-16 14:22 Alexandre Oliva
2023-03-15 14:05 Alexandre Oliva
2022-05-03  2:51 Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).