Displaying 5 results from an estimated 5 matches for "x86genregisternames".
2006 Nov 04
1
[LLVMdev] llvm partly ported to windows
...* Analysis
* AsmParser
* Bytecode
* CBeckend
* Codegen
* ExecutionEngine
* Support
* System
* TableGen
* Target
* Transforms
* VMCore
I would like to compile at least x86 target as well as Fibonacci example
(to test if it really works). In order to do so, I may need some hints:
1) How to generate X86GenRegisterNames.inc required by x86 (or any other
files, if there are any other)
2) Is bugpoint project buildable on windows?
3) Which other tools can be compiled for windows?
Regards,
Žiga Osolin
2006 Nov 04
2
[LLVMdev] llvm partly ported to windows
Hello, Žiga
> I would like to compile at least x86 target as well as Fibonacci example
> (to test if it really works). In order to do so, I may need some hints:
> 1) How to generate X86GenRegisterNames.inc required by x86 (or any other
> files, if there are any other)
It's being built via tablegen
> 2) Is bugpoint project buildable on windows?
Yes.
> 3) Which other tools can be compiled for windows?
All, except lto.
--
With best regards, Anton Korobeynikov.
Faculty of Mathemati...
2007 Sep 05
0
[LLVMdev] Exception Problems
Evan,
> It's trying to find the register class for register #79 and VT #4. You
> can look up 79 from X86GenRegisterNames.inc (it's RDX), VT #4 is
> MVT::i32. So scheduler blows up. This is probably a upstream lowering
> bug.
Yes. Exactly. I've described in bugzilla a reason. Could you please
comment?
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersbur...
2007 Sep 05
1
[LLVMdev] Exception Problems
Hi Anton & Duncan,
When I try to compile on Darwin now, I get this:
$ /Volumes/Gir/devel/llvm/llvm-gcc-4.0.obj/gcc/xgcc <options> -o
eh_alloc.o
Assertion failed: (false && "Couldn't find the register class"),
function getPhysicalRegisterRegClass, file /Volumes/Gir/devel/llvm/
llvm.src/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp, line 269.
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...ntTool"
> CommandLine="mkdir ..\..\tablegen_includes
> ..\tools\TableGen.exe -gen-register-enums -I ..\..\lib\Target\X86 ..\..\lib\Target\X86\X86.td ..\..\lib\Target\X86\X86InstrInfo.td ..\..\lib\Target\X86\X86RegisterInfo.td ..\..\lib\Target\Target.td -o ..\..\tablegen_includes\X86GenRegisterNames.inc
> ..\tools\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target\X86 ..\..\lib\Target\X86\X86.td ..\..\lib\Target\X86\X86InstrInfo.td ..\..\lib\Target\X86\X86RegisterInfo.td ..\..\lib\Target\Target.td -o ..\..\tablegen_includes\X86GenRegisterInfo.h.inc
> ..\tools\TableGen.exe -gen-re...