aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_disassembler.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-0/+53
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-0/+73
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-0/+96
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-3/+12
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-7/+15
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-0/+99
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-1/+143
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-4/+263
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-37/+77
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-15/+239
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-195/+195
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23- Fixes '[<>]' whitespacezwelch1-6/+6
2009-06-23- Fixes '==' whitespacezwelch1-4/+4
2009-06-23- Fixes '<<' whitespacezwelch1-17/+17
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-65/+65
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-61/+61
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-15/+15
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-60/+60
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-2/+0
2009-03-24Hiroshi Ito <ito@mlb.co.jp> disassemble Arm926ejs clz instructionoharboe1-3/+3
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-4/+4
2007-06-24- ST STM32x cortex support addedntfreak1-1/+1