similar to: [LLVMdev] [GSoC 2011] Improving LLVM's support for profile information

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] [GSoC 2011] Improving LLVM's support for profile information"

2012 Jul 17
0
[LLVMdev] RFC: Profiling Enhancements (GSoC)
Hi Alastair, In addition to your planned tasks, you might want to put in some work to ensure branch probabilities are not lost during optimization. One known issue is LLVM optimizer can turn branchy code into switch statements and it would completely discard probability. Here is a simple example: static void func2(int N, const int *a, const int *b, int *c) __attribute__((always_inline)); void
2011 Mar 23
1
[GSOC 2011] Improving Spell Checker
Hey Xapian guyz, This is my list set of ideas and overview of my analysis I have done on some other ideas I felt should be discussed. Please provide me some comments and suggestions to make it better before the application process starts. Here is the link: Idea Log <http://goo.gl/GjCcA> Thank you, Prasad Prabhu Masters Student SUNY STONY BROOK NY Follow Me on: Twitter
2016 May 28
2
[GSoC 2016] Capture Tracking Improvements - Background Information
Hi Phillip, I've been looking into the Capture Tracking Improvements and I was wondering if there was any research/documentation that you know of that I could use as background reading? Many thanks, Scott
2008 Mar 24
3
I' m a Gsoc Applier
Hello, I'm a student interested in the syslinux project of Gsoc. And Isincerely hope to have the opportunity to apply the "Dynamic linker/loader for modules" project. But it seems the #syslinux channel is not so active and I can't contact a mentor about that. Could anybody help me? Thank you!
2010 Dec 21
0
[LLVMdev] proposal for improving profile info support
This is a proposal for improving LLVM's support for profile information. Many optimizations can benefit from using that information, especially things like inlining and code placement, but LLVM's current profiling support is not very usable. We should fix that. I've been collecting ideas from other LLVM developers over the last few weeks, and I've put them together here to
2011 Mar 28
2
GSoC 2011 Weighting Schemes
Hi, guys I am Wenjin from Graduate School of Chinese Academy of Science, pursing a master degree and my current research interests including using Data mining and Information retrieve technology to analysis software engineering (SE) data and support SE. I have great interested in "Weight Schemes" project. and in the last few days I have learnt some detail about DFR model family by
2005 Oct 13
19
Unable to find root device. domU??
nic@wuwei:/usr/src/xen/xen-unstable.hg$ sudo xm create breezy -c Using config file "/etc/xen/breezy". Started domain breezy Linux version 2.6.12-xenU (nic@wuwei) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #3 SMP Thu Oct 13 14:56:20 NZDT 2005 kernel direct mapping tables upto 10000000 @ 568000-5ea000 Built 1 zonelists Kernel command line: root=/dev/sda1 ro 4 lockd.udpport=32768
2016 Mar 22
0
GSoc Proposal - Improving Coverage Reports
Hello, I am currently working on LLVM as a placement student for a year and would love to continue to do so after my placement ends. GSoc seems like an excellent opportunity for this. After looking at the open projects page, I would like to propose working on improving coverage reports. http://llvm.org/OpenProjects.html#coverage Is this project ideal for GSoc and if so, will there be a mentor
2008 Mar 19
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
I would like to see: (1) LLVM testsuite run every night for all targets, target variants and operating systems, for example by using an emulator to emulate targets for which the hardware is not available. The gcc project has a compile farm which might be usable for this, but we would need to ask them if it is ok. (2) Likewise for the gcc testsuite, with results emailed to the nightly test
2008 Apr 28
0
[LLVMdev] GSoC: Improving nightly tester
hi all, As a part of GSoC 2008 project, I am improving the llvm nightly tester. Now I am in the process of understanding the nightly tester source[1] together with its documentation[2](of course which I am planning to improve). I will ask any thing that need to clarify from the list. Thanks! -Rajika [1] - http://llvm.org/viewvc/llvm-project/nightly-test-server/trunk/ [2] -
2011 Apr 11
1
GSoC - Improving Spelling Correction
Hi Everyone, I?m a student in Peking University, China, my name is Xiaobing Liu, I?m interest in Spelling correction project. I think Xapian?s Spelling correction is based on edit distance with trusted dictionary. I have some questions about the spelling correction algorithm. 1. The Spelling correction algorithm depends on which dictionary, the dictionary in inverted index or other
2008 Mar 19
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
> Just my two cents. From time to time I'm testing LLVM via > compiling & running such big beasts as Qt and Mozilla. Also, > at 2.0 time I tried to compile & test bunch of software from > KDE and many others. I tried to compile the 3D game engine "darkplaces" with llvm-gcc 4.2, but the produced binary didn't work. However, I didn't find out how debug
2008 Mar 20
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
While on the subject of the testsuite, some random thoughts: - show how test results changed from one week and one month ago, and compared to the last release, rather than just comparing with the previous run as now. Good for spotting trends. - fix the testsuite so that buildlogs are really available: I occasionally see that a nightly tester failed the build, and in the message it gives a url
2008 Mar 19
2
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
Hello, Everyone > Tests that run a *lot* of complicated code would test the correctness of > the compiler. Think code written by crazy people that does crazy things; Just my two cents. From time to time I'm testing LLVM via compiling & running such big beasts as Qt and Mozilla. Also, at 2.0 time I tried to compile & test bunch of software from KDE and many others. They cannot
2008 Mar 19
3
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
On Mar 19, 2008, at 1:39 AM, Duncan Sands wrote: > I would like to see: > > (1) LLVM testsuite run every night for all targets, target variants > and > operating systems, for example by using an emulator to emulate targets > for which the hardware is not available. The gcc project has a > compile > farm which might be usable for this, but we would need to ask them
2011 Mar 23
0
[LLVMdev] GSOC Project Proposal: Profile-guided optimizations
Hi! My name is Gratian and I would like to participate to GSOC 2011. I'm interested in profile-guided optimizations, and I want to implement two optimizations that can bring tangible benefits for most applications: profile-guided function inlining and basic block positioning. Inlining can be greatly improved if we take into consideration how many times the function we want to inline was
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.
2008 Mar 30
0
[LLVMdev] [Proposal] GSoC 2008 project proposal for improving the llvm-test testsuite
Hi, sounds like a nice project. Some comments below. > *1. Project title:* > Extend the llvm-test testsuite to include new programs and benchmaraks[1], benchmaraks -> benchmarks > and give a web service interface to run a test build remotely. Also, this is not a title, it is a summary. How about calling it: "Improve the llvm testsuite" > *2. Abstract:* > LLVM[2]
2008 Mar 25
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
Another suggestion: a web service that would allow you to submit a test build and it would provide you feedback on deviations from known good for that target. I know a lot of people keep two trees around for this purpose, and I'd personally like to ditch the duplicate if I could. -- Chris On Mar 21, 2008, at 9:22 PM, Rajika Kumarasiri wrote: > Hello every body, > Thank you all
2009 Apr 01
2
Improving Testing Infrastructure using an abstraction driven Framework - GSOC
Hi. The following is my idea for Improving Testing Infrastructure for the Google Summer of Code Program. Please do let me know if anything is vague or anything needs to be improved. * A framework which provides abstractions for the different protocols that an application uses, is always helpful in a testing process since a Test Engineer need not bother about the implementation of the Protocol.