| Commit message (Expand) | Author | Age | Files | Lines |
| * | Combined patch from master branch | Bruce Beare | 2011-06-09 | 1 | -0/+4 |
| * | SDK: fix dx shell script to look for dx.jar in platform-tools | Raphael | 2010-10-13 | 1 | -1/+1 |
| * | Take another tilt at the "--core-library" messaging windmill. | Dan Bornstein | 2010-09-26 | 1 | -46/+39 |
| * | Add optional tags to dalvik. | Jesse Wilson | 2010-09-16 | 2 | -2/+5 |
| * | Refix whitespace removal that I clobbered in my recent merge. | Dan Bornstein | 2010-06-25 | 1 | -1/+1 |
| * | resolved conflicts for merge of 4728a4c3 to dalvik-dev | Dan Bornstein | 2010-06-25 | 6 | -8/+74 |
| |\ |
|
| | * | Updated the warning about old-style inner class metadata to reflect | Dan Bornstein | 2010-06-24 | 6 | -7/+73 |
| * | | am 90788e58: am cd401135: am ff9aa9bf: am 9a2b2f76: Don\'t build dx if it\'s ... | Ying Wang | 2010-06-15 | 2 | -0/+9 |
| |\| |
|
| | * | Don't build dx if it's an app-only build. | Ying Wang | 2010-06-11 | 2 | -1/+9 |
| | * | Fixing bulk reads in ByteArray.MyInputStream | Jesse Wilson | 2010-05-05 | 1 | -19/+1 |
| * | | Added escape analysis and scalar replacement of arrays in dx. | jeffhao | 2010-06-10 | 8 | -32/+1015 |
| * | | Remove repeated newlines at the end of files. | Carl Shapiro | 2010-06-08 | 27 | -29/+0 |
| * | | Remove trailing whitespace. | Carl Shapiro | 2010-06-08 | 302 | -1869/+1869 |
| * | | Fixing bulk reads in ByteArray.MyInputStream | Jesse Wilson | 2010-05-03 | 1 | -19/+1 |
| |/ |
|
| * | Fixed bug 2438465, prevented blocks with move-result from being combined. | jeffhao | 2010-02-23 | 1 | -3/+3 |
| * | Fixed bug 2438465, prevented blocks with move-result from being combined. | jeffhao | 2010-02-23 | 1 | -0/+3 |
| * | Add a test case for the jsr / invoke bug. (See the included | Dan Bornstein | 2010-02-22 | 4 | -0/+112 |
| * | am c51439a5: Fix a bug where, in static synchronized methods that had no othe... | Dan Bornstein | 2009-12-10 | 3 | -8/+49 |
| |\ |
|
| | * | Fix a bug where, in static synchronized methods that had no other uses | Dan Bornstein | 2009-12-10 | 3 | -8/+49 |
| * | | am 39c5899d: Preflight cleanup of Ropper.java for style, whitespace, etc., be... | Dan Bornstein | 2009-12-10 | 2 | -89/+97 |
| |\| |
|
| | * | Preflight cleanup of Ropper.java for style, whitespace, etc., before doing | Dan Bornstein | 2009-12-10 | 2 | -89/+97 |
| * | | merge from open-source master | Jean-Baptiste Queru | 2009-09-15 | 2 | -2/+2 |
| |\ \
| |/
|/| |
|
| | * | Typo fix in javadoc | Alexey Tarasov | 2009-09-01 | 1 | -2/+2 |
| | * | Cosmetic change: cst -> type in javadoc @param | Alexey Tarasov | 2009-08-30 | 1 | -1/+1 |
| | * | Be more POSIXly correct in the use of expr. | Dan Bornstein | 2009-08-25 | 1 | -1/+1 |
| * | | Windows SDK: add support for -J option to dx.bat | Raphael | 2009-09-11 | 1 | -6/+41 |
| * | | Be more POSIXly correct in the use of expr. | Dan Bornstein | 2009-08-12 | 1 | -1/+1 |
| * | | Merge commit 'c1b54205471ea7824c87e53e0d9e6d4c30518007' into merge_korg_master | Jean-Baptiste Queru | 2009-07-06 | 1 | -1/+1 |
| |\| |
|
| | * | dx incorrectly writes registers as a signed leb128 in the dex debug info | Ben Gruver | 2009-06-03 | 1 | -1/+1 |
| * | | Replace an iterator with a traditional for loop, to reduce object allocations... | Marco Nelissen | 2009-06-19 | 1 | -2/+5 |
| * | | Give dx a large max heap size by default. | Dan Bornstein | 2009-06-11 | 1 | -18/+26 |
| * | | At least mostly-fix internal issue #1898095 / public issue #2868. | Dan Bornstein | 2009-06-09 | 2 | -107/+144 |
| * | | Fix up the last handful of FindBugs complaints. | Dan Bornstein | 2009-05-18 | 8 | -43/+28 |
| * | | Fix a bunch of little problems noticed by FindBugs, and cleaned up some | Dan Bornstein | 2009-05-18 | 21 | -65/+42 |
| * | | A foolish consistency is the hobgoblin of little minds. | Dan Bornstein | 2009-05-05 | 5 | -338/+359 |
| * | | Tweaks, Mostly grep-based, to better conform to the coding guidelines. | Dan Bornstein | 2009-05-04 | 16 | -84/+80 |
| * | | Clean up a couple more files. | Dan Bornstein | 2009-05-01 | 2 | -134/+137 |
| * | | Update dx test #111 to reflect the new understanding of reality. | Dan Bornstein | 2009-04-17 | 2 | -5/+14 |
| * | | Fix issue #1794388. | Dan Bornstein | 2009-04-17 | 5 | -53/+91 |
| * | | Test case for issue #1794388. | Dan Bornstein | 2009-04-16 | 4 | -0/+252 |
| * | | Made a few more tweaks as I'm reading over the SSA code. | Dan Bornstein | 2009-04-14 | 2 | -17/+23 |
| * | | Gratuitous change to get my feet wet with the new git reality. | Dan Bornstein | 2009-04-08 | 1 | -1/+2 |
| * | | AI 143732: Tweaks, in response to public critique. | Dan Bornstein | 2009-03-31 | 1 | -15/+15 |
| * | | AI 143492: Another crank of the --core-library wheel. | Dan Bornstein | 2009-03-30 | 1 | -19/+44 |
| * | | AI 143123: Three minor changes. | Andy McFadden | 2009-03-27 | 1 | -2/+2 |
| * | | auto import //branches/master/...@140412 | The Android Open Source Project | 2009-03-18 | 313 | -5032/+5151 |
| |/ |
|
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1001 | -0/+97599 |
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1001 | -96948/+0 |
| * | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 8 | -1210/+559 |
| * | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 8 | -559/+1210 |