index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
Disassembler
/
ARMDisassemblerCore.cpp
Age
Commit message (
Expand
)
Author
2010-07-31
Add support for disassembling VMVN (immediate) instructions. PR7747.
Bob Wilson
2010-07-30
Add a check in the ARM disassembler for NEON instructions that would
Bob Wilson
2010-07-30
Many Thumb2 instructions can reference the full ARM register set (i.e.,
Jim Grosbach
2010-07-29
Don't assert on an unrecognized BrMiscFrm instruction.
Bob Wilson
2010-07-16
Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction
Jim Grosbach
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-06-26
Renumber NEON instruction formats to be consecutive.
Bob Wilson
2010-06-25
Rename ARM instruction formats NEONGetLnFrm, NEONSetLnFrm and NEONDupFrm to
Bob Wilson
2010-06-25
Remove unused NEONFrm and ThumbMiscFrm ARM instruction formats.
Bob Wilson
2010-06-19
Silence compiler warnings.
Dan Gohman
2010-06-18
Start TargetRegisterClass indices at 0 instead of 1, so that
Dan Gohman
2010-06-11
Add instruction encoding for the Neon VMOV immediate instruction. This changes
Bob Wilson
2010-04-21
Thumb instructions which have reglist operands at the end and predicate operands
Johnny Chen
2010-04-19
Better error handling of invalid IT mask '0000', instead of just asserting.
Johnny Chen
2010-04-19
According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1
Johnny Chen
2010-04-19
ARM disassembler did not react to recent changes to the NEON instruction table.
Johnny Chen
2010-04-16
Cast to (uint64_t) instead of relying on the "ul" suffix.
Johnny Chen
2010-04-16
Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a
Johnny Chen
2010-04-15
DEBUG() print out "Unknown format" msg.
Johnny Chen
2010-04-15
Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build.
Johnny Chen
2010-04-14
Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm()
Johnny Chen
2010-04-14
For t2BFI disassembly, apply the same error checking as in r101205.
Johnny Chen
2010-04-14
Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()
Johnny Chen
2010-04-14
Fixed another assert exposed by fuzzing. Now, when an encoding error occurs
Johnny Chen
2010-04-14
Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid
Johnny Chen
2010-04-07
Missed this one line for the previous checkin to fix build warnings.
Johnny Chen
2010-04-07
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
Fixed 3 warnings pointed out by clang.
Johnny Chen
2010-04-05
Re-apply 100265 but instead disable building of ARM disassembly for now.
Evan Cheng
2010-04-05
Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...
Evan Cheng
2010-04-03
Get rid of the middleman (ARMAlgorithm), which causes more trouble than the
Johnny Chen
2010-04-03
Fix comment.
Johnny Chen
2010-04-03
Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory
Johnny Chen
2010-04-02
Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
Johnny Chen
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
[prev]