Displaying 12 results from an estimated 12 matches for "foopasses".
Did you mean:
foopass
2013 Oct 01
2
[LLVMdev] How to supply a non-default constructor to RegisterPass ?
Folks,
I did read the documentation but I am at a loss still.
I do have the following:
Pass *createFooPass (char *foo1) {
return new FooPass (foo1);
}
static RegisterPass<FooPass> X("foo-pass", "foo", false, true);
Where exactly do I supply the non-default crore in this example ?
Thanks
/Dirk
2013 Oct 05
0
[LLVMdev] How to supply a non-default constructor to RegisterPass ?
On Sep 30, 2013, at 10:11 PM, Dirk Schroetter <dschroetter at googlemail.com> wrote:
> Folks,
>
> I did read the documentation but I am at a loss still.
>
> I do have the following:
>
> Pass *createFooPass (char *foo1) {
> return new FooPass (foo1);
> }
>
> static RegisterPass<FooPass> X("foo-pass", "foo", false, true);
>
2013 May 31
2
imapc - different settings for different namespaces
Originally I was planning on allowing all kinds of mail settings inside namespace {}, including imapc_* settings. But that's a bit difficult to implement (although I think it will happen some day). So for now I was thinking:
imapc foo {
host = imap.foo.com
master_user = foomaster
password = foopass
}
imapc bar {
host = imap.bar.com
...
}
namespace {
prefix = foo/
location =
2015 Aug 21
2
Guidelines for pass initialization?
Does anyone know what the guidelines are supposed to be for properly
initializing a pass? Looking around, we seem to have three styles of
pass registration in use.
INITIALIZE_PASS(...)
INITIALIZE_PASS_BEGIN(...)
INITIALIZE_PASS_DEPENDENCY(...)
...
INITIALIZE_PASS_END(...)
static RegisterPass<FooPass> X(...);
(This is the one encouraged in the docs, but seemingly the least widely
used
2015 Mar 20
0
imapc - different settings for different namespaces
On 05/31/2013 04:21 PM, Timo Sirainen wrote:
> Originally I was planning on allowing all kinds of mail settings inside namespace {}, including imapc_* settings. But that's a bit difficult to implement (although I think it will happen some day). So for now I was thinking:
>
> imapc foo {
> host = imap.foo.com
> master_user = foomaster
> password = foopass
> }
>
2008 Dec 15
2
Replace Domainname in Mail Location
Hello,
I dont fully understand how the domain name replacement in mail_location
takes place.
If I connect to the server using my username as in the text file i can
not access my Maildirs as %d gets not replaced. If i user
username at domain.com the %d is correctly replaced.
But, how would i configure my mail_location, to take the domain part
from the server name i connect to? So i could set
2007 Oct 23
3
Ruby on Rails and Oracle
Hello, I''m having a trouble when I try to connect RoR and Oracle.
I believe that it has something to do with database.yml, this is how my
database.yml looks:
development:
adapter: oci
database: 127.0.0.1:1521/XE
username: system
password: y1984nip0359
host: 127.0.0.1
And this is the Error that i get:
-> http://127.0.0.1:3000/blog
OCIError in BlogController#index
2015 Aug 21
2
Guidelines for pass initialization?
Let me rephrase to make sure I understand. Once we have this settled,
I'll update the comments in the file to summarize and possibly update
the docs.
On 08/21/2015 10:27 AM, Owen Anderson wrote:
> The macro versions should be preferred, as they reduce static initializaters.
Makes sense. But the tradeoff is that they need to be baked into the
list of known passes so that someone knows
2013 Nov 15
0
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
...nical
representation built into the PassManager.
It would have been really useful for part of the work I was doing this
Summer, which involved analyzing different pass combinations for LTO, and I
ended up essentially having text files with a bunch of opt commandline
options and doing "opt `cat foopasses.txt | sed '/^#/d' | tr '\n' ' '`
bar.bc", and communicating with colleagues involved essentially pasting opt
commandline options to each other.
A flexible format would also open the door to later having parameterized
passes (something else I could have used this Summer...
2013 Nov 14
3
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
On Tue, Nov 12, 2013 at 7:24 PM, Sean Silva <silvas at purdue.edu> wrote:
> Could you maybe give an example or two to whet our testing appetite?
It would honestly be simpler for me to write the tests after pulling it in
and point at them. The GoogleMock project has some good examples as well.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 02
17
can''t get rails to connect to mySQL - HELP!!!!!!!!!
Sorry, but this is really NOT as easy as the tutorials/books make out.
I''m really struggling at the first hurdle here. And while I''m not a
programmer by design I do know my way around most stuff. And if I can''t
get this to work I suspect more people will have the same issues. There
seems to be too many variables to address.
I have winXP, I have ruby and rails all
2003 Dec 01
0
No subject
cheers, jerry
---------------------------------------------------------------------
www.valinux.com VA Linux Systems gcarter_at_valinux.com
www.samba.org SAMBA Team jerry_at_samba.org
www.plainjoe.org jerry_at_plainjoe.org
--"I never saved anything for the swim back." Ethan Hawk in Gattaca--
Return-Path: