Family group invitation
Randi Amon wants you to join his family group
gcc@gcc.gnu.org <#>
Hi null,
You can join Randi's (randiam...@gmail.com <#>) family group to connect
with your family on Google and share the apps and services that are right
for you.
Anyone who joins a family group can
Hi all,
Here is the agenda for tomorrow's meeting. If you have topics to
discuss or share, please let me know and I can add them to the agenda.
Agenda:
- Handling profiles in the tools
https://lists.riscv.org/g/tech-toolchain-runtime/topic/handling_profiles_in_the/91372394?p=,,,20,0,0,0
Hello,
[1] I want to achieve hosting of a custom built-in call out of loop that
loads an immediate value.
for (int i = 0; i < 4000; i++) {
_9 = (unsigned int) _1;
slli_6 = _9 << 8;
srli_36 = slli_6 >> 8;
li_37 = __builtin_load_immediate (15);//I want to hoi
Hi folks.
I rolled our own is_a<> implementation for vrange, because it was
trivial. We needed it to work on references, and GCC's is-a.h
implementation is pointer-only. However, I now realize it confuses
gengtype when adding additional types:
template
struct vrange_traits
{
// Default to some
Issue resolved. Typedef no longer needed.
Sorry for the noise.
Aldy
On Wed, Jun 1, 2022 at 4:29 PM Aldy Hernandez wrote:
>
> Hi folks.
>
> I rolled our own is_a<> implementation for vrange, because it was
> trivial. We needed it to work on references, and GCC's is-a.h
> implementation is point
HI everyone,
I'm Immad Mir -- one of the GSoC students this year. I'll be working on
adding static analysis support for POSIX file description APIs this summer.
The plan is to let the static analyzer know about the FD APIs through the
use of function attributes, although initially we might hardco
On Wed, 2022-06-01 at 23:22 +0530, Mir Immad wrote:
> HI everyone,
>
> I'm Immad Mir -- one of the GSoC students this year. I'll be working on
> adding static analysis support for POSIX file description APIs this
> summer.
Welcome Immad - I'm looking forward to helping you on this project.
For r