Displaying 2 results from an estimated 2 matches for "mcinstranalysis".
2012 Sep 25
2
[LLVMdev] Distinguish variadic register defines/uses in MCInstrDesc?
Hello,
I'm currently working on a rich disassembler for some ARM/Thumb environment.
I wanted to keep most classes independent of the architecture, so I use
MCInstrInfo and MCInstrAnalysis to find branch instructions (and other
instructions writing to the program counter) and to differentiate between
register definitions and uses to track all instructions the branch depends on.
This works well for most cases, except if there are Thumb pop instructions
involved.
Pop has a variabl...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ease+Asserts build
llvm[2]: Compiling MCInstPrinter.cpp for Release+Asserts build
llvm[3]: Compiling SyntaxHighlighting.cpp for Release+Asserts build
llvm[3]: Compiling PDBInterfaceAnchors.cpp for Release+Asserts build
llvm[3]: Compiling PDBSymDumper.cpp for Release+Asserts build
llvm[2]: Compiling MCInstrAnalysis.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMDebugInfoDWARF.a
make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/DebugInfo/DWARF'
make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/IRReader'
llvm[3]: Compiling PDBS...