[llvm-commits] [www-pubs] r163080 - /www-pubs/trunk/pubs.js

Will Dietz wdietz2 at illinois.edu
Sat Sep 1 22:36:59 PDT 2012


That's what I was seeing too.

Fixed in r163084 by adding another 20 pixels to the hardcoded image size.

FWIW apparently the charts image API was deprecated in April 2012[1],
but if I'm reading this right it's not terminated until 2015.

~Will

[1] http://googledevelopers.blogspot.com/2012/04/changes-to-deprecation-policies-and-api.html

On Sat, Sep 1, 2012 at 11:35 PM, Sean Silva <silvas at purdue.edu> wrote:
> What's up with the 2012 bar of the chart getting cut off on this page?
> Attached is what I'm seeing.
>
> --Sean Silva
>
> On Sat, Sep 1, 2012 at 10:03 PM, Will Dietz <wdietz2 at illinois.edu> wrote:
>> Author: wdietz2
>> Date: Sat Sep  1 21:03:20 2012
>> New Revision: 163080
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=163080&view=rev
>> Log:
>> Fix few ordering mistakes in publications listing.
>>
>> Modified:
>>     www-pubs/trunk/pubs.js
>>
>> Modified: www-pubs/trunk/pubs.js
>> URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=163080&r1=163079&r2=163080&view=diff
>> ==============================================================================
>> --- www-pubs/trunk/pubs.js (original)
>> +++ www-pubs/trunk/pubs.js Sat Sep  1 21:03:20 2012
>> @@ -10,6 +10,14 @@
>>      year: 2012,
>>    },
>>
>> +  { url: "https://www.usenix.org/conference/usenixfederatedconferencesweek/addresssanitizer-fast-address-sanity-checker",
>> +    author: "Konstantin Serebryany, Derek Bruening, Alexander Potapenko, Dmitry Vyukov",
>> +    title: "AddressSanitizer: A Fast Address Sanity Checker",
>> +    published: "Proc. of the 2012 USENIX Annual Technical Conference",
>> +    month: 6,
>> +    year: 2012,
>> +  },
>> +
>>    { url: "2012-05-13-InPar-ispc.html",
>>      author: "Matt Pharr and William R. Mark",
>>      title: "ispc: A SPMD Compiler for High-Performance CPU Programming",
>> @@ -26,14 +34,6 @@
>>      year: 2012,
>>    },
>>
>> -  { url: "https://www.usenix.org/conference/usenixfederatedconferencesweek/addresssanitizer-fast-address-sanity-checker",
>> -    author: "Konstantin Serebryany, Derek Bruening, Alexander Potapenko, Dmitry Vyukov",
>> -    title: "AddressSanitizer: A Fast Address Sanity Checker",
>> -    published: "Proc. of the 2012 USENIX Annual Technical Conference",
>> -    month: 6,
>> -    year: 2012,
>> -  },
>> -
>>    { url: "http://systems.cs.columbia.edu/files/wpid-peregrine-sosp11.pdf",
>>      author: "Heming Cui, Jingyue Wu, John Gallagher, Huayang Guo, Junfeng Yang",
>>      title: "Efficient Deterministic Multithreading through Schedule Relaxation",
>> @@ -58,14 +58,6 @@
>>      year: 2011,
>>    },
>>
>> -  { url: "http://llvm-md.org/pldi.pdf",
>> -    author: "Jean-Baptiste Tristan, Paul Govereau, Greg Morrisett",
>> -    title: "Evaluating Value-Graph Translation Validation for LLVM",
>> -    published: "ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
>> -    month: 6,
>> -    year: 2011,
>> -  },
>> -
>>    { url: "http://www.hipeac.net/system/files?file=standaloneopencl.pdf",
>>      author: "Pekka Jääskeläinen, Carlos S. de La Lama, Pablo Huerta, and Jarmo Takala",
>>      title: "OpenCL-based Design Methodology for Application-Specific Processors",
>> @@ -74,6 +66,14 @@
>>      year: 2011,
>>    },
>>
>> +  { url: "http://llvm-md.org/pldi.pdf",
>> +    author: "Jean-Baptiste Tristan, Paul Govereau, Greg Morrisett",
>> +    title: "Evaluating Value-Graph Translation Validation for LLVM",
>> +    published: "ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
>> +    month: 6,
>> +    year: 2011,
>> +  },
>> +
>>    { url: "http://liberty.princeton.edu/Publications/index.php?abs=1&setselect=pldi11_cuda",
>>      author: "Thomas B. Jablin, Prakash Prabhu, James A. Jablin, Nick P. Johnson, Stephen R. Beard, and David I. August",
>>      title: "Automatic CPU-GPU Communication Management and Optimization",
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list