search for: inproceedings

Displaying 20 results from an estimated 25 matches for "inproceedings".

2007 Apr 12
0
[LLVMdev] Regalloc Refactoring
> I'm definitely interested in improving coalescing and it sounds like > this would fall under that work. Do you have references to papers > that talk about the various algorithms? Some suggestions: @InProceedings{Budimlic02, AUTHOR = {Zoran Budimlic and Keith D. Cooper and Timothy J. Harvey and Ken Kennedy and Timothy S. Oberg and Steven W. Reeves}, YEAR = "2002", TITLE = "Fast copy coalescing and live-range identification", BOOKTITLE = "PLDI", P...
2015 Jun 08
3
[LLVMdev] Publication -- LLVM-Obfuscator - Software Protection for the Masses
Dear LLVM developers, Here is a quick message announcing yet another academic publication leveraging on LLVM: @INPROCEEDINGS{ieeespro2015-JunodRWM, author={Pascal Junod and Julien Rinaldini and Johan Wehrli and Julie Michielin}, booktitle={Proceedings of the {IEEE/ACM} 1st International Workshop on Software Protection, {SPRO'15}, Firenze, Italy, May 19th, 2015}, editor = {Brecht Wyseur}, publisher = {IEEE},...
2013 Apr 15
0
[LLVMdev] Citing LLVM
On 4/14/13 3:35 PM, Justin Holewinski wrote: > In the past, I've just referenced Chris's CGO 2004 paper when > referring to LLVM: I second that. We at Illinois typically cite Chris's CGO paper. The bibtex is: @InProceedings{LLVM:CGO04, Author = {Chris Lattner and Vikram Adve}, Title = {{LLVM}: A Compilation Framework for Lifelong Program Analysis and Transformation}, Booktitle = CGO, Address = {San Jose, CA, USA}, Month = {Mar}, Year = {2004}, pages = {75--88}, } -- John T....
2007 Aug 29
2
[LLVMdev] constructing 'for' statement from LLVM bitcode
...ndot.org> wrote: > Ok. Note that LLVM can represent irreducible loops. You can handle > this through code duplication. > -Chris If you are willing to invest more effort into a more complicated analysis, in many cases you can even avoid code duplication. See this paper for details: @inproceedings{erosa94taming, author = {Ana M. Erosa and Laurie J. Hendren}, title = {Taming Control Flow: A Structured Approach to Eliminating Goto Statements.}, booktitle = {ICCL}, year = {1994}, pages = {229--240}, } Cheers, -- Domagoj Babic...
2013 Apr 14
2
[LLVMdev] Citing LLVM
In the past, I've just referenced Chris's CGO 2004 paper when referring to LLVM: C. Lattner and V. Adve. LLVM: A compilation framework for lifelong program analysis & transformation. For sub-projects like Clang and DragonEgg, I just cite the URLs: [4] Clang. clang.llvm.org. [5] DragonEgg. dragonegg.llvm.org. I don't know of any canonical references for these. On Sun, Apr 14,
2005 Nov 08
1
Hybrid Monte Carlo algorithm (MCMC)
Hi all, I'm trying to estimate a nested model (purchase decision, cloglog formula, & quantity bought given a purchase, truncated Poisson). Some of the parameters are mixed (6) and 4 are fixed for all the respondent. The simulated ML (500 simulations) method forwards highly correlated estimates. After some research, Hybrid Monte Carlo seems to be a good alternative to estimate the model. I
2007 Apr 14
6
[LLVMdev] Regalloc Refactoring
...u, 12 Apr 2007, Fernando Magno Quintao Pereira wrote: >> I'm definitely interested in improving coalescing and it sounds like >> this would fall under that work. Do you have references to papers >> that talk about the various algorithms? > > Some suggestions: > > @InProceedings{Budimlic02, > AUTHOR = {Zoran Budimlic and Keith D. Cooper and Timothy J. Harvey > and Ken Kennedy and Timothy S. Oberg and Steven W. Reeves}, > YEAR = "2002", > TITLE = "Fast copy coalescing and live-range identification", Yep, this is the one...
2016 Feb 24
1
Publication : CERE LLVM Based Codelet Extractor and REplayer
...for Piecewise Benchmarking and Optimization}, author={Castro, Pablo De Oliveira and Akel, Chadi and Petit, Eric and Popov, Mihail and Jalby, William}, journal={ACM Transactions on Architecture and Code Optimization (TACO)}, volume={12}, number={1}, pages={6}, year={2015}, publisher={ACM} } @inproceedings{popov2015pcere, title={PCERE: Fine-grained parallel benchmark decomposition for scalability prediction}, author={Popov, Mihail and Akel, Chadi and Conti, Florent and Jalby, William and de Oliveira Castro, Pablo}, booktitle={Parallel and Distributed Processing Symposium (IPDPS), 2015 IEEE Interna...
2006 Jan 29
1
Citation of R packages
The bibtex citations provided by citation() do not work all that well in cases where there is no printed document to reference: (1) A version field is needed, as the note field is required for other purposes, currently trying to sort out nuances that cannot be sorted out in the author list (author, compiler, implementor of R version, contributor, ...) and maybe giving a cross-reference to a book
2007 Apr 16
0
[LLVMdev] Regalloc Refactoring
...nando Magno Quintao Pereira wrote: >>> I'm definitely interested in improving coalescing and it sounds like >>> this would fall under that work. Do you have references to papers >>> that talk about the various algorithms? >> Some suggestions: >> >> @InProceedings{Budimlic02, >> AUTHOR = {Zoran Budimlic and Keith D. Cooper and Timothy J. Harvey >> and Ken Kennedy and Timothy S. Oberg and Steven W. Reeves}, >> YEAR = "2002", >> TITLE = "Fast copy coalescing and live-range identification", >...
2003 Nov 06
0
[LLVMdev] Re: [open-analysis] Alias Analysis Design & Implementation and LLVM
...hy. Do you convert from SSA back to a non-SSA LLVM to do the live-variable analysis that you have implemented in the backends? At Argonne one of the application specific analyses we need to perform, activity analysis, has a forward and backward dataflow analysis component. Thanks, Michelle @inproceedings{Choi91, Author = {Jong-Deok Choi and Ron Cytron and Jeanne Ferrante}, Booktitle = {Proceedings of the 18th ACM SIGPLAN-SIGACT symposium on Principles of programming languages}, Location = {Orlando, Florida, United States}, Pages = {55--66}, Publisher = {ACM Press}, Title = {Automatic constru...
2007 Apr 12
8
[LLVMdev] Regalloc Refactoring
Chris Lattner wrote: > On Thu, 12 Apr 2007, David Greene wrote: >> As I work toward improving LLVM register allocation, I've >> come across the need to do some refactoring. > > cool. :) One request: Evan is currently out on vacation until Monday. > This is an area that he is very interested in and will want to chime in > on. Please don't start anything
2017 Nov 28
2
Publication LLVM Related Publications Submission
...papers focus on code isolation applied to perform piecewise compiler optimizations. The code isolation process is performed by CERE, an open source tool based on LLVM. The second paper is an extended version of the first one. 1) Piecewise Holistic Autotuning of Compiler and Runtime Parameters @inproceedings{popov2016piecewise, title={Piecewise Holistic Autotuning of Compiler and Runtime Parameters}, author={Popov, Mihail and Akel, Chadi and Jalby, William and de Oliveira Castro, Pablo}, booktitle={European Conference on Parallel Processing}, pages={238--250}, year={2016}, organization={Springer}...
2018 Jan 30
0
Publication LLVM Related Publications Submission
...rm piecewise > compiler optimizations. > The code isolation process is performed by CERE, an open source tool > based on LLVM. > > The second paper is an extended version of the first one. > > 1) Piecewise Holistic Autotuning of Compiler and Runtime Parameters > > > @inproceedings{popov2016piecewise, > title={Piecewise Holistic Autotuning of Compiler and Runtime > Parameters}, > author={Popov, Mihail and Akel, Chadi and Jalby, William and de > Oliveira Castro, Pablo}, > booktitle={European Conference on Parallel Processing}, > pages={238--250}, &g...
2006 Jan 23
5
Bibtex database design
...# A part of a book having its own title. Required fields: author, title, booktitle, publisher, year. # Optional fields: editor, volume or number, series, type, chapter, pages, address, edition, month, note. validates_presence_of :title, :booktitle, :publisher, :year end class InProceedings < Publication # An article in a conference proceedings. Required fields: author, title, booktitle, year. # Optional fields: editor, volume or number, series, pages, address, month, organization, publisher, note. validates_presence_of :title, :booktitle, :year end Now th...
2007 Aug 26
0
[LLVMdev] constructing 'for' statement from LLVM bitcode
>> It has a section on "structural analysis" that you will find useful. >> >> Why do you want "for statements"? >> > > Thank you for this info, Chris. > I'm doing this 'cause I'm making a backend for a virtual machine > assembly has an instruction which is very similar to 'for' statement. > I know this seems quite
2007 Aug 30
0
[LLVMdev] constructing 'for' statement from LLVM bitcode
...alysis, > in many cases you can even avoid code duplication. See this paper for > details: We implemented this in GCC early on in the days of GIMPLE, and while theoretically it removes code duplication, in practice it made the code take significantly more space and run slower. :) > > @inproceedings{erosa94taming, > author = {Ana M. Erosa and > Laurie J. Hendren}, > title = {Taming Control Flow: A Structured Approach to Eliminating > Goto Statements.}, > booktitle = {ICCL}, > year = {1994}, > pages = {229--240}, >...
2007 Aug 25
2
[LLVMdev] constructing 'for' statement from LLVM bitcode
---- Original message ---- >Date: Fri, 24 Aug 2007 22:23:39 -0700 >From: Chris Lattner <sabre at nondot.org> >Subject: Re: [LLVMdev] constructing 'for' statement from LLVM bitcode >To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > > >On Aug 24, 2007, at 10:07 PM, Seung Jae Lee wrote: > >> Do you have any idea on how I can construct
1997 Dec 02
1
R-alpha: NextMethod in 0.50-a4
...n R this produces a peculiar message about not being able to find the function print.groupedData which happens to be the function that is currently being evaluated. I tried different forms of the call to NextMethod but to no avail. The purpose and design of the groupedData class is described in @InProceedings{ bate:pinh:1997, author = {Douglas M. Bates and Jos\'{e} C. Pinheiro}, title = {Software Design for Longitudinal Data}, editor = {Timothy G. Gregoire}, booktitle = {Modelling Longitudinal and Spatially Correlated Data: Methods, Applications and Future Directions}, year = 1997,...
2005 Apr 23
3
Enhanced version of plot.lm()
I propose the following enhancements and changes to plot.lm(), the most important of which is the addition of a Residuals vs Leverage plot. (1) A residual versus leverage plot has been added, available by specifying which = 5, and not included as one of the default plots. Contours of Cook's distance are included, by default at values of 0.5 and 1.0. The labeled points, if any, are those