Displaying 4 results from an estimated 4 matches for "theprogram".
2004 Oct 06
1
[LLVMdev] generating function declarations in c frontend
...llvm_function *dbg_stoppoint_fn = llvm_function_new(ptrToStructTy,
"llvm.dbg.stoppoint");
llvm_argument *arg = llvm_argument_new(structTy, "foo");
llvm_ilist_push_back(llvm_value, dbg_stoppoint_fn->Arguments, arg);
/* line # 548 */
llvm_ilist_push_back(llvm_global, TheProgram.Globals, dbg_stoppoint_fn);
This doesn't compile, but at first glance I'm not sure why, since I
see in other places an llvm_argument being created then added to the
Arguments list in the exact same way.
../../src/gcc/llvm-expand.c:548: warning: initialization from
incompatible pointe...
2004 Oct 07
2
re:re:help
yes used rpm- 20040914-1fc1winehq... i do the rpm -ivh
when i goto install say a windows exe i type wine " theprogram exe" and it goes thur a what seems to be a instlal of fonts then stops and redhat crashes yes it crashes.. locks rite up on me ...i have no clue what else to do i try a rpm -e program name and nuffin there to uninstall
how did you install it ? by rpms ?
I install wine on fedora core 2 with...
2011 Mar 23
0
[LLVMdev] Range Analysis GSoC 2011 Proposal
...Kit is working with the version of LLVM
that you're using.
>
>
> Biograph
Biography
>
> I am currently a third year Computer Science student at theFederal
> University of Minas Gerais <http://www.dcc.ufmg.br/dcc/>, Brazil, and
> I work as a research assistant at theProgramming Languages Lab
> <http://www2.dcc.ufmg.br/laboratorios/llp/>(LLP), in that university.
You might want to state more explicitly whether you're an undergraduate
or graduate student. I'm guessing your an undergraduate but am not sure.
>
> I believe I am a good candidate...
2011 Mar 23
3
[LLVMdev] Range Analysis GSoC 2011 Proposal
Dear LLVM community,
I would like to contribute to LLVM in the Google Summer of Code project. My
proposal is listed below. Please let me know your comments.
Adding Range Analysis to LLVM
Abstract
The objective of this work is patch our implementation of range analysis
into LLVM. I have a running implementation of range analysis in LLVM, but it
is not currently part of the main distribution. I