summaryrefslogtreecommitdiff
path: root/src/target/arm_disassembler.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-4/+4
* C99 printf() -Werror fixesduane2009-06-211-65/+65
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-61/+61
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-15/+15
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-60/+60
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-2/+0
* Hiroshi Ito <ito@mlb.co.jp> disassemble Arm926ejs clz instructionoharboe2009-03-241-3/+3
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-4/+4
* - ST STM32x cortex support addedntfreak2007-06-241-1/+1
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-0/+34
* - split fileio handling into fileio part and image handlingdrath2007-05-291-11/+776
* - merged XScale branch back into trunkdrath2007-03-281-11/+24
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-3/+3
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-1/+1