Displaying 20 results from an estimated 1300 matches similar to: "[LLVMdev] Open Sourcing Swift"
2013 Jun 02
1
[LLVMdev] Language Construction and IDE Kit
Hi,
Is to possible to have a language construction and IDE integration kit for
LLVM so that LLVM / Clang can be used for Meta Programming and defining new
languages and DSLs.
The definition of grammar, parsing, debugging, lint checking and IDE
integration should be seamless and easy to use for a novice.
Suminda
--
Suminda Sirinath Salpitikorala Dharmasena, B.Sc. Comp. & I.S. (Hon.) Lond.,
2013 Sep 07
2
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
Hi,
Does LLVM support decimal precision numbers supported? Also does it have
Fixed point arithmetic?
S
--
Suminda Sirinath Salpitikorala Dharmasena, B.Sc. Comp. & I.S. (Hon.) Lond.,
P.G.Dip. Ind. Maths. J'Pura, MIEEE, MACM, CEO Sakrīō! ▣ *Address*: 6G • 1st
Lane • Pagoda Road • Nugegoda 10250 • Sri Lanka. ▣ *Mobile*
: +94-(0)711007945 ▣ *Tele*: +94-(0)11-5 864614 / 5 875614 / 2 825908 ▣
2014 May 10
4
[LLVMdev] Replacing Platform Specific IR Codes with Generic Implementation and Introducing Macro Facilities
Hi,
This might sound a bit controversial at this stage of maturity for LLVM.
Can the community consider deprecating architecture specific features which
has come into the IR and replacing them with more generic IR codes.
Also some form of powerful macro facility which supports platform specific
macros which can be used to expand generic IRs to a set of IRs which might
have equivalent results and
2013 Sep 09
2
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
These features can find use in embedded micro controllers and situation
where you do not want rounding errors. x86 and ppc sound like Intel and
Power PC specific.
Of course once introduced some one must maintain it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130910/8cff2269/attachment.html>
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
LLVM does not support IEEE decimal-floating point.
If by “fixed point arithmetic” you are asking about associating a scale factor with a variable/value, and doing the correct scaling for arbitrary arithmetic… LLVM doesn’t do that either. It’s a rare IR that even has the concept. The OpenVMS GEM compilers supported it (along with other special features for COBOL), but I’m not aware of any
2013 May 23
0
[LLVMdev] More User Friendly Tool Chain perhaps Through a DSL
Hi,
LLVM is very useful but I am wondering if there is an interest in creating
a full tool chain for language definition and compilation with IDE
integration support (to be used by IDE implimenter) using a DSL perhaps
using insights from projects like xtext (http://www.eclipse.org/Xtext/) and
MPS (http://www.jetbrains.com/mps/). Perhaps you could use MPS code base to
be able to have it translated
2013 Jun 03
0
[LLVMdev] Front End & Language Development Kit
Hi,
Is it possible to develop a LLVM front end development kit which support
easy language definition and creation with IDE integration like Eclipse
Xtext, JetBrains MPS. All the needed C++ integration code should be easily
created through the kit. Some other similar projects from which you can get
ideas are DMS Software Reengineering Toolkit, Rascal MPL, TXL,
ROSE, Coccinelle, etc. where some
2013 Jun 22
1
[LLVMdev] LLVM Frontend Construction / Developer Kit
Hi,
LLVM is very impressive in the back end but to allow wider adaptation it
will need a user friendly front end developer kit with parsers and lexers
with easy grammar definition. There are piecemeal solutions out there but
best is to have one unified simple solution with IDE integration plugins.
Suminda
--
Suminda Sirinath Salpitikorala Dharmasena, B.Sc. Comp. & I.S. (Hon.) Lond.,
P.G.Dip.
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
On 9 September 2013 20:21, Suminda Dharmasena <sirinath at sakrio.com> wrote:
> These features can find use in embedded micro controllers and situation
> where you do not want rounding errors.
Not until someone comes up with a language specifying them (or at
least a highly suspect variant of C specifying them) they can't.
Tim.
2015 Mar 04
1
Regarding GSoC 2015
Hi everyone,
I'm Shiluka Dharmasena, 3rd year computer science and engineering
undergraduate from University of Moratuwa, Sri Lanka. I'm interested to
participate as a gsoc student for Xiph.Org Foundation's Icecast project.
It's a great opportunity for me to get involved in an open source project
and I'm keen to contribute as a developer.
I went through the project ideas
2007 May 29
1
is it possible to crete a domu without network support
is it possible to crete a domu without network support
hello users,
Myself Dharma, new to xen,
i am trying to create a domu .I have realtek 8168SC gigabit ethernet card which is not supported by xen.it has support for rtl8169 only.
is it possible to create domu without network support
while i am trying to create it getting error :2049 device not found hotplug scripts missing
Any
2014 Jun 22
2
[LLVMdev] Failed to Unroll a Seemingly Simple Loop
Hi,
I found LLVM cannot unroll the loop in the example below, while gcc can.
Before I dig more about this issue, is this behavior as designed?
bool bar(int i);
void foo(int *a, int x, int y) {
for (int i = 0; i < 4; ++i) {
if (bar(i)) {
break;
}
a[i] = i;
}
}
Btw, if s/break/continue, LLVM is able to unroll it.
Thanks,
Jingyue
-------------- next part --------------
2013 Apr 06
0
Bug#693137: marked as done (ITP: swift-plugin-s3 -- swift3 (S3 compatibility) middleware plugin for swift)
Your message dated Sat, 06 Apr 2013 13:00:07 +0000
with message-id <E1UOSj1-0002As-63 at franck.debian.org>
and subject line Bug#693137: fixed in swift-plugin-s3 1.7-1
has caused the Debian Bug report #693137,
regarding ITP: swift-plugin-s3 -- swift3 (S3 compatibility) middleware plugin for swift
to be marked as done.
This means that you claim that the problem has been dealt with.
If this
2009 Aug 26
0
Swift application and DTMF
Hello users,
i have successfully installed the cepstral voice and in the text only mode
its working fine
when i swift applicaiton in dtmf mode like
exten =>111,1,Swift(hello user| 5000|1)
exten =>111,n,NoOp(dtmf is ${SWIFT_DTMF})
exten => 111,n,Hangup()
case1:
when i am listening to the hello user prompt if i press any key
1,2,3,4,5,6,7,8,9,0,*,#
i am getting the ${SWIFT_DTMF } value
2009 Feb 17
0
Swift - detection of multiple digits unreliable on my system
Hi all,
I just installed Cepstral and app_swift version 1.4.2 on my Asterisk
1.4.22.1 box. It seems to work great with one exception.
If I play a test message with instructions to collect a maximum of 5
digits, it collects those 5 digits correctly if the user waits for the
message to complete before entering them. But if the user barges in
with digits before the message completes, the detected
2011 Apr 04
3
Game: Samantha Swift
Hi,
I try to play "Samantha Swift". Installation process works fine and the game opens successfully.
Sound and input devices work really good. But I have lot of rendering issues like stripes and blocks all over the screen (screenshot: http://img862.imageshack.us/i/bildschirmfotow.png/)
I use Ubuntu 10.10 and tried wine 1.2 from the ubuntu repository and from Wine-PPA. I also played
2005 Jun 09
1
PHPAGI Swift Escape Digits
I am trying to use swift in PHP/AGI.
function swift($text, $escape_digits='', $frequency=8000, $voice=NULL,
$fnameIn='')
During swift speaking some text I want the caller to be able to press
1, 2 or 3 to do thing 1, thing 2 or thing 3.
How are these digit defines and then caught?
Thanks,
Michael
2005 Jul 20
1
ceptral (swift)
Hi i installed ceptral and i want to test it with asterisk can u plz
tell me if i was wrong here>> ??
exten => 2,1,Answer
exten => 2,2,system(/opt/swift/bin/swift "hello world")
exten=> 2,3,Hangup()
Mahmoud Badran
ATSI
Tel: +20 2 607 8917
2006 Oct 26
0
Cepstral/Swift TTS app
Hey everyone,
I was frustrated with the existing app_cepstral/app_swift TTS modules I've
found on the net, so I hacked up my own. It's been working really well for
me so I thought I'd share.
In developing this, I wanted to avoid:
* the startup delay incurred writing TTS output to a temp file then playing
it back
* gluing cepstral/swift to the asterisk module in a way that fubard
2010 Mar 01
1
Swift from eagi, problems with prosody rate
Hi, I'm trying to use Swift tts from eagi, my problem is when I send
EXEC SWIFT <*prosody rate*=\'.8\' >Hello World\, this is a test\,</*prosody*
>|0|1
Would I use a scape character?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100301/7132be4c/attachment.htm