search for: alphacodeemitter

Displaying 5 results from an estimated 5 matches for "alphacodeemitter".

2005 Oct 24
2
[LLVMdev] [patch] Fix problems with build LLVM using gcc 4.1.0 (gcc CVS mainline)
...tter.o] Error 1 Problem in including SparcV8GenCodeEmitter.inc: namespace llvm { ... #include "SparcV8GenCodeEmitter.inc" } // end llvm namespace But SparcV8GenCodeEmitter.inc generated with namespace llvm { ... } // end llvm namespace 2) Same error but some diff. problem with AlphaCodeEmitter.cpp and PPCCodeEmitter.cpp: GCC don't like definition member-functions in global namespace with declaration in llvm::<unnamed> : 3) Patch suggested in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20051017/028898.html move END_WITH_NULL to before function name. Vladi...
2005 Oct 24
0
[LLVMdev] [patch] Fix problems with build LLVM using gcc 4.1.0 (gcc CVS mainline)
...p for Debug build > /usr/home/wanderer/pkg/build/llvm/obj/lib/Target/SparcV8/SparcV8GenCodeEmitter.inc:11: > error: definition of 'unsigned int Patch applied: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20051017/028993.html > 2) Same error but some diff. problem with AlphaCodeEmitter.cpp and > PPCCodeEmitter.cpp: > > GCC don't like definition member-functions in global namespace with > declaration in llvm::<unnamed> : Can you try this patch and see if it works? I'd rather not put the entire file in namespace scope like V8: Index: AlphaCodeEmitte...
2005 Oct 24
2
[LLVMdev] [patch] Fix problems with build LLVM using gcc 4.1.0(gcc CVS mainline)
>> 2) Same error but some diff. problem with AlphaCodeEmitter.cpp and >> PPCCodeEmitter.cpp: >> >> GCC don't like definition member-functions in global namespace with >> declaration in llvm::<unnamed> : Sorry for wrong comment. Must be: GCC 4.1.0 don't like definition member-functions in llvm namespace with declarati...
2005 Oct 24
0
[LLVMdev] [patch] Fix problems with build LLVM using gcc 4.1.0(gcc CVS mainline)
On Mon, 24 Oct 2005, Vladimir A. Merzliakov wrote: >>> 2) Same error but some diff. problem with AlphaCodeEmitter.cpp and >>> PPCCodeEmitter.cpp: >>> >>> GCC don't like definition member-functions in global namespace with >>> declaration in llvm::<unnamed> : > > Sorry for wrong comment. > Must be: > GCC 4.1.0 don't like definition member-functio...
2009 May 28
0
[LLVMdev] JITCodeEmitter patch - up for comments
...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 JITCodeEmitter. lib/ExecutionEngine/JIT/JIT.h lib/ExecutionEngine/JIT/JIT.cp...