Displaying 20 results from an estimated 24 matches for "booktitle".
2012 Aug 06
1
bibtex::read.bib -- extracting bibentry keys
...it would be nice if bibtex provided some extractor
functions for bibentry fields.
> bib1 <- read.bib("C:/localtexmf/bibtex/bib/timeref.bib")
ignoring entry 'Donoho-etal:1988' (line 40) because :
A bibentry of bibtype ?InCollection? has to correctly specify the
field(s): booktitle
... snipping other similar warnings ...
> length(bib1)
[1] 628
>
> bib2 <- read.bib("W:/texmf/bibtex/bib/timeref.bib")
ignoring entry 'Donoho-etal:1988' (line 57) because :
A bibentry of bibtype ?InCollection? has to correctly specify the
field(s): booktitle
... s...
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},
title={Obfuscator-{LLVM} -- Software Protection for the Masses},
year={2015},
pages={3--9},
doi={10.1109/SPRO.2...
2006 Jan 23
5
Bibtex database design
...sher, year.
# Optional fields: volume or number, series, type, address, edition,
month, note.
validates_presence_of :title, :chapter, :pages, :publisher, :year
end
class InCollection < Publication
# 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. Require...
2013 Apr 15
0
[LLVMdev] Citing LLVM
...aper 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.
>
> C. Lattner and V. Adve. LLVM: A compilation framework for lifelong
> program analysis & transformation.
>
> For sub-projects like Clang and DragonEg...
2007 Apr 12
0
[LLVMdev] Regalloc Refactoring
...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",
PAGES = "25-32",
PUBLISHER = "ACM Press"
}
@InProceedings{Sreedhar99,
AUTHOR = "Vugranam C. Sreedhar and Roy Dz-ching Ju and David M.
Gillies and Vatsa Santhanam",
YEAR = 1999,
TITLE = "Translating out of...
2007 Aug 29
2
[LLVMdev] constructing 'for' statement from LLVM bitcode
...ted 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
http://www.domagoj.info/
http://www.calysto.org/
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
2016 Feb 24
1
Publication : CERE LLVM Based Codelet Extractor and REplayer
...ume={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 International},
pages={1151--1160},
year={2015},
organization={IEEE}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160224/8e125bc6/a...
2003 Nov 06
0
[LLVMdev] Re: [open-analysis] Alias Analysis Design & Implementation and LLVM
...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 construction of sparse data flow evaluation graphs},
Year = {1991}}
@inproceedings{John...
2017 Nov 28
2
Publication LLVM Related Publications Submission
...d 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}
}
2) Piecewise
holistic autotuning of parallel programs with CERE
@article{popov2017piecewise,
title={Piecewise holistic autotuning of
parallel programs with CERE},
author={Popov, Mihail and...
2018 Jan 30
0
Publication LLVM Related Publications Submission
...olistic 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}
> }
>
> 2) Piecewise holistic autotuning of parallel programs with CERE
>
>
> @article{popov2017piecewise,
> title={Piecewise holistic autotuning of paral...
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
...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},
> }
>
> Cheers,
>
> --
> Domagoj Babic
>
> http://www.domagoj.info/
> http://www.calysto.org/
> _______________________________________________
> LLVM Developers mailing lis...
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
...nt
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,
address = {New York},
publisher = {Springer-Verlag},
pages = {37--48}
}
I created an artificial example using the "acid" data so it can be
reproduced by other...
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
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
2003 Nov 06
2
[LLVMdev] Re: [open-analysis] Alias Analysis Design & Implementation and LLVM
On Thu, 6 Nov 2003, Michelle Strout wrote:
> Those of us working on the OpenAnalysis project have been looking at
> LLVM recently (excellent job on the website BTW).
Thanks! I'm just one of the many people who have worked on it though, the
praise belongs to them as much as it does to me. :)
> This includes researchers at Rice, Argonne, and LLNL.
Great!
> John Mellor-Crummey
2006 Dec 20
2
[LLVMdev] Problems with new bytecode format
Hi Reid,
--- Reid Spencer <rspencer at reidspencer.com> wrote:
> On Tue, 2006-12-19 at 17:32 -0800, Roman Levenstein wrote:
> > But since the new llvm-dis cannot disassemble, I cannot use
> > llvm-upgrade, since I need a way to produce an *.ll file.
>
> If you can't do as Bill suggested (get the latest llvm-gcc and
> compile
> it), you can use this approach: