search for: get_matcher_implementation

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

2016 Sep 11
2
[Target] AsmParser Error : key functions missing
Hi All, I wrote a very crude and simple AsmParser for my backend. llvm-tablegen also generates asm-matcher .inc file without any error. I have included the .inc file in my class for AsmParser. However, while building llvm, in linking stage for LTO, i am getting error - undefined reference to functions - ComputeAvailableFeatures, MatchInstructionImpl, MatchRegisterName and
2013 Mar 21
0
[LLVMdev] [llvm-mc/AsmParser] Using validateTargetOperandClass in llvm-mc
...8 and174487 by Jim Grosbach as this is something that could be very useful for the mips llvm assembler that I'm working on. In fact, I came up with a similar idea myself a few months ago but I rejected it in the end for one reason only: The MatchKindClass enumerated value is defined inside the GET_MATCHER_IMPLEMENTATION definition which to my mind is a part of the internal matcher implementation that is not safe to use outside generated code. We've seen this happened for the disassembler who's implementation has completely changed without affecting the C++ code. So how safe is it to use these values from...
2013 Jul 17
0
[LLVMdev] eclipse and gdb
Hi Reed, On Jul 17, 2013, at 3:19 AM, Reed Kotler <rkotler at mips.com> wrote: > On 07/16/2013 06:01 PM, Reed Kotler wrote: >> The Eclipse indexer seems to get stuck in the Clang unittests/AST >> > > In Eclipse you can tell it that a given directory is derived, and then it won't try and index it. > > Probably the more complex clang tests are too involved
2013 Jul 17
1
[LLVMdev] eclipse and gdb
...ath settings: add following paths and defines: - /usr/include - /usr/include/c++/4.6 - /usr/include/c++/4.6/x86_64-linux-gnu - /usr/include/x86_64-linux-gnu - GET_REGINFO_MC_DESC, GET_REGINFO_HEADER, GET_REGINFO_TARGET_DESC, GET_ASSEMBLER_HEADER, GET_MATCHER_IMPLEMENTATION - Setup Texteditor Font to Deja Sans Mono or any other font that has same character width for normal and bold text! - Setup dictionary for 'C++ Spell Checker' General spell checker dictionary does not remember words. For debugging, you might want to consider the ...
2013 Jul 17
3
[LLVMdev] eclipse and gdb
On 07/16/2013 06:01 PM, Reed Kotler wrote: > The Eclipse indexer seems to get stuck in the Clang unittests/AST > In Eclipse you can tell it that a given directory is derived, and then it won't try and index it. Probably the more complex clang tests are too involved for the indexer. >>> Hope this helps :) >>> >>> Regards, >>> >>> Tilmann