Displaying 7 results from an estimated 7 matches for "052858".
Did you mean:
002858
2012 Dec 06
1
[LLVMdev] How to enable cbe as a supported target?
...of patches against the trunk (at that time) in November [2].
I haven't had much time to spend on developing my patches further but I
am planning to do so as soon as I get more time (which should be early
next year)
Regards,
Roel
[1] http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-August/052858.html
[2] http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-November/056089.html
2012 Aug 31
0
[LLVMdev] How to write a regression test case?
...sible, I sugguest you lauch another thread so that people know
what you want to ask by looking at subject. Since you're working on C
backend, you may want to collaborate with Roel, who is working on C
backend, too [1].
Regards,
chenwj
[1] http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-August/052858.html
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
2012 Dec 06
0
[LLVMdev] How to enable cbe as a supported target?
On Thu, Dec 06, 2012 at 10:05:03AM +0800, Mingliang LIU wrote:
> Hi Arnold,
>
> Thank you. I googled but missed the release notes.
>
> Regards.
Someone else out there tried to bring cbe back. You can search the ML
archieve and reach them out.
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
2012 Aug 31
2
[LLVMdev] How to write a regression test case?
Hi,all:
i have a question about llvm162227,recently i have a work about
cBackend,i found a the Module data is different from llvm2.9,a pass
named CBackendNameAllUsedStructsAndMergeFunctions() was removed.for
this the module data can not be translated correctly.
when i try to rewrite this pass,i found much interfaces of module have
been changed.
i write a test which contian a struct like this
2012 Dec 06
2
[LLVMdev] How to enable cbe as a supported target?
Hi Arnold,
Thank you. I googled but missed the release notes.
Regards.
On Thu, Dec 6, 2012 at 12:13 AM, Arnold Schwaighofer <
arnold.schwaighofer at gmail.com> wrote:
> The C Backend was remove in 3.1
> (http://llvm.org/releases/3.1/docs/ReleaseNotes.html):
>
> "Major Changes and Removed Features
> ...
> The C backend has been removed. It had numerous problems,
2012 Nov 21
0
[LLVMdev] Python Backend
I'm very interested in this patch. Could you, Roel, upload it somewhere or
maybe put your code to github or something simmilar?
Additional - you're fixing it - could you please provide a little more
information - what should I read to get more informations about writing not
hardware but software backend in LLVM? (Of course the code analysis is one
way, but maybe there is other also).
2012 Nov 21
2
[LLVMdev] Python Backend
Hi,
I have a version of the old CBackend which is working with the current
trunk.
I am in the progress of rewriting it into a new version but that project
is not going as fast as I would hope as I have been distracted by other
tasks with higher priority lately.
Anyway, for those interested, I can provide patches, optionally
separated into several parts (core, testing, misc).
I am afraid that