[lldb-dev] GSoC 2018 Student Applications

2018-03-23 Thread Anton Korobeynikov via lldb-dev
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

[lldb-dev] LLVM Social - Paris: March 27th, 2018

2018-03-23 Thread Arnaud Allard de Grandmaison via lldb-dev
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

[lldb-dev] intended semantics of Scalar

2018-03-23 Thread Tom Tromey via lldb-dev
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

Re: [lldb-dev] intended semantics of Scalar

2018-03-23 Thread Greg Clayton via lldb-dev
> 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