index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
Disassembler
/
ARMDisassemblerCore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction
Jim Grosbach
2010-07-16
1
-3
/
+5
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-2
/
+2
*
Renumber NEON instruction formats to be consecutive.
Bob Wilson
2010-06-26
1
-2
/
+0
*
Rename ARM instruction formats NEONGetLnFrm, NEONSetLnFrm and NEONDupFrm to
Bob Wilson
2010-06-25
1
-6
/
+6
*
Remove unused NEONFrm and ThumbMiscFrm ARM instruction formats.
Bob Wilson
2010-06-25
1
-16
/
+3
*
Silence compiler warnings.
Dan Gohman
2010-06-19
1
-3
/
+3
*
Start TargetRegisterClass indices at 0 instead of 1, so that
Dan Gohman
2010-06-18
1
-20
/
+22
*
Add instruction encoding for the Neon VMOV immediate instruction. This changes
Bob Wilson
2010-06-11
1
-32
/
+2
*
Thumb instructions which have reglist operands at the end and predicate operands
Johnny Chen
2010-04-21
1
-2
/
+37
*
Better error handling of invalid IT mask '0000', instead of just asserting.
Johnny Chen
2010-04-19
1
-1
/
+1
*
According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1
Johnny Chen
2010-04-19
1
-8
/
+13
*
ARM disassembler did not react to recent changes to the NEON instruction table.
Johnny Chen
2010-04-19
1
-10
/
+22
*
Cast to (uint64_t) instead of relying on the "ul" suffix.
Johnny Chen
2010-04-16
1
-1
/
+1
*
Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a
Johnny Chen
2010-04-16
1
-1
/
+2
*
DEBUG() print out "Unknown format" msg.
Johnny Chen
2010-04-15
1
-1
/
+3
*
Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build.
Johnny Chen
2010-04-15
1
-3
/
+6
*
Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm()
Johnny Chen
2010-04-14
1
-0
/
+6
*
For t2BFI disassembly, apply the same error checking as in r101205.
Johnny Chen
2010-04-14
1
-2
/
+2
*
Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()
Johnny Chen
2010-04-14
1
-178
/
+188
*
Fixed another assert exposed by fuzzing. Now, when an encoding error occurs
Johnny Chen
2010-04-14
1
-4
/
+14
*
Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid
Johnny Chen
2010-04-14
1
-0
/
+3
*
Missed this one line for the previous checkin to fix build warnings.
Johnny Chen
2010-04-07
1
-1
/
+0
*
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
1
-7
/
+19
*
Fixed 3 warnings pointed out by clang.
Johnny Chen
2010-04-07
1
-3
/
+3
*
Re-apply 100265 but instead disable building of ARM disassembly for now.
Evan Cheng
2010-04-05
1
-40
/
+20
*
Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...
Evan Cheng
2010-04-05
1
-20
/
+40
*
Get rid of the middleman (ARMAlgorithm), which causes more trouble than the
Johnny Chen
2010-04-03
1
-40
/
+20
*
Fix comment.
Johnny Chen
2010-04-03
1
-2
/
+2
*
Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory
Johnny Chen
2010-04-03
1
-1
/
+10
*
Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
Johnny Chen
2010-04-02
1
-0
/
+3263
*
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
1
-3351
/
+0
*
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2010-03-16
1
-0
/
+3351