Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] bytecode"
2005 Jul 13
2
[LLVMdev] how to pass message from LLVM IR to bachend code
Hi,
In the directory of lib/CodeGen/SelectionDAG, I cann't find
SelectionDAGISel.cpp. I only have DAGBuilder.cpp and SelectionDAG.cpp.
I don't know why. My edtion is 1.4. Is it because of the edtion
difference? Thanks!
> On Mon, 11 Jul 2005 shding at mtu.edu wrote:
>> I have extended the IR for adding flag. But I just want this flag to
>> pass through the backend
2005 Jan 26
3
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
Hi Jeff and others,
When building the llvm runtime, I always get this error message: 'Can't
destroy file: The process cannot access the file because it is being used by
another process.' The file is destoyed anyway.
I think that the the real error is the path for the file (*/\file.tmp).
However, I can't find the bug in the source. Do you have any clue?:
2005 Jul 11
2
[LLVMdev] how to pass message from LLVM IR to bachend code
Hi:
I have extended the IR for adding flag. But I just want this flag to
pass through the backend machine code. I know there're several passes
like register relocation, schedualing, etc. But I think I just miss the
part which is used to "parser" the LLVM IR to machine code
instructions.
Would you give me some help? Thank you !
> On Sun, 10 Jul 2005 shding at mtu.edu wrote:
2005 Oct 12
2
[LLVMdev] bytecode version
Hi:
For some reason, I changed the files /ByteCode/Writer/Writer.cpp and
/ByteCode/Reader/Reader.cpp and I introduced an new version number 6.
Now I replaced these two changed files with the original ones that are
version 5. And I rebuild the llvm compiler. What make me mad is that
the bytecode produced now is still version 6! Of course the reader
cannot recognize it because the current reader
2004 Dec 10
1
[LLVMdev] Building llvm and cfrontend under cygwin
Hi Chris,
> Also note, LLVM 1.4 will be released in the next few days, so if
waiting is
> an option, you might choose to do so.
Alright, I've got llvm and llvm-gcc from RELEASE_14 cvs and tried
building it under cygwin.
1) The first problem is with llvm in SysUtils.c:
int executeProgram(const char *filename, char *const argv[], char *const
envp[])
{
................
execveTy
2005 Jul 12
0
[LLVMdev] how to pass message from LLVM IR to bachend code
On Mon, 11 Jul 2005 shding at mtu.edu wrote:
> I have extended the IR for adding flag. But I just want this flag to
> pass through the backend machine code. I know there're several passes
> like register relocation, schedualing, etc. But I think I just miss the
> part which is used to "parser" the LLVM IR to machine code
> instructions.
The part of the code
2005 Jan 26
0
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
It looks like what you're getting is a sharing violation. Although, I
don't understand why. The llvm-ar.exe when its building an archive file
always builds it in a temporary. Only when that is complete does it
remove the old one and rename the temporary. Perhaps this is a result of
doing parallel build and the "lib3.tmp" file (that name looks wrong to
me) is being accessed by
2004 Aug 19
4
[LLVMdev] Can't get llvmg++ to work
I'm another new person to LLVM. I can't successfully compile and
execute a simple C++ program. The compiler seems to work, as it
produces a.out and a.out.bc files, but I get a whole bunch of warnings:
WARNING: Found global types that are not compatible:
"struct.std::messages<wchar_t>"* %_ZN9__gnu_cxx10messages_cE
[16 x sbyte]*
2005 Jan 26
1
[LLVMdev] Building the llvm runtime: 'Can't destroy file: Theprocess cannot access the fi
Hi Reid,
I don't think I've initiated a parallel build by this command:
------------------------
make TOOLLINKOPTSB+=-ldbghelp TOOLLINKOPTSB+=-lpsapi
LDFLAGS+='-Wl,--no-keep-memory' -r VERBOSE=1
------------------------
Henrik.
>From: Reid Spencer Date: Wed, 26 Jan 2005 12:05:51 -0800
>
>It looks like what you're getting is a sharing violation. Although, I
2004 Aug 19
0
[LLVMdev] Can't get llvmg++ to work
On Wed, 2004-08-18 at 22:14, Jeff Cohen wrote:
> I'm another new person to LLVM.
Hi Jeff. Welcome.
> I can't successfully compile and
> execute a simple C++ program. The compiler seems to work, as it
> produces a.out and a.out.bc files, but I get a whole bunch of warnings:
>
> WARNING: Found global types that are not compatible:
>
2005 Jun 13
2
[LLVMdev] annotate a value
Hi,
I want to annotate values in llvm, like making a flag for the operands
and result of an instruction for future use. I wonder if there's any
interface to do such a thing? Thanks!
--
Shuhan
2005 Jul 11
2
[LLVMdev] how to pass message from LLVM IR to bachend code
Hi:
I want to pass some message of instructions from LLVM Internal
representation to backend code. For example, I make a flag for some
certain operands of certain instructions. How can it be passed to the
backend instructions? Which programs I should look into? Would someone
give me some idea? Thank you !
--
Shuhan
2005 Oct 18
3
[LLVMdev] Internalize or build broken?
Hi,
I just updated my tree, and when I do a clean rebuild, I get errors
like this:
WARNING: Internalize couldn't load file '/comp_genericeh.lst'!
WARNING: Internalize couldn't load file '/comp_main.lst'!
WARNING: Internalize couldn't load file '/comp_sjljeh.lst'!
WARNING: Internalize couldn't load file '/../gc_exported_symbols.lst'!
It looks like
2005 Sep 05
2
[LLVMdev] a very beginning question
Hi,
Where can I find the main function of llvm compiler in the source file?
Thanks!
--
Shuhan
2005 May 23
2
[LLVMdev] dose anybody have MIPS backend?
As the title. Thank!
--
Shuhan
2005 Sep 05
1
[LLVMdev] a very beginning question
Thank you.
I'm only consider about how the compiler comiles c program to LLVM IR.
I know there should be a scanner, parser, and IR generator. But where
is the main entrance and how about the flow of the process, especially
about the IR generator?
> shding at mtu.edu wrote:
>> Hi,
>> Where can I find the main function of llvm compiler in the source
>> file?
>>
2005 Oct 18
0
[LLVMdev] Internalize or build broken?
On Tue, 18 Oct 2005, Robert L. Bocchino Jr. wrote:
> I just updated my tree, and when I do a clean rebuild, I get errors like
> this:
>
> WARNING: Internalize couldn't load file '/comp_genericeh.lst'!
> WARNING: Internalize couldn't load file '/comp_main.lst'!
> WARNING: Internalize couldn't load file '/comp_sjljeh.lst'!
> WARNING:
2005 Oct 19
1
[LLVMdev] Internalize or build broken?
I also updated the code and did a clean build with VS. I get the following error:
\llvm\include\llvm\Transforms\LinkAllPasses.h(79) : error C2660: 'llvm::createInternalizePass' : function does not take 0 arguments
Is this also related?
Wayne
At 02:45 PM 10/18/2005, you wrote:
>On Tue, 18 Oct 2005, Robert L. Bocchino Jr. wrote:
>>I just updated my tree, and when I do a clean
2005 Oct 12
0
[LLVMdev] bytecode version
On Wed, 12 Oct 2005 shding at mtu.edu wrote:
> For some reason, I changed the files /ByteCode/Writer/Writer.cpp and
> /ByteCode/Reader/Reader.cpp and I introduced an new version number 6.
> Now I replaced these two changed files with the original ones that are
> version 5. And I rebuild the llvm compiler. What make me mad is that
> the bytecode produced now is still version 6! Of
2005 May 30
2
[LLVMdev] help!
Hi,
I have some problems when I use this command: gcc hello.s -o
hello.native(for example) to assembly the native language to a program.
I always got a error message like this :
"gccas: hello.s:3: parse error, unexpected $undefined.
hello.s:3: while reading token: '.' "
I don't know what's wrong here. By the way, when I learned llvm at the
first time, I followed