Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
15732b718bada82b45e78dacd8ebd5401ad1a49b
/
llvm
/
utils
/
TableGen
/
DisassemblerEmitter.cpp
4a86d45
TableGen: Use StringRef instead of const std::string& in return vals.
by Matthias Braun
· 9 years ago
c321e53
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
by Benjamin Kramer
· 9 years ago
28851b6
[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead of accidentally copying to a vector.
by Craig Topper
· 10 years ago
182b057
[TableGen] Improve decoding options for non-orthogonal instructions
by Petr Pavlu
· 10 years ago
618850b
AArch64/ARM64: implement diagnosis of unpredictable loads & stores
by Tim Northover
· 11 years ago
7d4e01c
Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Just skip emitting the table. This way the main function will delete the output file instead of it remaining empty and confusing dependency checks if build is invoked a second time.
by Craig Topper
· 12 years ago
e0e3aef
Add AArch64 as an experimental target.
by Tim Northover
· 13 years ago
635debe
Remove exception handling usage from tblgen.
by Joerg Sonnenberger
· 13 years ago
e6aed13
Write llvm-tblgen backends as functions instead of sub-classes.
by Jakob Stoklund Olesen
· 13 years ago
efc349a
Remove the old-style ARM disassembler, which is no longer used.
by Owen Anderson
· 14 years ago
84c287e
Move TableGen's parser and entry point into a library
by Peter Collingbourne
· 14 years ago
8067df9
Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds predicate checking to the Disassembler.
by James Molloy
· 14 years ago
db4ce60
Fix up r137380 based on post-commit review by Jim Grosbach.
by James Molloy
· 14 years ago
a4043c4
Allow the MCDisassembler to return a "soft fail" status code, indicating an instruction that is disassemblable, but invalid. Only used for ARM UNPREDICTABLE instructions at the moment.
by Owen Anderson
· 14 years ago
e0152a7
Replace the existing ARM disassembler with a new one based on the FixedLenDecoderEmitter.
by Owen Anderson
· 14 years ago
797cff0
Consolidate some TableGen diagnostic helper functions.
by Jim Grosbach
· 14 years ago
fc4789d
Add support for the VIA PadLock instructions.
by Joerg Sonnenberger
· 14 years ago
4e81890
Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fixed-length instruction encodings.
by Owen Anderson
· 15 years ago
77d369c
eliminate the Records global variable, patch by Garrison Venn!
by Chris Lattner
· 15 years ago
7b999ea
Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
by Johnny Chen
· 15 years ago
918be52
change Target.getInstructionsByEnumValue to return a reference
by Chris Lattner
· 16 years ago
1b4e8cc
--- Reverse-merging r98637 into '.':
by Bob Wilson
· 16 years ago
3d9327b
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
by Johnny Chen
· 16 years ago
04cc307
Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit
by Sean Callanan
· 16 years ago
e502433
Sketch TableGen disassembler emitter, based on patch by Sean Callanan.
by Daniel Dunbar
· 16 years ago