index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
Disassembler
/
ARMDisassemblerCore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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