search for: 368047

Displaying 20 results from an estimated 88 matches for "368047".

2009 May 26
4
[LLVMdev] CVS binutils includes support for plugins, can use the llvm plugin.
...nd all you will need for LTO is to pass -use-gold-plugin while linking :-) Note that you must use the gold linker for -use-gold-plugin to work :-) Cheers, -- Rafael Avila de Espindola Google | Gordon House | Barrow Street | Dublin 4 | Ireland Registered in Dublin, Ireland | Registration Number: 368047
2008 Aug 22
0
[LLVMdev] New llvm-gcc bootstrap failure
...g. > The updates since the last bootstrap (24 hours before): > went from revision 53904 to revision 53950. > > Ciao, > > Duncan. Cheers, -- Rafael Avila de Espindola Google | Gordon House | Barrow Street | Dublin 4 | Ireland Registered in Dublin, Ireland | Registration Number: 368047
2009 Sep 17
2
[LLVMdev] Where should I put libLLVMgold.so??
...v) > *) It works if you call gold directly with it > > > Thanks! > > > > Nan > > > > > Cheers, > -- > Rafael Avila de Espindola > > Google | Gordon House | Barrow Street | Dublin 4 | Ireland > Registered in Dublin, Ireland | Registration Number: 368047 > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090918/ffcfbee0/attachment.html>
2007 Nov 02
4
[LLVMdev] llvm-gcc bootsrtap on ARM
...gcc 3 times from scratch), has someone succeeded is doing a similar bootstrap recently? What version of llvm, llvm-gcc and qemu have you used? Thanks, -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047
2008 Jul 23
6
[LLVMdev] New llvm-gcc bootstrap failure
My nightly tester on x86_64-unknown-linux-gnu failed to bootstrap llvm-gcc today: Comparing stages 2 and 3 Bootstrap comparison failure! ./build/read-rtl.o differs The updates since the last bootstrap (24 hours before): went from revision 53904 to revision 53950. Ciao, Duncan.
2007 Aug 03
4
[LLVMdev] How to access llvm Types from the codegen?
...d to add to the DAG is a flag so that the code generators know that the struct pointer should be computed based on the stack pointer. Thoughts? Thanks, -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047
2007 Jul 18
2
[LLVMdev] How to access llvm Types from the codegen?
...have to add the structure size to the DAG somehow. Suggestions? I prefer option 3, but I would like to know the opinion from other developers. Thanks, -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047
2009 Mar 13
1
[LLVMdev] promotion of return value.
...ng. Do you have an C example where we currently do sign extension and that we would be able to avoid it with your proposal? > Regards > Ali Cheers, -- Rafael Avila de Espindola Google | Gordon House | Barrow Street | Dublin 4 | Ireland Registered in Dublin, Ireland | Registration Number: 368047
2009 Sep 17
2
[LLVMdev] Where should I put libLLVMgold.so??
Hi,all I'm using ubuntu8.04 and I'm installing gold-plugin along with the document of that, After I built the binutils and LLVM with plugin enabling,and I also replace ld with ld-new which supports plugin,I tried to compile a hello world program by this: llvm-gcc -use-gold-plugin a.a b.o -o hello which is similar with the example in the document,it tells me that libLLVMgold.so can not
2009 Sep 17
0
[LLVMdev] Where should I put libLLVMgold.so??
...you check that *) It is the correct cc1 :-) (run llvm-gcc with -v) *) It works if you call gold directly with it > Thanks! > > Nan > Cheers, -- Rafael Avila de Espindola Google | Gordon House | Barrow Street | Dublin 4 | Ireland Registered in Dublin, Ireland | Registration Number: 368047
2009 Sep 17
0
[LLVMdev] Where should I put libLLVMgold.so??
...ine and add the -plugin line. If that does work, the only think I can think of is to run llvm-gcc in gdb and set a breakpoint on the error message. Cheers, -- Rafael Avila de Espindola Google | Gordon House | Barrow Street | Dublin 4 | Ireland Registered in Dublin, Ireland | Registration Number: 368047
2007 Jul 16
2
[LLVMdev] Problem compiling llvm-gcc
> I encountered the same error and the nice people from the llvm > irc-channel suggested the attached patch. It enables compiling llvm-gcc > for me, but i have not yet done any further testing and i also have no > idea if this is the right way to fix the problem. Nice. I will give it a try. I was trying to reduce a test case, but it is a bit hard. I have a cpp that crashes cc1plus,
2007 Aug 03
0
[LLVMdev] How to access llvm Types from the codegen?
...ment of the structure so that we determine the stack location of subsequent arguments. So, any ideas on how to add that information to the DAG? Cheers, -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047
2007 Nov 02
0
[LLVMdev] llvm-gcc bootsrtap on ARM
...ar bootstrap recently? What > version of llvm, llvm-gcc and qemu have you used? > > Thanks, > -- > Rafael Avila de Espindola > > Google Ireland Ltd. > Gordon House > Barrow Street > Dublin 4 > Ireland > > Registered in Dublin, Ireland > Registration Number: 368047 >
2007 Dec 04
0
[LLVMdev] I will be out awhile
...ode or test some patch. I am sorry for disappearing awhile (really, this project is very fun!), but I think this is the best arrangement. See you soon! -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047 -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047
2008 Jan 21
0
[LLVMdev] LLVM build freezes in scratchbox, ARM target
...uld use a patched qemu. Not sure if it is still necessary, but give it a try: http://dev.openbossa.org/trac/mamona/wiki/QEmuInstallationGuide Cheers, -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047
2008 May 30
1
[LLVMdev] implementing PIC for linux x86-64
...if someone had some LLVM specific pointers. For example, from the targets that do have support for PIC, which one is the one to be copied? :-) Cheers, -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047
2008 Jun 19
2
[LLVMdev] [llvm-gcc][patch] Use LDFLAGS from configure
...lvm-gcc in cases where some libraries are in strange places: CPPFLAGS="-I/foo/include" LDFLAGS="-L/foo/lib" configure .... Cheers, -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047 -------------- next part -------------- A non-text attachment was scrubbed... Name: ldflags.patch Type: application/octet-stream Size: 343 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080619/effc5fd8/attachment.obj>
2008 Jun 19
2
[LLVMdev] [llvm-gcc][patch] Use LDFLAGS from configure
...Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > Cheers, -- Rafael Avila de Espindola Google Ireland Ltd. Gordon House Barrow Street Dublin 4 Ireland Registered in Dublin, Ireland Registration Number: 368047
2009 Jul 12
0
[LLVMdev] CVS binutils includes support for plugins, can use the llvm plugin.
...use-gold-plugin while linking :-) > > Note that you must use the gold linker for -use-gold-plugin to work :-) > > Cheers, > -- > Rafael Avila de Espindola > > Google | Gordon House | Barrow Street | Dublin 4 | Ireland > Registered in Dublin, Ireland | Registration Number: 368047 > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >