similar to: Regarding GSoC 2015

Displaying 20 results from an estimated 100 matches similar to: "Regarding GSoC 2015"

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 ▣
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
2018 May 15
2
source line number for instruction
Hi, I want to retrieve a function from a source line-number, is this something possible to achieve? I tried the following code snippet with LLVM-7 but it doesn't seem to workhttp://llvm.org/docs/SourceLevelDebugging.html#ccxx_frontend <http://llvm.org/docs/SourceLevelDebugging.html#ccxx_frontend:> Is there specific documentation I can refer to implement this? Thanks -- *Rtr. PP
2018 May 15
0
source line number for instruction
Not sure what you tried/how it didn't work - could you explain more? You could scan through all the llvm::Functions in an llvm::Module and look at the debug info associated with them (getSubprogram) then check the location of that debug info. - Dave On Tue, May 15, 2018 at 12:46 AM Ridwan Shariffdeen via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > I want to
2014 Jul 01
1
c#/ java binding improvements
Hi, I am a Computer Science and Engineering student at University of Moratuwa, Sri Lanka. I went through the project proposals of Xapian at Gsoc 2014. I found the project "c# binding improvement", very attractive for me to start up with committing to open-source community. And then found that is is not taken by any student. Please, some one can help me to start on this. I have 3 years
2009 Mar 20
1
Join with openssh org: GSOC 2009-Performance improvements
Hi All, I am Ananda student of university of Moratuwa Sri lanka(www.mrt.ac.lk). I have worked with SAHNA open source community and have a experience with open source software as well. I am familiar with C language base soft ware development through the my university master degree and out source, so that I have decided to apply for GSOC in this year through your organisation. I am going to apply
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.
2016 Mar 08
2
GSoC 2016 Project: Implement Bindings for R
Hi, I am a 3rd year Computer Science and Engineering undergraduate at University of Moratuwa, Sri Lanka. Currently I?m working as a software engineering intern at Millennium Information Technologies, and my internship concludes on April 18th. I?m very much interested in the project "Implement Bindings for R" since it is somewhat similar to one of the tasks that I?m presently engaged in,
2016 Sep 03
2
llc error
I updated to the latest revision and now llvm does not build and quits cmake with CMake Error at cmake/modules/LLVMProcessSources.cmake:83 (message): Found unknown source file ../llvm-revec/lib/CodeGen/MachineFunctionAnalysis.cpp Please update ../llvm-revec/lib/CodeGen/CMakeLists.txt Thanks On Sat, Sep 3, 2016 at 2:09 AM, Craig Topper <craig.topper at gmail.com> wrote: >
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
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>
2014 Jun 22
2
[LLVMdev] Open Sourcing Swift
Hi, Is there any chance Swift will be open sourced? Suminda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140622/053ff22a/attachment.html>
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.
2008 Apr 25
1
Theora Decoder
Theora can encode video with several quality parameters. So when that encoded video is decoding it should be looked at quality value. For a single video, decoder get first frame quality value for all video frame or decoder get each quality value for each frame? -- Asanka Dilruk Department of Computer Science and Eng. University of Moratuwa.... http://www.asankadilruk.blogspot.com/ --------------
2008 Feb 18
2
dynamic change video quality........
I am going to change video quality parameter frame by frame. So i find a parameter called* thisframequalityvalue* for this task. so i changed *cpi-> Configuration.ActiveMaxQ*(set "1" for half of the frames and set "63" for other half of frames)* *manually to change *thisframequalityvalue *parameter in *UpdateFrame *frame function. But quality was not changed. Why is
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
2008 Mar 30
2
[LLVMdev] [Proposal] GSoC 2008 project proposal for improving the llvm-test testsuite
Hello every body, With the ideas and suggestions that I got from you all I came up with the proposal for the project of improving the llvm-test testsuite. I am posting my proposal here, if you have any feedback(anything to be added or anything to be removed ) please let me know, so that I can improve the proposal before I upload it in Google web app. Thanks in advance.! Regarda, Rjika *Proposal