| Commit message (Expand) | Author | Age | Files | Lines |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_instruction_t -> struct arm_instruction | Zachary T Welch | 2009-11-13 | 1 | -58/+58 |
* | ARM: fix target address when disassembling Thumb BLX | Nicolas Pitre | 2009-10-27 | 1 | -0/+1 |
* | fix detection of PLD instructions | Lennert Buytenhek | 2009-10-13 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-08 | 1 | -35/+137 |
* | Warning fix | duane | 2009-08-31 | 1 | -0/+3 |
* | David Brownell <david-b@pacbell.net> ARM disassembly support for about five d... | oharboe | 2009-08-28 | 1 | -6/+345 |
* | David Brownell <david-b@pacbell.net>More Thumb2 disassembly: | oharboe | 2009-08-20 | 1 | -2/+136 |
* | Ferdinand Postema <ferdinand@postema.eu> cygwin 32 bit warning | oharboe | 2009-08-16 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> More testcase work: | oharboe | 2009-07-26 | 1 | -7/+16 |
* | More instruction decoding fixes: | oharboe | 2009-07-26 | 1 | -16/+32 |
* | David Brownell <david-b@pacbell.net> More fixes from test cases: | oharboe | 2009-07-26 | 1 | -7/+11 |
* | David Brownell <david-b@pacbell.net> More instruction decoding fixes: | oharboe | 2009-07-26 | 1 | -8/+12 |
* | David Brownell <david-b@pacbell.net> More instruction decoding fixes based on... | oharboe | 2009-07-24 | 1 | -9/+10 |
* | David Brownell <david-b@pacbell.net> Bugfix some instruction decoding ... I'v... | oharboe | 2009-07-24 | 1 | -4/+4 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> I noticed there are a few c... | oharboe | 2009-07-24 | 1 | -10/+5 |
* | David Brownell <david-b@pacbell.net> thumb2 disassembly for Load halfword | oharboe | 2009-07-23 | 1 | -1/+86 |
* | David Brownell <david-b@pacbell.net> thumb2 disassembly for Load byte, memory... | oharboe | 2009-07-23 | 1 | -0/+170 |
* | David Brownell <david-b@pacbell.net> fix warnings | oharboe | 2009-07-23 | 1 | -44/+50 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -11/+18 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+78 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+105 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+168 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+53 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+73 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+96 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -3/+12 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -7/+15 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+99 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -1/+143 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -4/+263 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -37/+77 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -15/+239 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -195/+195 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -6/+6 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -17/+17 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -65/+65 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -61/+61 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -15/+15 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -60/+60 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -2/+0 |
* | Hiroshi Ito <ito@mlb.co.jp> disassemble Arm926ejs clz instruction | oharboe | 2009-03-24 | 1 | -3/+3 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -4/+4 |
* | - ST STM32x cortex support added | ntfreak | 2007-06-24 | 1 | -1/+1 |
* | - added manpage for OpenOCD (thanks to Uwe Hermann) | drath | 2007-06-14 | 1 | -0/+34 |
* | - split fileio handling into fileio part and image handling | drath | 2007-05-29 | 1 | -11/+776 |