Displaying 3 results from an estimated 3 matches for "alphatargetmachine".
2009 May 28
0
[LLVMdev] JITCodeEmitter patch - up for comments
.../Target/ARM/ARMCodeEmitter.cpp
* Parameterized to support JITCodeEmitter and in future
ObjectCodeEmitter
lib/Target/ARM/ARMJITInfo.h
lib/Target/ARM/ARMJITInfo.cpp
* Replaced references to MachineCodeEmitter with JITCodeEmitter.
lib/Target/Alpha/Alpha.h
lib/Target/Alpha/AlphaTargetMachine.h
lib/Target/Alpha/AlphaTargetMachine.cpp
lib/Target/Alpha/AlphaCodeEmitter.cpp
* Parameterized to support JITCodeEmitter and in future
ObjectCodeEmitter
lib/Target/Alpha/AlphaJITInfo.h
lib/Target/Alpha/AlphaJITInfo.cpp
* Replaced references to MachineCodeEmitter with J...
2005 Oct 24
0
[LLVMdev] [patch] Fix problems with build LLVM using gcc 4.1.0 (gcc CVS mainline)
...-FunctionPass *llvm::createAlphaCodeEmitterPass(MachineCodeEmitter &MCE) {
+namespace llvm {
+FunctionPass *createAlphaCodeEmitterPass(MachineCodeEmitter &MCE) {
return new AlphaCodeEmitter(MCE);
}
+}
bool AlphaCodeEmitter::runOnMachineFunction(MachineFunction &MF) {
II = ((AlphaTargetMachine&)MF.getTarget()).getInstrInfo();
If this works, I'll fix Alpha and PPC. I'm suprised though that it
doesn't work and if not, that it only affects these two files. Maybe I
don't understand the issue.
> 3) Patch suggested in
> http://lists.cs.uiuc.edu/pipermail/llvm-c...
2005 Oct 24
2
[LLVMdev] [patch] Fix problems with build LLVM using gcc 4.1.0 (gcc CVS mainline)
Hi!
I have some problems with build current CVS version LLVM using GCC 4.1.0
(GCC CVS mainline version).
1) Build terminate with error:
llvm[3]: Compiling SparcV8CodeEmitter.cpp for Debug build
/usr/home/wanderer/pkg/build/llvm/obj/lib/Target/SparcV8/SparcV8GenCodeEmitter.inc:11:
error: definition of 'unsigned int