aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Collapse)AuthorAgeFilesLines
* This should fix bad QADD/QDADD/QSUB/QDSUB emulation in the Android emulatorDavid 'Digit' Turner2009-05-201-1/+1
|
* Fix critical bug with emulator tracing where the basic block addresses were ↵Jack Veenstra2009-05-181-1/+1
| | | | | | | | wrong. One of the calls to trace_add_insn() was missing a parameter and was passing in garbage. This parameter "is_thumb" is expected to be 0 or 1 and is OR-ed with the basic block address to distinguish ARM and Thumb instruction blocks.
* Added tracing of exceptions to the emulator.Jack Veenstra2009-04-301-0/+9
| | | | Exceptions used to be traced but that code was deleted during a large merge.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0310-0/+15695
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0310-15695/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1025-5410/+13061
|
* Initial ContributionThe Android Open Source Project2008-10-216-48/+375
|
* external/qemu 0.8.2Upstream1970-01-1220-0/+7717