| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 99097
|
|
|
|
|
|
| |
format a size_t.
llvm-svn: 98819
|
|
|
|
| |
llvm-svn: 98394
|
|
|
|
| |
llvm-svn: 94378
|
|
|
|
|
|
|
|
|
|
|
| |
missing ones are libsupport, libsystem and libvmcore. libvmcore is
currently blocked on bugpoint, which uses EH. Once it stops using
EH, we can switch it off.
This #if 0's out 3 unit tests, because gtest requires RTTI information.
Suggestions welcome on how to fix this.
llvm-svn: 94164
|
|
|
|
|
|
| |
static inline functions with macros.
llvm-svn: 91973
|
|
|
|
|
|
| |
because the Visual C++ build does not build .c files as C99
llvm-svn: 91935
|
|
|
|
|
|
|
|
| |
Made LEA memory operands emit only 4 MCInst operands.
Made the scale operand equal 1 for instructions that have no
SIB byte.
llvm-svn: 91919
|
|
|
|
|
|
| |
path. Fixes CMake build
llvm-svn: 91908
|
|
|
|
|
|
| |
with symbols in AuroraUX's global namespace.
llvm-svn: 91879
|
|
|
|
| |
llvm-svn: 91878
|
|
|
|
|
|
| |
X86 codegen that were causing circular symbol dependencies.
llvm-svn: 91871
|
|
|
|
| |
llvm-svn: 91778
|
|
|
|
|
|
| |
defines dprintf in stdio.h
llvm-svn: 91775
|
|
|
|
| |
llvm-svn: 91754
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
incarnations), integrated into the MC framework.
The disassembler is table-driven, using a custom TableGen backend to
generate hierarchical tables optimized for fast decode. The disassembler
consumes MemoryObjects and produces arrays of MCInsts, adhering to the
abstract base class MCDisassembler (llvm/MC/MCDisassembler.h).
The disassembler is documented in detail in
- lib/Target/X86/Disassembler/X86Disassembler.cpp (disassembler runtime)
- utils/TableGen/DisassemblerEmitter.cpp (table emitter)
You can test the disassembler by running llvm-mc -disassemble for i386
or x86_64 targets. Please let me know if you encounter any problems
with it.
llvm-svn: 91749
|
|
llvm-svn: 89850
|