Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix mangling to translate dollar signs (to allow Scala methods). | Brian McKenna | 2009-07-20 | 0 | -0/+0 | |
| * | | | | | Fix typo introduced in previous change. | Mike Lockwood | 2009-07-08 | 0 | -0/+0 | |
| |/ / / / | ||||||
| * | | | | Merge change 10482 | Android Code Review | 2009-07-02 | 0 | -0/+0 | |
| |\ \ \ \ | ||||||
| | * | | | | Add a bit-map encoding of Object-reference field offsets to ClassObject. | Barry Hayes | 2009-06-26 | 0 | -0/+0 | |
* | | | | | | Increase priority of unresponsive threads. | Andy McFadden | 2009-08-07 | 0 | -0/+0 | |
* | | | | | | Read thread priority as an int, not a boolean. | Andy McFadden | 2009-08-07 | 0 | -0/+0 | |
* | | | | | | Correct the type of a pointer. | Andy McFadden | 2009-08-07 | 0 | -0/+0 | |
* | | | | | | Merge change 20378 | Android (Google) Code Review | 2009-08-07 | 0 | -0/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Suspend daemon threads before exiting. | Andy McFadden | 2009-08-06 | 0 | -0/+0 | |
* | | | | | | | Merge change 8538 | Android (Google) Code Review | 2009-08-06 | 1 | -0/+229 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | A sampling profiler for Dalvik. | Bob Lee | 2009-08-06 | 1 | -0/+229 | |
* | | | | | | | Switch to <stdbool.h> in the VM. | Andy McFadden | 2009-08-05 | 0 | -0/+0 | |
* | | | | | | | Merge change 9641 | Android (Google) Code Review | 2009-08-05 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Added thread profile to dmtracedump output | Rodrigo Ipince | 2009-08-04 | 0 | -0/+0 | |
* | | | | | | | Merge change 20002 | Android (Google) Code Review | 2009-08-05 | 12 | -583/+327 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Updating math to Harmony r772995. | Jesse Wilson | 2009-08-04 | 12 | -583/+327 | |
| |/ / / / / / | ||||||
* | | | | | | | Regenerate mterp. | Andy McFadden | 2009-08-05 | 0 | -0/+0 | |
* | | | | | | | Don't assert that all threads have stopped. | Andy McFadden | 2009-08-05 | 0 | -0/+0 | |
* | | | | | | | Merge change 20020 | Android (Google) Code Review | 2009-08-05 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Improvements to cgroup stuff. | Andy McFadden | 2009-08-04 | 0 | -0/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Throw an exception instead of aborting in DexFile. | Andy McFadden | 2009-08-04 | 0 | -0/+0 | |
|/ / / / / / | ||||||
* | | | | | | Try to connect to all the IP addresses of a host instead of just the first. | Lorenzo Colitti | 2009-08-03 | 1 | -10/+88 | |
* | | | | | | Fixed 2 floating point bugs; improved debug output; armv7-a thumb2 inline sqrt | Bill Buzbee | 2009-08-01 | 0 | -0/+0 | |
* | | | | | | Merge change 9395 | Android (Google) Code Review | 2009-08-01 | 0 | -0/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Stage 3 of Thumb2 support. armv7-a now generates vfp code inline. | Bill Buzbee | 2009-07-31 | 0 | -0/+0 | |
* | | | | | | | Merge change 9414 | Android (Google) Code Review | 2009-07-31 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix a LOGVV. | Andy McFadden | 2009-07-31 | 0 | -0/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge change 9384 | Android (Google) Code Review | 2009-07-31 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Added VMDebug.crash() (hidden). | Andy McFadden | 2009-07-31 | 1 | -2/+9 | |
| |/ / / / / / | ||||||
* | | | | | | | Indirect reference table implementation. | Andy McFadden | 2009-07-31 | 0 | -0/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge change 8953 | Android (Google) Code Review | 2009-07-30 | 1 | -127/+131 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Store all IP addresses for a hostname instead of just one. | Lorenzo Colitti | 2009-07-30 | 1 | -127/+131 | |
* | | | | | | | Merge change 9190 | Android (Google) Code Review | 2009-07-30 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Minor tweak (TEQS -> TEQ). | Andy McFadden | 2009-07-30 | 0 | -0/+0 | |
* | | | | | | | | am bd79e449: Fix an issue where we\'re adding 4x the intended offset. | Jesse Wilson | 2009-07-30 | 3 | -3/+53 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Fix an issue where we're adding 4x the intended offset. | Jesse Wilson | 2009-07-29 | 3 | -3/+53 | |
* | | | | | | | am 29326482: Removing MD2 | Urs Grob | 2009-07-30 | 31 | -541/+1294 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Removing MD2 | Urs Grob | 2009-07-29 | 31 | -541/+1294 | |
* | | | | | | | Merge change 9042 | Android (Google) Code Review | 2009-07-29 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update bytecode verifier info. | Andy McFadden | 2009-07-29 | 0 | -0/+0 | |
* | | | | | | | | Merge change 9014 | Android (Google) Code Review | 2009-07-29 | 3 | -13/+6 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fixing some broken links in the concurrent Javadoc. | Jesse Wilson | 2009-07-29 | 3 | -13/+6 | |
* | | | | | | | | Fixing Executors to use raw types, which is what RI v5 does. | Jesse Wilson | 2009-07-29 | 2 | -2/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge change 8903 | Android (Google) Code Review | 2009-07-29 | 82 | -7485/+12807 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Update concurrent module to Harmony r798021. | Jesse Wilson | 2009-07-28 | 82 | -7485/+12807 | |
* | | | | | | | Merge change 8867 | Android (Google) Code Review | 2009-07-28 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix for 1857865: Need x86 implementation for OP_THROW_VERIFICATION_ERROR | Bill Buzbee | 2009-07-28 | 0 | -0/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Prevent OP_INVOKE_DIRECT_EMPTY from terminating a trace | Bill Buzbee | 2009-07-28 | 0 | -0/+0 | |
|/ / / / / / | ||||||
* | | | | | | Stage 2 of structural changes for support of THUMB2. No logic changes. | Bill Buzbee | 2009-07-28 | 0 | -0/+0 | |
* | | | | | | Fix for 3326: Incorrect return value from native library in dalvik | Bill Buzbee | 2009-07-28 | 0 | -0/+0 |