aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_disassembler.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20From upstream (#286)Tim Newsome1-6/+69
2018-05-30Fix warnings exposed by GCC8Paul Fertser1-3/+3
2018-03-13target: arm: disassembler: fix Thumb2 BLX decoding addressPaul Fertser1-0/+1
2018-01-13target: arm: disassembler: decode v6T2 ARM MOV{W,T} instructionsPaul Fertser1-10/+30
2018-01-13target: arm: disassembler: decode v6T2 ARM ISB instructionPaul Fertser1-0/+12
2018-01-13target: arm: disassembler: decode v6T2 ARM DSB instructionPaul Fertser1-0/+41
2018-01-13target: arm: disassembler: add v5T Thumb BLX decodingPaul Fertser1-6/+19
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29arm_disassembler: bugfix, MRRC instruction not recognizedAlexander Kurz1-1/+1
2015-03-09target/arm_disassembler: add exception related disassemblypierre Kuo1-5/+34
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-24build: fix clang warningsMartin Nowak1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-1657/+1669
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-29/+29
2011-11-07disassembly: fix access to undefined memory pointer upon unknown instructionØyvind Harboe1-5/+5
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-2/+1
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-01-21Various doc/comment updatesDavid Brownell1-0/+1
2010-01-12ARM: bugfix for "movt" disassemblyDavid Brownell1-1/+1
2009-12-14ARM: disassemble STM correctlyDavid Brownell1-2/+5
2009-12-11ARM: disassembly fixes for LDC/STC/MRRC/MCRRDavid Brownell1-18/+33
2009-12-08ARM: cygwin complile fixesDavid Brownell1-4/+6
2009-12-07ARM: cope with stupidheaded compilerDavid Brownell1-2/+1
2009-12-07ARM: disassemble two more v6+ instructionsDavid Brownell1-12/+71
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-16ARM: standard disassembler uses Thumb2 entryDavid Brownell1-2/+6
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-58/+58
2009-10-27ARM: fix target address when disassembling Thumb BLXNicolas Pitre1-0/+1
2009-10-13fix detection of PLD instructionsLennert Buytenhek1-1/+1
2009-09-08David Brownell <david-b@pacbell.net> oharboe1-35/+137
2009-08-31Warning fixduane1-0/+3
2009-08-28David Brownell <david-b@pacbell.net> ARM disassembly support for about five d...oharboe1-6/+345
2009-08-20David Brownell <david-b@pacbell.net>More Thumb2 disassembly:oharboe1-2/+136
2009-08-16Ferdinand Postema <ferdinand@postema.eu> cygwin 32 bit warningoharboe1-1/+1
2009-07-26David Brownell <david-b@pacbell.net> More testcase work:oharboe1-7/+16
2009-07-26More instruction decoding fixes:oharboe1-16/+32
2009-07-26David Brownell <david-b@pacbell.net> More fixes from test cases:oharboe1-7/+11
2009-07-26David Brownell <david-b@pacbell.net> More instruction decoding fixes:oharboe1-8/+12
2009-07-24David Brownell <david-b@pacbell.net> More instruction decoding fixes based on...oharboe1-9/+10
2009-07-24David Brownell <david-b@pacbell.net> Bugfix some instruction decoding ... I'v...oharboe1-4/+4
2009-07-24Andreas Fritiofson <andreas.fritiofson@gmail.com> I noticed there are a few c...oharboe1-10/+5
2009-07-23David Brownell <david-b@pacbell.net> thumb2 disassembly for Load halfwordoharboe1-1/+86
2009-07-23David Brownell <david-b@pacbell.net> thumb2 disassembly for Load byte, memory...oharboe1-0/+170
2009-07-23David Brownell <david-b@pacbell.net> fix warningsoharboe1-44/+50
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-11/+18
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-0/+78
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-0/+105
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-0/+168