Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
04b16b51ec2903f1be8a4f9297a24e73b0bbda52
/
llvm
/
lib
/
Target
/
Sparc
/
Disassembler
/
SparcDisassembler.cpp
7fc5b87
Pass an ArrayRef to MCDisassembler::getInstruction.
by Rafael Espindola
· 11 years ago
4aa6bea
Misc style fixes. NFC.
by Rafael Espindola
· 11 years ago
b0c941b
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Sparc edition
by Craig Topper
· 11 years ago
84e68b2
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 11 years ago
a1bc0f5
[MC] Require an MCContext when constructing an MCDisassembler.
by Lang Hames
· 12 years ago
f703132
[Sparc] Add support for decoding 'swap' instruction.
by Venkatraman Govindaraju
· 12 years ago
07d3af2
[Sparc] Add return/rett instruction to Sparc backend.
by Venkatraman Govindaraju
· 12 years ago
4fa2ab2
[Sparc] Add support for decoding jmpl/retl/ret instruction.
by Venkatraman Govindaraju
· 12 years ago
81aae57
[Sparc] Add support for parsing fcmp with %fcc registers.
by Venkatraman Govindaraju
· 12 years ago
484ca1a
[Sparc] Add support to decode negative simm13 operands in the sparc disassembler.
by Venkatraman Govindaraju
· 12 years ago
78df2de
[Sparc] Add support for decoding call instructions in the sparc disassembler.
by Venkatraman Govindaraju
· 12 years ago
fb54821
[Sparc] Add support to disassemble sparc memory instructions.
by Venkatraman Govindaraju
· 12 years ago
0b9debf
[Sparc] Replace (unsigned)-1 with ~OU as suggested by Reid Kleckner.
by Venkatraman Govindaraju
· 12 years ago
2bab98b
[Sparc] Explicitly cast -1 to unsigned to fix buildbot errors.
by Venkatraman Govindaraju
· 12 years ago
dfcccc7
[Sparc] Add initial implementation of disassembler for sparc
by Venkatraman Govindaraju
· 12 years ago