Displaying 7 results from an estimated 7 matches for "x86geninstrnames".
2011 May 18
1
[LLVMdev] cygwin build broken (X86ISelDAGToDAG.cpp: ‘LOCK_OR8mi’ is not a member of ‘llvm::X86’)
...n you try a clean build to make sure there's not a missing dependency somewhere if so?
>>
>> Still seeing this. I'm fully synced. I nuked my build directory. Ran
>> configure --enable-optimized. Ran make. Same problem.
>
> What does your <build>/lib/Target/X86/X86GenInstrNames.inc file look like? Are the LOCK_OR* bits in there?
User error! I had previously run CMake in the source directory, and it
left turd files scattered everywhere (including a turd
X86GenInstrNames.inc alongside X86.h). For some reason, 'svn status' is
lying to me about what's under versi...
2011 May 17
0
[LLVMdev] cygwin build broken (X86ISelDAGToDAG.cpp: ‘LOCK_OR8mi’ is not a member of ‘llvm::X86’)
...still seeing this? Can you try a clean build to make sure there's not a missing dependency somewhere if so?
>
> Still seeing this. I'm fully synced. I nuked my build directory. Ran
> configure --enable-optimized. Ran make. Same problem.
What does your <build>/lib/Target/X86/X86GenInstrNames.inc file look like? Are the LOCK_OR* bits in there?
After last night I'd also expect you'd be missing LOCK_XOR* and LOCK_AND*?
-eric
2011 May 17
2
[LLVMdev] cygwin build broken (X86ISelDAGToDAG.cpp: ‘LOCK_OR8mi’ is not a member of ‘llvm::X86’)
On 5/17/2011 2:58 AM, Eric Christopher wrote:
> On May 14, 2011, at 3:08 AM, Eric Niebler wrote:
>
>> Just a heads up that the llvm build appears to be broken on cygwin. I
>> haven't investigated, but here's the failures:
>>
>> llvm[3]: Compiling X86ISelDAGToDAG.cpp for Release+Asserts build
>>
2004 Oct 08
0
[LLVMdev] RE: MinGW Tablegen
...X86InstrInfo.td
llvm\lib\Target\X86\X86RegisterInfo.td llvm\lib\Targe
t\Target.td
d:/home/arathorn/sandbox/llvm/tblgen.exe: Record 'X86' does not have a
field named 'AssemblyWriter!
d:/home/arathorn/sandbox/llvm/tblgen.exe -gen-instr-enums -I
llvm\lib\Target\X86 -o tablegen_includes\X86GenInstrNames.i
nc llvm\lib\Target\X86\X86.td llvm\lib\Target\X86\X86InstrInfo.td
llvm\lib\Target\X86\X86RegisterInfo.td llvm\lib\Target
\Target.td
d:/home/arathorn/sandbox/llvm/tblgen.exe: Record 'X86' does not have a
field named 'AssemblyWriter!
---
Paolo Invernizzi
Henrik Bach wrote:
> Hi
&...
2008 Jul 20
2
[LLVMdev] What happened to XCHG_rr?
Hi, guys,
What is the opcode of the instruction to swap two registers in X86?
After updating my LLVM branch, I realized that there is no longer an
opcode for xchg with two register operands in X86GenInstrNames.inc. I
found only instructions to swap memory and registers: XCHG16rm, XCHG32rm,
XCHG64rm and XCHG8rm.
I am updating from LLVM 2.1 to current trunk. The names that I was using
in LLVM 2.1 were: XCHG8rr, XCHG16rr, XCHG32rr and XCHG64rr.
Ps.: Evan, thank you for answering the question about IMPL...
2004 Oct 07
2
[LLVMdev] RE: MinGW Tablegen
Hi
As requested from Paolo, I've sent him the tablegen tool. The tool is able
to compile the td files (given in the makefile) on windows without any
complaints.
Henrik
>From: Paolo Invernizzi <arathorn at fastwebnet.it>
>Date: Thu, 7 Oct 2004 14:27:11 +0200
>
>Hi Henrik,
>
>As you may remember, I'm trying to use the LLVM core tools under Visual
>Studio.
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
....\lib\Target\Target.td -o ..\..\tablegen_includes\X86GenRegisterInfo.inc
> ..\tools\TableGen.exe -gen-instr-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\X86GenInstrNames.inc
> ..\tools\TableGen.exe -gen-instr-desc -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\X86GenInstrInfo.inc
> ..\tools\TableGen.exe -gen-asm-writer -I ..\...