Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] Need Project Status"
2016 Mar 15
2
[cfe-dev] GSoC AST->XML project still open?
2018 Mar 31
3
Writing tests with Filecheck without emitting output to stdin
That works. Thanks.
One more followup question though.
Once i run opt on bitcode, there is not useful output/transform on bitcode.
this rpt files are extra.
I am hoping to do something like this,
; RUN: FileCheck --input-file=a.rpt.gold --check-prefix=CHECK-A < a.rpt
; RUN: FileCheck --input-file=b.rpt.gold --check-prefix=CHECK-B < b.rpt
i did not find much examples in tests hence
2018 Mar 31
0
Writing tests with Filecheck without emitting output to stdin
Oops. My bad. I mean to write match-file being my match pattern. and a.rpt
being file generated by opt.
;RUN: FileCheck <match-file>a.rpt.gold --input-file=a.rpt.
mahesh
On Sat, Mar 31, 2018 at 6:57 PM, Mahesh Attarde <coder.mahesh at gmail.com>
wrote:
> That works. Thanks.
>
> One more followup question though.
> Once i run opt on bitcode, there is not useful
2007 Jan 30
3
[LLVMdev] Are these projects still "open"?
Hi,
I'm looking to do a semester-long course project involving LLVM.
To avoid duplicating efforts, I wanted to know if the following projects
(lifted off http://llvm.org/OpenProjects.html) are done with or are
currently worked upon. Atleast I couldn't find evidence of these in the
1.9 sources.
1. Implement GVN-PRE, a powerful and simple Partial Redundancy
Elimination
2009 Oct 27
1
[LLVMdev] request for more info about "disassembler" open ended project
Hi All,
I would like to have more details about this LLVM wished feature (taken
from http://llvm.org/OpenProjects.html#misc_new):
"Write a disassembler for machine code that would use TableGen to output
MachineInstrs for transformations, optimizations, etc."
The phrase refers to _native_ machine code? Any extra detail about this
feature will be really appreciated, since I'm
2020 Mar 18
6
GSoC 2020 Project "Improve MegreFunctions to incorporate MergeSimilarFunctions patches and ThinLTO Support"
Hi Vishal, Ruijie,
Thanks for your interest in the project.
To get started, the first task would be to merge the 5 patches on top of trunk llvm.
The list of patches are listed in the project description: http://llvm.org/OpenProjects.html#llvm_mergesim
Please create an account in llvm phabricator (reviews.llvm.org) if you haven't already, and put your patches there.
Let me know if you have
2017 Oct 03
1
About LLVM Pass dependency
Hi Hongbin
I am not quite familiar with AnalysisUsage, let me correct question a bit.
I have read Writing Pass
<http://llvm.org/docs/WritingAnLLVMPass.html#specifying-interactions-between-passes>,
All examples that i see here are based on collecting information .i.e
Analysis Passes.
I wonder if this applies to Transformation passes also.
e.g.
void MyInliner::getAnalysisUsage(AnalysisUsage
2010 Jan 20
1
[LLVMdev] Profile-Guided Optimization status
Hi all,
I would like to know the status of profile-guided optimization. What
enhancements could be done to the current implementation? The ideas for
profile-guided transformations from [0] are still available?
Many thanks.
Gener
[0] http://llvm.org/OpenProjects.html#profileguided
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Jan 29
2
Call for GSoC 2020 projects
Hello David,
I believe Johannes already answered your questions, but just to
clarify the things fully: yes, we are going to submit an application
to participate in GSoC this year as usual. I will take care of
necessary paperwork and stuff.
Currently we're collecting the list of summer projects here and there.
It's perfectly fine to have the lists from sub-projects to be posted
on their
2018 Feb 20
2
[cfe-dev] [GSOC 2018] Mentors and projects needed! Any help appreciated.
Dean,
Please add this to OpenProjects page.
On Tue, Feb 20, 2018 at 6:49 AM, Dean Michael Berris via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> Hi Tanya,
>
> Is it too late to get some smaller projects for XRay in there?
>
> Here's two:
>
> XRay Function Coverage Mode: Implementing an XRay mode to gather function
> call coverage information. This will be
2010 Nov 22
2
[LLVMdev] [PATCH] ISD::BIT_CONVERT -> ISD::BITCAST
Attached is a patch that renames ISD::BIT_CONVERT to ISD::BITCAST as per http://www.llvm.org/OpenProjects.html, #3 under Code Generator Improvements. I have not updated the OpenProjects.html file itself as I could not find that file in the source code.
The patch itself also includes elimination of whitespace at the end of lines because my VIM settings do that automatically. If this is not desired
2018 Feb 21
0
[cfe-dev] [GSOC 2018] Mentors and projects needed! Any help appreciated.
Hi Anton,
Forgive me for the potentially dumb question -- but how do I do that myself?
The monorepo doesn't contain the website source(s) and it's unclear how I
can do that myself... I'd love to do it myself but I'm a little lost on how
to do it.
Help?
On Tue, Feb 20, 2018 at 9:18 PM Anton Korobeynikov <anton at korobeynikov.info>
wrote:
> Dean,
>
> Please add
2013 Feb 27
0
[LLVMdev] [cfe-dev] GSOC Projects
Ok, I've added the LNT statistics project, I think it's better to add the
Clang stuff to http://clang.llvm.org/OpenProjects.html right?
cheers,
--renato
On 27 February 2013 20:17, Anton Korobeynikov <anton at korobeynikov.info>wrote:
> Renato,
>
> Actually I wanted to send GSOC email about the open projects tonight.
> So, yes - please add them to the corresponding
2016 Jan 17
2
Open Projects - Code Generator Improvements #2
Hello,
I am a student at UFMG, Brazil, and I'm currently choosing my final
undergraduate project.
I will be working under Professor Fernando Pereira (on cc), and we were
thinking about tackling Code Generator Improvement number 2 (at
http://llvm.org/OpenProjects.html).
How is the status on this project? Is it still open?
Thanks for your time,
Thiago Martins.
-------------- next part
2016 Dec 12
0
LLVM possible projects
@Vivek, thanks for your answer and especially these links!
I just want to add two more though I am not sure if they are useful
here:
- Some slides [0] that explain the general structure of LLVM and LLVM-IR I
used in our compiler class last year [0].
- Examples that build LLVM-IR "from scratch". These were designed to
help students to build an LLVM-IR frontend for their AST.
2016 Mar 22
0
A couple ideas for possible GSoC projects
Hi Philip,
> On Mar 22, 2016, at 4:43 PM, Philip Reames via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> If there are any students looking for ideas, here a couple of projects you might consider.
>
> p.s. Anyone know where in the repo the OpenProjects page is? I'd expected it to be the docs/ folder of the LLVM repo, but it wasn't.
Is it what you're
2013 Feb 27
2
[LLVMdev] [cfe-dev] GSOC Projects
Renato,
Actually I wanted to send GSOC email about the open projects tonight.
So, yes - please add them to the corresponding ideas pages.
On Wed, Feb 27, 2013 at 10:57 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Feb 27, 2013, at 9:24 AM, Renato Golin <renato.golin at linaro.org> wrote:
>
>> Hi all,
>>
>> I have some ideas for GSOC projects using
2010 Nov 23
0
[LLVMdev] [PATCH] ISD::BIT_CONVERT -> ISD::BITCAST
On Nov 21, 2010, at 7:10 PM, Wesley Peck wrote:
> Attached is a patch that renames ISD::BIT_CONVERT to ISD::BITCAST as per http://www.llvm.org/OpenProjects.html, #3 under Code Generator Improvements. I have not updated the OpenProjects.html file itself as I could not find that file in the source code.
>
> The patch itself also includes elimination of whitespace at the end of lines
2013 Feb 28
0
[LLVMdev] GSoC 2013
Sean,
> Maybe it would get more traffic if we brought the page into the Sphinx
> docs? That way, developers can easily modify it without having to
> check out another (little-known) SVN repo. Anton, what do you think
> about that? It might be good to start fresh to ensure a high
> signal/noise (up to date/out of date) ratio.
Go ahead with it. Given the "freshness" of
2007 Jan 30
0
[LLVMdev] Are these projects still "open"?
On Mon, 29 Jan 2007, Prashanth Radhakrishnan wrote:
> I'm looking to do a semester-long course project involving LLVM.
Great!
> To avoid duplicating efforts, I wanted to know if the following projects
> (lifted off http://llvm.org/OpenProjects.html) are done with or are
> currently worked upon. Atleast I couldn't find evidence of these in the
> 1.9 sources.
>
> 1.