Displaying 20 results from an estimated 300 matches similar to: "[LLVMdev] RE: Ticket #7559: FW: Bradfields/PCJF-10959"
2003 Oct 23
0
[LLVMdev] RE: Ticket #7559: FW: Bradfields/PCJF-10959
Sorry for that last message, it was intended for llvm at cs instead of
llvmdev at cs.
--Vikram
http://www.cs.uiuc.edu/~vadve
> -----Original Message-----
> From: Vikram S. Adve [mailto:vadve at cs.uiuc.edu]
> Sent: Thursday, October 23, 2003 1:55 PM
> To: 'Nate Fyie'
> Cc: 'LLVM Developers List'
> Subject: RE: Ticket #7559: FW: Bradfields/PCJF-10959
>
>
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
On Mon, 7 Nov 2005, Bill Wendling wrote:
> What's the config.log from this run?
its attached.
-Tanya
>
> -bw
>
> On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote:
>>
>> Following the instructions here:
>> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>>
>> I get an error running configure in the llvm-test directory.
>>
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here:
http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
I get an error running configure in the llvm-test directory.
./configure
--with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
--with-f2c=/home/vadve/shared/localtools/sparc
--with-llvmsrc=/localhome/tbrethou/llvm
--with-llvmobj=/localhome/tbrethou/llvm
Error:
[cut lots of config output]
checking
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg
----- Original Message -----
From: "Chris Lattner" <sabre at nondot.org>
To: <llvmdev at cs.uiuc.edu>
Sent: Wednesday, June 23, 2004 4:05 PM
Subject: Re: [LLVMdev] weird issue with mem2reg
> On Wed, 23 Jun 2004, Patrick Meredith wrote:
>
> > MetaSplit is an anlysis I just finished writing. It doesn't alter
anything,
> > all it does is build a set of
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg
MetaSplit is an anlysis I just finished writing. It doesn't alter anything,
all it does is build a set of "program instructions". For some reason even
though if I run it with any other combination of passes I've found, anytime
I run it with mem2reg I get a seg fault in dyn_cast! Here's output:
Starting program:
/mounts/zion/disks/0/localhome/pmeredit/llvm/tools/Debug/opt
2004 Jun 23
2
[LLVMdev] weird issue with mem2reg
On Wed, 23 Jun 2004, Patrick Meredith wrote:
> MetaSplit is an anlysis I just finished writing. It doesn't alter anything,
> all it does is build a set of "program instructions". For some reason even
> though if I run it with any other combination of passes I've found, anytime
> I run it with mem2reg I get a seg fault in dyn_cast! Here's output:
>
>
2001 Nov 28
1
Signal 11 while compiling wine...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all.
Yesterday I updated my version of wine from cvs. Now, when I try to
compile I receive a signal 11 error.
The message is as follows:
make[2]: Leaving directory `/localhome/emmebi/wine/dlls/lzexpand'
make[2]: Entering directory `/localhome/emmebi/wine/dlls/version'
make[2]: `libversion.so' is up to date.
make[2]: Leaving
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run?
-bw
On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote:
>
> Following the instructions here:
> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>
> I get an error running configure in the llvm-test directory.
>
> ./configure
> --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
>
2010 Aug 23
3
[LLVMdev] Problem cross-compiling llvm-gcc for AIX-PowerPC
Compiling llvm-gcc on an x86 machine with
--target=powerpc-ibm-aix5.1.0.0, I get the following error:
make \
CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition
-Wmissing-format-attribute " \
CONFIG_H="config.h auto-host.h
2005 Feb 25
0
[LLVMdev]Linker error building (modified) lli
Linking lli debug executable (without symbols)
/mounts/zion/disks/0/localhome/pmeredit/llvm/lib/Debug/lli-interpreter.o(.te
xt+0x643a): In function
`llvm::Interpreter::callExternalFunction(llvm::Function*,
std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> >
const&)':
/localhome/pmeredit/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.c
pp:98: undefined
2005 Nov 03
0
[LLVMdev] llvm-test configure problem
Tanya Lattner wrote:
>
> Following the instructions here:
> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>
> I get an error running configure in the llvm-test directory.
>
> ./configure
> --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
> --with-f2c=/home/vadve/shared/localtools/sparc
> --with-llvmsrc=/localhome/tbrethou/llvm
>
2005 Feb 25
3
[LLVMdev]Linker error building (modified) lli
Hi Patrick,
You need to modify your makefile for building your version of lli so
that it includes the LLVMBCWriter.o library. You can do this with a line
like:
LLVM_LIBS=LLVMBCWriter
if you're using the LLVM Makefile system. Otherwise you just need to
make sure that {Debug,Release}/lib/LLVMBCWriter.o gets added to the link
line.
Reid.
On Thu, 2005-02-24 at 16:37, Patrick Meredith wrote:
2008 Feb 05
1
[LLVMdev] signed integer types still in LLVM 2.1
I didn't 'cause my llvm-gcc just seems to be 4.0:
]$ llvm-gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../llvm-gcc4-1.9.source/configure --prefix=/mounts/zion/disks/0/localhome/tbrethou/llvm-gcc4/obj/../install --enable-llvm=/localhome/tbrethou/llvm --enable-languages=c,c++ --disable-threads
Thread model: single
gcc version 4.0.1 LLVM (Apple Computer, Inc. build
2003 Jun 30
0
[LLVMdev] Autoconf Support
Dear LLVM developers,
I am pleased to announce that the autoconf support has been added to
mainline CVS. This addition allows the LLVM build environment to be
configured via the familiar configure script.
The autoconf support might have some bugs in it, so please report them
if you see them. Also be warned that many files have changed to use
header files that wrap the autoconf
2003 Sep 25
0
FW: [LLVMdev] basic block tracing
Rahul,
Were you talking about tracing in the sense of "profiling" (which Anand
did), or tracing of values as they are computed for debugging generated
code (which I did)?
For tracing of values for debugging, the answer is yes: we insert code
in each BB and print out the values computed in that BB that are live at
the end of the BB (so we don't print out temporaries computed and
2008 Sep 29
1
[LLVMdev] llvm-gcc : why no optimization?
Hi all,
I am a newbie to LLVM and tried experimenting compile a small C program
with it.
This is what I did:
1. Wrote a simple C program with some dead code.
2. compiled it with llvm-gcc. [$ llvm-gcc -emit-llvm -S deadc.c]
3. Fetched it to assembler. [$ llvm-as deadc.s]
4. [$ opt -analyze -ade deadc.s.bc] [Ran without -analyze switch also: $opt
-o final_opt -verify-each -globaldce -f deadc.s]
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Tue, Sep 15, 2009 at 5:35 PM, David Greene <dag at cray.com> wrote:
>
> Remember, the goal here isn't to show how great LLVM is. It's to get an
> honest assessment of where we are at. Phoronix did us a big favor.
> Getting
> more details about his tests would help us even more.
>
It's exactly what I'm trying to do. I'm not even a LLVM
2008 Apr 07
2
[LLVMdev] Problem Linking Analysis Group
Dear All,
I'm having the following problem linking code that defines and uses an
AnalysisGroup.
I have an analysis group defined as follows:
class PoolAllocateGroup {
public:
static char ID;
virtual ~PoolAllocateGroup ();
virtual PA::FuncInfo *getFuncInfo(Function &F);
...
};
... which is then inherited by a ModulePass:
class PoolAllocate : public ModulePass , public
2003 Dec 01
0
No subject
dbad
by samba.anu.edu.au with ESMTP id <S13075824AbQADQ60>;
Wed, 5 Jan 2000 03:58:26 +1100
Received: from avantel by seraph.uunet.ca with UUCP id <155705-27665>; Tue, 4 Jan 2000 11:58:08 -0500
Received: from localhost (localhost [[UNIX: localhost]])
by lewis.avantel.com (8.8.8/8.8.8) id LAA06165
for samba@samba.org; Tue, 4 Jan 2000 11:55:04 -0500
From: "Alex H.
2011 May 12
2
[LLVMdev] Machine Function Pass
I tried
llc -load /localhome/aggarwa4/llvm27/llvm-obj/projects/poolalloc/Debug/lib/libCodegen.so
--help
But this does not show my pass. It says it is an unknown command line argument.
Arushi
On Thu, May 12, 2011 at 11:21 AM, John Criswell <criswell at illinois.edu> wrote:
> On 5/12/11 11:17 AM, Arushi Aggarwal wrote:
>>
>> What is the correct way to register/run a machine