search for: calligraphics

Displaying 17 results from an estimated 17 matches for "calligraphics".

2008 Mar 02
1
everquest 2 error: failed to init zapf calligraphics 801
I received a failed to init zapf calligraphics 801 bold bt error when launching everquest 2, Anyone have any ideas how to resolve? i'm using 0.9.55.
2003 Oct 24
1
\mathcal symbols in R?
Hello, Some time ago, I discovered the possibility of using mathematical symbols for axis labels etc. In order ensure consistency between text and graphics of some paper, I would like to include the calligraphic H (obtained in LaTeX via \mathcal{H}) in several diagrams. Is there any way to do so? Is it in general possible to use further mathematical fonts like \mathbb and \mathbf in R? Best
2016 Mar 23
2
Open Project : Inter-procedural Register Allocation [GSoC 2016]
The pass manager already has support for calligraph connected region IIRC. As for the regmask part, we probably could hack something up in a week or so, but I believe this is not what Vivek had in mind. I think the main challenge of a real inter-procedural register allocator is to change all of the calling convention dynamically and more importantly convey the right information to other tools
2016 Mar 23
0
Open Project : Inter-procedural Register Allocation [GSoC 2016]
*Vivek Pandya* On Wed, Mar 23, 2016 at 10:18 PM, Quentin Colombet <qcolombet at apple.com> wrote: > The pass manager already has support for calligraph connected region IIRC. > If I am not wrong Quentin and Mehdi Amini refers to CallGraphSCCPass.cpp > As for the regmask part, we probably could hack something up in a week or > so, but I believe this is not what Vivek had in
2016 Mar 23
5
Open Project : Inter-procedural Register Allocation [GSoC 2016]
> On Mar 23, 2016, at 2:44 PM, vivek pandya <vivekvpandya at gmail.com> wrote: > > > > Vivek Pandya > > > On Wed, Mar 23, 2016 at 10:18 PM, Quentin Colombet <qcolombet at apple.com <mailto:qcolombet at apple.com>> wrote: > The pass manager already has support for calligraph connected region IIRC. > If I am not wrong Quentin and Mehdi Amini
2009 Sep 12
1
point me in the right direction?
been trying to figure out linux and wine for a few days. its completely new to me. my main goal right now is to get everquest 2 running. When i try to open up the game i get an error msg... failed to init font zapf calligraphic 801 bt. so i downloaded that font, and i am pretty sure i installed it but now when i try to open it i get no response. i'm still getting the same error msg from eq 2.
2016 May 15
2
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
> On May 15, 2016, at 12:43 AM, vivek pandya <vivekvpandya at gmail.com> wrote: > > > > Vivek Pandya > > > On Wed, May 11, 2016 at 9:43 AM, Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote: > >> On May 10, 2016, at 6:06 PM, Hal Finkel <hfinkel at anl.gov <mailto:hfinkel at anl.gov>> wrote: >>
2018 Nov 08
4
LLVM Call Graph may not cover all calls
Hi there, I am working with opt-6.0 and try to generate a call graph of libsndfile, but it seems the call graph doesn't cover all call relationship. Actually, I am doing static analysis on *CVE-2014-8130*, which is a zero division on libtiff/tif_write.c TIFFWriteScanline. (see https://security-tracker.debian.org/tracker/CVE-2014-8130) Theoretically, the main function in
2005 Nov 21
0
[fdo] Inkscape Announces 0.43 Release :: http://www.inkscape.org :: Draw Freely.
November 21, 2005 &mdash; The Inkscape community today releases Inkscape 0.43, an Open Source Scalable Vector Graphics (SVG) drawing tool available for Unix/Linux variants, Mac OS X, and Windows. The focus of this release is on the exciting new features sponsored by Google through their Summer of Code (SoC) program which provided funding for four individuals to contribute to Inkscape. The
2016 Mar 24
0
Open Project : Inter-procedural Register Allocation [GSoC 2016]
> On Mar 23, 2016, at 2:59 PM, Quentin Colombet via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > >> On Mar 23, 2016, at 2:44 PM, vivek pandya <vivekvpandya at gmail.com <mailto:vivekvpandya at gmail.com>> wrote: >> >> >> >> Vivek Pandya >> >> >> On Wed, Mar 23, 2016 at 10:18 PM, Quentin Colombet <qcolombet at
2016 Mar 24
3
Open Project : Inter-procedural Register Allocation [GSoC 2016]
> On Mar 23, 2016, at 6:38 PM, Gerolf Hoflehner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On Mar 23, 2016, at 2:59 PM, Quentin Colombet via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> >>> On Mar 23, 2016, at 2:44 PM, vivek pandya <vivekvpandya at gmail.com
2016 Mar 24
0
Open Project : Inter-procedural Register Allocation [GSoC 2016]
> On Mar 24, 2016, at 11:09 AM, Pete Cooper <peter_cooper at apple.com> wrote: > >> >> On Mar 23, 2016, at 6:38 PM, Gerolf Hoflehner via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >>> >>> On Mar 23, 2016, at 2:59 PM, Quentin Colombet via llvm-dev <llvm-dev at lists.llvm.org
2016 Mar 24
1
Open Project : Inter-procedural Register Allocation [GSoC 2016]
*Vivek Pandya* On Fri, Mar 25, 2016 at 1:30 AM, Pete Cooper <peter_cooper at apple.com> wrote: > > On Mar 24, 2016, at 11:09 AM, Pete Cooper <peter_cooper at apple.com> wrote: > > > On Mar 23, 2016, at 6:38 PM, Gerolf Hoflehner via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > On Mar 23, 2016, at 2:59 PM, Quentin Colombet via llvm-dev <
2016 Mar 23
0
Open Project : Inter-procedural Register Allocation [GSoC 2016]
No need to apologize this thread surely deserved some answers :) From my perspective this project sounds doable. I would expect the register allocation parts to be not too hard: I imagine this being just distilling a new clobber regmask after allocating a function. I would expect the challenging (or annoying) part to get a machine module pass (or a similar mechanism to influence the order in
2016 Mar 23
5
Open Project : Inter-procedural Register Allocation [GSoC 2016]
Apologies: didn't notice how old this thread is before replying. On Tue, Mar 22, 2016 at 5:24 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > Hi Vivek, > > [+CC Matthias, Quentin] > > Inter-procedural register allocation can be a big win, but my estimate > is that it will be challenging to complete within one summer unless > you're already familiar
2016 Mar 24
2
Open Project : Inter-procedural Register Allocation [GSoC 2016]
> On Mar 24, 2016, at 1:00 PM, Pete Cooper via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On Mar 24, 2016, at 11:09 AM, Pete Cooper <peter_cooper at apple.com <mailto:peter_cooper at apple.com>> wrote: >> >>> >>> On Mar 23, 2016, at 6:38 PM, Gerolf Hoflehner via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at
2016 May 11
4
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
> On May 10, 2016, at 6:06 PM, Hal Finkel <hfinkel at anl.gov> wrote: > > > > From: "vivek pandya" <vivekvpandya at gmail.com> > To: "llvm-dev" <llvm-dev at lists.llvm.org>, "Tim Amini Golling" <mehdi.amini at apple.com>, "Hal Finkel" <hfinkel at anl.gov> > Cc: "Quentin Colombet" <qcolombet