summaryrefslogtreecommitdiff
path: root/src/target/arm_disassembler.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+4
* - changed use of bzero (deprecated) to memset (thanks to Spen for pointing th...drath2006-06-251-2/+2
* - keep additional information for decoded instructionsdrath2006-06-161-21/+112
* - the 'help' command now takes an optional argument to display help only on a...drath2006-06-121-0/+1209