Displaying 6 results from an estimated 6 matches for "stryjewski".
2002 Sep 22
2
[LLVMdev] Accessing constant indexes in GetElementPtr
Ok. Let's say I have a GetElementPtrInst that is used to access structure
elements. In this case the indexes will be constants and I want to get the
constant values as an a native C int.
Now I can iterate over all the indexes with idx_begin(). I can cast
all of the indexes to a ConstantIntegral. However, I cannot cast the
indexes to a ConstantSInt or ConstantUInt (cast<> throws an
2002 Sep 23
2
[LLVMdev] Accessing constant indexes in GetElementPtr
> Also sprach Wojciech Stryjewski:
> } Ok. Let's say I have a GetElementPtrInst that is used to access
> structure
> } elements. In this case the indexes will be constants and I want
> to get the
> } constant values as an a native C int.
> }
> } Now I can iterate over all the indexes with idx_begin(). I can...
2002 Sep 23
0
[LLVMdev] Accessing constant indexes in GetElementPtr
Also sprach Wojciech Stryjewski:
} Ok. Let's say I have a GetElementPtrInst that is used to access structure
} elements. In this case the indexes will be constants and I want to get the
} constant values as an a native C int.
}
} Now I can iterate over all the indexes with idx_begin(). I can cast
} all of the indexes to a Co...
2002 Dec 08
1
[LLVMdev] Building 'as' for Olden
On Sun, 8 Dec 2002, Chris Lattner wrote:
> Olden itself doesn't need it. _Compiling_ Olden requires the assembler to
> turn llvm .s files into llvm .o files. Why not just use the bytecode
> files that Misha posted?
Right now I can't even get the LLVM assembly file to produce from Olden.
The bytecodes that Misha posted are some ancient Olden version that
doesn't work
2002 Dec 08
1
[LLVMdev] Problems with Olden
I've also been trying to compile the Olden benchmarks in
/test/Programs/MultiSource/Olden-* but to no effect.
I just did a full CVS update -d on the llvm tree but when I try compiling
say Olden-bh I get this error:
gmake: *** No rule to make target `Output/args.rbc', needed by
`Output/bh.linked.rbc'. Stop.
We've also tried downloading the Olden benchmarks directly from the URL
2002 Dec 08
2
[LLVMdev] Building 'as' for Olden
What exactly does Olden require from 'as'. I can't build the entire 'as'
because there's no more disk space left.
Wojciech