Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
llvm
/
lib
/
Target
/
Sparc
/
Disassembler
/
SparcDisassembler.cpp
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
f42454b
Move the global variables representing each Target behind accessor function
by Mehdi Amini
· 9 years ago
52adb57
This change adds co-processor condition branching and conditional traps to the Sparc back-end.
by Chris Dewhurst
· 10 years ago
053826a
The patch adds missing registers and instructions to complete all the registers supported by the Sparc v8 manual.
by Chris Dewhurst
· 10 years ago
829b104
Reverting breaking change. Sorry.
by Chris Dewhurst
· 10 years ago
9c3bf91
Reviewed at reviews.llvm.org/D17133
by Chris Dewhurst
· 10 years ago
f57c197
Reflect the MC/MCDisassembler split on the include/ level.
by Benjamin Kramer
· 10 years ago
726e624
[SPARCv9] Add support for the rdpr/wrpr instructions.
by Joerg Sonnenberger
· 10 years ago
3994be8
[Sparc] Implement i64 load/store support for 32-bit sparc.
by James Y Knight
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
24060be
Sparc: Add the "alternate address space" load/store instructions.
by James Y Knight
· 10 years ago
807563d
Add support for the Sparc implementation-defined "ASR" registers.
by James Y Knight
· 10 years ago
3de83e4
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
by Pete Cooper
· 10 years ago
e9119e4
MC: Modernize MCOperand API naming. NFC.
by Jim Grosbach
· 10 years ago
9160e78
[Sparc] Really add sparcel architecture support.
by Douglas Katzman
· 10 years ago
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
· 11 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