digitalmars.D - LLVM updates
- bearophile (5/5) Mar 03 2009 There are some improvements in the last LLVM V.2.5, among them now LLVM ...
- Daniel Keep (4/11) Mar 03 2009 http://icanhascheezburger.files.wordpress.com/2007/12/funny-pictures-beg...
- Frits van Bommel (4/17) Mar 03 2009 This was 5 days ago, according to dsource:
- Tomas Lindquist Olsen (3/8) Mar 03 2009 Frits van Bommel has already added support for the new intrinsics to LDC...
There are some improvements in the last LLVM V.2.5, among them now LLVM provides intrinsics for (some) arithmetic with overflow operations: http://llvm.org/docs/LangRef.html#int_overflow Introducing such feature into D (LDC and more) is even simpler now :-) Bye, bearophile
Mar 03 2009
bearophile wrote:There are some improvements in the last LLVM V.2.5, among them now LLVM provides intrinsics for (some) arithmetic with overflow operations: http://llvm.org/docs/LangRef.html#int_overflow Introducing such feature into D (LDC and more) is even simpler now :-) Bye, bearophilehttp://icanhascheezburger.files.wordpress.com/2007/12/funny-pictures-begging-cat.jpg DO WANT. :D -- Daniel
Mar 03 2009
Daniel Keep wrote:bearophile wrote:This was 5 days ago, according to dsource: <http://dsource.org/projects/ldc/changeset/1001%3A7a0238db1962> You're welcome :).There are some improvements in the last LLVM V.2.5, among them now LLVM provides intrinsics for (some) arithmetic with overflow operations: http://llvm.org/docs/LangRef.html#int_overflow Introducing such feature into D (LDC and more) is even simpler now :-) Bye, bearophilehttp://icanhascheezburger.files.wordpress.com/2007/12/funny-pictures-begging-cat.jpg DO WANT. :D
Mar 03 2009
On Tue, Mar 3, 2009 at 11:58 AM, bearophile <bearophileHUGS lycos.com> wrote:There are some improvements in the last LLVM V.2.5, among them now LLVM provides intrinsics for (some) arithmetic with overflow operations: http://llvm.org/docs/LangRef.html#int_overflow Introducing such feature into D (LDC and more) is even simpler now :-) Bye, bearophileFrits van Bommel has already added support for the new intrinsics to LDC :D -Tomas
Mar 03 2009