Displaying 20 results from an estimated 9000 matches similar to: "[GSOC-2018]"
2018 Aug 13
1
[lldb-dev] [GSoC] Re-implement lldb-mi on top of the LLDB public API
Can you please list the missing MI commands? This would be very valuable to
both future contributors and also to the users of the LLDB MI. Thanks!
On Mon, Aug 13, 2018 at 11:28 AM, Александр Поляков <polyakov.alx at gmail.com>
wrote:
> Thank you, Leonard,
> I'm going to keep contributing to LLVM, so I think this is not the end!
>
> On Mon, Aug 13, 2018 at 8:15 PM Leonard
2018 Aug 13
1
[lldb-dev] [GSoC] Re-implement lldb-mi on top of the LLDB public API
Nice to see great progress in this area!
On Sun, Aug 12, 2018 at 2:49 PM, Александр Поляков via lldb-dev <
lldb-dev at lists.llvm.org> wrote:
> Hi LLVM folks,
>
> During this summer I was working on re-implementing of lldb-mi to
> correctly use LLDB public API. You are welcome to read my final report
> where I describe the contribution and challenges I faced with.
> Link
2015 Mar 16
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
Hi,
Are you guys interested in implementing if-conversion as a GSoC 2015
project? Last year, I did a literature review about approaches of
if-conversion and the if-conversion in LLVM. This was the undergraduate
thesis of my bachelor degree. It seems that, the if-conversion used in LLVM
is a very simple approach instead of following the literature. So I want to
implement the approaches in the
2018 Aug 12
2
[GSoC] Re-implement lldb-mi on top of the LLDB public API
Hi LLVM folks,
During this summer I was working on re-implementing of lldb-mi to correctly
use LLDB public API. You are welcome to read my final report where I
describe the contribution and challenges I faced with.
Link to final report: https://apolyakov.github.io/GSoC-2018/
--
Alexander
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Mar 18
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
OK, Let me describe. There is nothing wrong with if-conversion in LLVM. The
algorithm implemented in LLVM can handle the if(???){do something} and
if(???){do something}else{do something else} case very well. But it can
handle complicated case like when there are a lot of gotos in the program.
The more systematic way to do if-conversion is based on Hyperblock [Scott
A. Mahlke et al 1992]
2018 Feb 15
1
[GSOC 2018] Project covering LLVM and GPU
All,
This year I am very interested in participating in the Google Summer of
Code with a LLVM project. The main reason is that I am starting a
Bachelor's Thesis about compilers that will target directly LLVM. (Note
that I would like to continue beyond Bachelor)
The project that me and my advisor have chosen is about compiler
optimizations for GPGPU. Although I have seen some proposals for
2012 Mar 17
1
GSOC 2012 Project
Hi,
I have desire to contribute in GSOC 2012 open source development. I go through the GSOC 2012 projects details and it sounds to me an interesting project. I am interested in the following project:
? Weighting Schemes
I have relevant experience as an open source C++ developer at Google. Inc USA, Warid Telecom UAE & Buraq Integrated Solutions (Australian based company).
Firstly, I would
2011 Jul 29
1
Apostrophes in R Commander in recode
Dear colleagues,
I'm using R64 (2.13) on Mac OS 10.6.8 and I've encountered a problem with the recode function in Rcommander. The application cannot deal with apostrpohes ( ' ) do not. I've got a factor from the 2008 Canada Election study (highest level of schooling) and some of the values include "Bachelor's Degree" , "Master's Degree".
I've
2018 Feb 17
1
GSOC 2018 Introduction
Hello all,
My name is Ashish Kumar Gahlot and I am a final year undergraduate student
of Engineering College Ajmer(Rajasthan, India) majoring in
Computer Science.
I am interested in working on project *Integrate with Z3 SMT solver to
reduce false positives *for GSOC 2018. I am having experience with SMT
solvers as I play CTFs and have used z3 to solve reverse engineering
problems.
How can I
2018 Mar 13
1
GSoC 2018 - "Command line replacements for GNU Binutils"
Hello, I'm interested in taking this task for this year's round of the
Google Summer of Code. I'm a Computer Science undergraduate student at the
University of Milan-Bicocca, I have 5+ years of experience with C/C++ but
I'm quite new to the LLVM project. I'd like to have further information
about the task requirements and whether it's still available. Thank you in
advance.
2018 Mar 04
1
[GSOC 2018] Improve code generation testing
Hi Matthias,
I am a fourth year undergraduate student with some knowledge working on
code generation, but with the java backend (committer at an Apache project)
and have C++ as my primary language.
What I've done so far?
-----
1. I've created an account on bugzilla
2. studying LLVM ProgrammersManual
3. studying LLVM CodingStandards
Help
----
1. trying to setup `llvm-core` and `clang`
2018 Feb 26
1
[GSoC 2018] Improving debugging of optimized code
Hello,
I'm an undergraduate student in the CS department
of Aristotle University of Thessaloniki (AUTh).
Last year I successfully completed GSoC with Mixxx [1] and this year I
would like to work on LLVM.
I am interested in "Improving debugging of optimized code" [2].
I have gone through the kaleidoscope tutorial and I've set up a basic
dev environment for LLVM and clang.
2018 Feb 27
0
GSOC 2018 Introduction
Hello all,
My name is Ashish Kumar Gahlot and I am a final year undergraduate student
of Engineering College Ajmer(Rajasthan, India) majoring in
Computer Science.
I am interested in working on project *Integrate with Z3 SMT solver to
reduce false positives *for GSOC 2018. I am having experience with SMT
solvers as I play CTFs and have used z3 to solve reverse engineering
problems.
How can I
2018 Mar 01
0
[GSOC 2018] Implement a single updater class for Dominators
Hello,
I’m an undergraduate student studying CS in the South China University
of Technology.
I have been using clang compiler and related tools since I started
studying C++ and I would like to work on LLVM in this year’s GSoC. I
am interested in “Implement a single updater class for Dominators”.
[1] I have achieved a bronze medal in the 2017 ACM-ICPC Asia Xian
Regional Contest [2] (being a
2018 Mar 06
0
[GSOC 2018] Clang Static Analyzer
Hi Anna,
I am a fourth year undergraduate student having experience with writing
low-level code and program analysis. I would like to work on the project
Clang Static Analyzer: Warn if virtual calls are made from constructors or
destructors.
The things that I have done until now:
-----
1. Compiled clang
2. Went through Kaleidoscope tutorial
3. Implemented a bunch of llvm function passes
Looking
2018 Mar 26
0
[GSOC 2018] Extending clang AST
Hello all,
My name is Stefan and I'm a 3rd year undergraduate student from Serbia.
This year was the first (and probably last) time i got to learn about
compilers and compiler development and I really liked it. As it sparked my
interest, I started researching and found about llvm and GSoC in
particular. Since I found out about GSoC a bit to late and had no prior
experience with llvm, I
2012 Mar 25
1
Weighting Schemes Project for GSoC 2012
Hi all,
I am Prajwal, a sophomore Undergraduate student from IIT Bombay, India.
I want to contribute to Xapian through GSoC 2012.
Specifically I am interested in the Weighting Schemes project. I have
not yet taken any IR related course, but IR and NLP have always been my
academic interests. I want to learn more about these topics, and I think
that this is the best opportunity to do so. I
2010 Apr 06
0
[LLVMdev] Fw: Welcome to the "LLVMdev" mailing list
I would like to post information regarding paid internships. Details are
as follows:
Software Engineering Intern: Systems Technology Group
The Worldwide Studios System Technology Group is offering a paid
Engineering Internship!
Job Description:
Be a part of the most exciting and innovative computer entertainment in
North America. Sony Computer Entertainment America (SCEA) markets the
2007 Jan 24
0
JOB: LARS internships
Insightful is seeking a pre-doctoral student and an undergraduate student for
two internship positions. The primary responsibilities are to assist in the
development of software for high-dimensional regression and machine learning
applications using least angle regression (LARS).
The pre-doctoral candidate should have a background and interest in
statistical methodology, algorithms, data
2011 Mar 28
0
GSoC project - Support Another Language
Hi,
My name is Vladimir Zaytsev and I'm third year CS bachelor student in Ugra
State University. Now I'm interested in participating in GSOC with
information retrieval project and implementing of Erlang language support
for Xapian seems to be good idea("Support Another Language").
I'm quite familiar with C++ and Erlang and its mechanisms of interfacing
with other languages.