summaryrefslogtreecommitdiff
path: root/src/target/arm_disassembler.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-2/+1
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* Various doc/comment updatesDavid Brownell2010-01-211-0/+1
* ARM: bugfix for "movt" disassemblyDavid Brownell2010-01-121-1/+1
* ARM: disassemble STM correctlyDavid Brownell2009-12-141-2/+5
* ARM: disassembly fixes for LDC/STC/MRRC/MCRRDavid Brownell2009-12-111-18/+33
* ARM: cygwin complile fixesDavid Brownell2009-12-081-4/+6
* ARM: cope with stupidheaded compilerDavid Brownell2009-12-071-2/+1
* ARM: disassemble two more v6+ instructionsDavid Brownell2009-12-071-12/+71
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* ARM: standard disassembler uses Thumb2 entryDavid Brownell2009-11-161-2/+6
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-58/+58
* ARM: fix target address when disassembling Thumb BLXNicolas Pitre2009-10-271-0/+1
* fix detection of PLD instructionsLennert Buytenhek2009-10-131-1/+1
* David Brownell <david-b@pacbell.net> oharboe2009-09-081-35/+137
* Warning fixduane2009-08-311-0/+3
* David Brownell <david-b@pacbell.net> ARM disassembly support for about five d...oharboe2009-08-281-6/+345
* David Brownell <david-b@pacbell.net>More Thumb2 disassembly:oharboe2009-08-201-2/+136
* Ferdinand Postema <ferdinand@postema.eu> cygwin 32 bit warningoharboe2009-08-161-1/+1
* David Brownell <david-b@pacbell.net> More testcase work:oharboe2009-07-261-7/+16
* More instruction decoding fixes:oharboe2009-07-261-16/+32
* David Brownell <david-b@pacbell.net> More fixes from test cases:oharboe2009-07-261-7/+11
* David Brownell <david-b@pacbell.net> More instruction decoding fixes:oharboe2009-07-261-8/+12
* David Brownell <david-b@pacbell.net> More instruction decoding fixes based on...oharboe2009-07-241-9/+10
* David Brownell <david-b@pacbell.net> Bugfix some instruction decoding ... I'v...oharboe2009-07-241-4/+4
* Andreas Fritiofson <andreas.fritiofson@gmail.com> I noticed there are a few c...oharboe2009-07-241-10/+5
* David Brownell <david-b@pacbell.net> thumb2 disassembly for Load halfwordoharboe2009-07-231-1/+86
* David Brownell <david-b@pacbell.net> thumb2 disassembly for Load byte, memory...oharboe2009-07-231-0/+170
* David Brownell <david-b@pacbell.net> fix warningsoharboe2009-07-231-44/+50
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-11/+18
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-0/+78
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-0/+105
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-0/+168
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-0/+53
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-0/+73
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-0/+96
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-3/+12
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-7/+15
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-0/+99
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-1/+143
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-4/+263
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-37/+77
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-15/+239
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-195/+195
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* - Fixes '[<>]' whitespacezwelch2009-06-231-6/+6
* - Fixes '==' whitespacezwelch2009-06-231-4/+4
* - Fixes '<<' whitespacezwelch2009-06-231-17/+17
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1