Age | Commit message (Expand) | Author | Files | Lines |
2018-01-24 | Merge remote-tracking branch 'remotes/xtensa/tags/20180122-xtensa' into staging | Peter Maydell | 1 | -2/+2 |
2018-01-22 | target/xtensa: disas/xtensa: fix coverity warnings | Max Filippov | 1 | -2/+2 |
2018-01-16 | disas/s390: fix global-buffer-overflow | Marc-André Lureau | 1 | -10/+6 |
2018-01-09 | Merge remote-tracking branch 'remotes/xtensa/tags/20180109-xtensa' into staging | Peter Maydell | 2 | -0/+134 |
2018-01-09 | target/xtensa: implement disassembler | Max Filippov | 2 | -0/+134 |
2017-12-18 | nios2: remove duplicated includes (in code commented out) | Philippe Mathieu-Daudé | 1 | -3/+0 |
2017-12-18 | disas/arm: fix 'instuction' typo in comment | Emilio G. Cota | 1 | -1/+1 |
2017-10-25 | target/arm: Move BE32 disassembler fixup | Richard Henderson | 1 | -5/+16 |
2017-09-06 | disas/i386: Add disassembly of rorx | Richard Henderson | 1 | -2/+11 |
2017-09-06 | disas/i386: Add disassembly of vex.0f38.f5 | Richard Henderson | 1 | -3/+12 |
2017-09-06 | disas/i386: Fix disassembly of two-byte vex prefixes | Richard Henderson | 1 | -0/+1 |
2017-09-05 | tcg: Remove support for ia64 as host | Richard Henderson | 2 | -10601/+0 |
2017-07-04 | disas/microblaze: Add missing 'const' attributes | Stefan Weil | 1 | -11/+7 |
2017-06-07 | configure: split c and cxx extra flags | Bruno Dominguez | 1 | -2/+2 |
2017-06-02 | libvixl: Correct build failures on NetBSD | Kamil Rytarowski | 1 | -0/+3 |
2017-04-03 | disas/cris.c: Avoid unintentional sign extension | Peter Maydell | 1 | -2/+2 |
2017-03-24 | disas/microblaze: Remove unused REG_PC define | Peter Maydell | 1 | -1/+1 |
2017-03-07 | disas/arm: Avoid unintended sign extension | Peter Maydell | 1 | -2/+2 |
2017-03-07 | disas/cris: Avoid unintended sign extension | Peter Maydell | 1 | -2/+2 |
2017-03-07 | disas/microblaze: Avoid unintended sign extension | Peter Maydell | 1 | -2/+4 |
2017-03-07 | disas/m68k: Avoid unintended sign extension in get_field() | Peter Maydell | 1 | -2/+3 |
2017-03-07 | disas/i386: Avoid NULL pointer dereference in error case | Peter Maydell | 1 | -1/+1 |
2017-03-07 | disas/hppa: Remove dead code | Peter Maydell | 1 | -2/+1 |
2017-01-31 | disas/ppc: Fix indefinite articles in comments | Stefan Weil | 1 | -6/+6 |
2017-01-25 | Merge remote-tracking branch 'remotes/rth/tags/pull-nios-20170124' into staging | Peter Maydell | 2 | -0/+3535 |
2017-01-24 | nios2: Add disas entries | Marek Vasut | 2 | -0/+3535 |
2017-01-24 | disas/cris.c: Fix Coverity warning about unchecked NULL | Peter Maydell | 1 | -1/+1 |
2017-01-22 | Revert "Remove remainders of HPPA backend" | Richard Henderson | 2 | -0/+2833 |
2017-01-10 | disas/ppc: Handle popcnt and cnttz | Richard Henderson | 1 | -0/+10 |
2017-01-10 | disas/i386.c: Handle tzcnt | Richard Henderson | 1 | -2/+10 |
2016-12-22 | Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta... | Peter Maydell | 1 | -6/+2 |
2016-12-20 | slirp, disas: Replace min/max with MIN/MAX macros | Yuval Shaia | 1 | -6/+2 |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth | 1 | -3/+1 |
2016-11-15 | target-ppc: add vrldnm and vrlwnm instructions | Bharata B Rao | 1 | -0/+2 |
2016-11-15 | target-ppc: add vrldnmi and vrlwmi instructions | Gautham R. Shenoy | 1 | -0/+2 |
2016-09-22 | disas/arm.c: Remove unused macro definitions | Peter Maydell | 1 | -11/+0 |
2016-09-15 | Remove unused function declarations | Ladi Prosek | 1 | -6/+0 |
2016-09-15 | Remove remainders of HPPA backend | Thomas Huth | 2 | -2833/+0 |
2016-07-19 | disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers | Peter Maydell | 1 | -1/+0 |
2016-07-18 | disas: Remove unused macro '_' | Lluís Vilanova | 7 | -46/+46 |
2016-05-20 | tci: do not include exec/exec-all.h | Paolo Bonzini | 1 | -1/+0 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+2 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+2 |
2016-03-22 | Remove unneeded include statements for setjmp.h | Stefan Weil | 2 | -4/+0 |
2016-02-26 | target-mips: implement R6 multi-threading | Yongbok Kim | 1 | -0/+4 |
2016-02-23 | disas/arm-a64.cc: Include osdep.h first | Peter Maydell | 1 | -2/+3 |
2016-02-04 | disas: Clean up includes | Peter Maydell | 7 | -6/+7 |
2016-02-03 | libvixl: Avoid std::abs() of 64-bit type | Peter Maydell | 1 | -1/+5 |
2016-01-29 | moxie: Clean up includes | Peter Maydell | 1 | -1/+1 |