Dear Prospective GSoC Students,
The student applications website is currently open and there are still
4 days before the deadline.
While you can submit your proposals directly there we strongly suggest
you to submit, refine and discuss your proposals via the corresponding
mailing lists.
The "Ope
The next LLVM social in Paris will happen on March 27th, 2018.
Everyone interested in LLVM, Clang, lldb, Polly, lld, ... is invited to
join.
Event details, including registration (free but mandatory) at
http://www.meetup.com/LLVM-Clang-social
For this meetup, we will have a presentation from Ger
While trying to use Scalar in my code, I've found some oddities.
In particular, binary promotion does a bitwise reinterpretation of an
integer when promoting to a floating point type.
This was easy enough to fix, for most cases, but it caused more
questions:
* What are the intended semantics of
> On Mar 23, 2018, at 2:27 PM, Tom Tromey via lldb-dev
> wrote:
>
> While trying to use Scalar in my code, I've found some oddities.
>
> In particular, binary promotion does a bitwise reinterpretation of an
> integer when promoting to a floating point type.
>
> This was easy enough to fix, f