Fix GCC7 warnings about switch-case fallthroughs
[fw/openocd] / src / target / arm_disassembler.c
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Alexander Kurzarm_disassembler: bugfix, MRRC instruction not recognized
2015-03-09 pierre Kuotarget/arm_disassembler: add exception related disassembly
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-08-24 Martin Nowakbuild: fix clang warnings
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-11-07 Øyvind Harboedisassembly: fix access to undefined memory pointer...
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-01-22 David BrownellVarious doc/comment updates
2010-01-12 David BrownellARM: bugfix for "movt" disassembly
2009-12-15 David BrownellARM: disassemble STM correctly
2009-12-11 David BrownellARM: disassembly fixes for LDC/STC/MRRC/MCRR
2009-12-08 David BrownellARM: cygwin complile fixes
2009-12-08 David BrownellARM: cope with stupidheaded compiler
2009-12-07 David BrownellARM: disassemble two more v6+ instructions
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-11-16 David BrownellARM: standard disassembler uses Thumb2 entry
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welcharm_instruction_t -> struct arm_instruction
2009-10-28 Nicolas PitreARM: fix target address when disassembling Thumb BLX
2009-10-13 Lennert Buytenhekfix detection of PLD instructions
2009-09-08 oharboeDavid Brownell <david-b@pacbell.net>
2009-08-31 duaneWarning fix
2009-08-28 oharboeDavid Brownell <david-b@pacbell.net> ARM disassembly...
2009-08-20 oharboeDavid Brownell <david-b@pacbell.net>More Thumb2 disasse...
2009-08-16 oharboeFerdinand Postema <ferdinand@postema.eu> cygwin 32...
2009-07-26 oharboeDavid Brownell <david-b@pacbell.net> More testcase...
2009-07-26 oharboeMore instruction decoding fixes:
2009-07-26 oharboeDavid Brownell <david-b@pacbell.net> More fixes from...
2009-07-26 oharboeDavid Brownell <david-b@pacbell.net> More instruction...
2009-07-24 oharboeDavid Brownell <david-b@pacbell.net> More instruction...
2009-07-24 oharboeDavid Brownell <david-b@pacbell.net> Bugfix some instru...
2009-07-24 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> I...
2009-07-23 oharboeDavid Brownell <david-b@pacbell.net> thumb2 disassembl...
2009-07-23 oharboeDavid Brownell <david-b@pacbell.net> thumb2 disassembly...
2009-07-23 oharboeDavid Brownell <david-b@pacbell.net> fix warnings
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-03-24 oharboeHiroshi Ito <ito@mlb.co.jp> disassemble Arm926ejs clz...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2007-06-24 ntfreak- ST STM32x cortex support added
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-29 drath- split fileio handling into fileio part and image...
2007-03-28 drath- merged XScale branch back into trunk
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-25 drath- changed use of bzero (deprecated) to memset (thanks...
2006-06-16 drath- keep additional information for decoded instructions
2006-06-12 drath- the 'help' command now takes an optional argument...