[GIT] ppl/ppl(master): Fixed book title and capitalization.

Module: ppl/ppl Branch: master Commit: c7077da9f4f885a688f5d86a0d96e01cf92df631 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c7077da9f4f88...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Sat Dec 28 09:46:05 2013 +0100
Fixed book title and capitalization.
---
doc/ppl_citations.bib | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/ppl_citations.bib b/doc/ppl_citations.bib index 9a5bbf9..ca66833 100644 --- a/doc/ppl_citations.bib +++ b/doc/ppl_citations.bib @@ -4583,14 +4583,16 @@ Summarizing:
@Inproceedings{UpadrastaC13, Author = "R. Upadrasta and A. Cohen", - Title = "Sub-polyhedral Scheduling Using (Unit-)Two-variable-per-inequality Polyhedra", - Booktitle = "Proceedings of the 40th Annual {ACM SIGPLAN-SIGACT} Symposium on Principles of Programming Languages, {POPL '13}", + Title = "Sub-Polyhedral Scheduling Using (Unit-)Two-Variable-Per-Inequality + Polyhedra", + Booktitle = "Proceedings of the 40th Annual ACM SIGPLAN-SIGACT Symposium on + Principles of Programming Languages (POPL 2013)", Year = 2013, ISBN = "978-1-4503-1832-7", Address = "Rome, Italy", Pages = "483--496", Publisher = "ACM Press, New York, USA", - Note = "Also published in SIGPLAN Notices, Volume 48, Number 1.", + Note = "Also published in SIGPLAN Notices, Volume 48, Number 1", Abstract = "Polyhedral compilation has been successful in the design and implementation of complex loop nest optimizers and parallelizing compilers. The algorithmic complexity and
participants (1)
-
Roberto Bagnara