- a914f8a Fixed identification of objects in the Constant Collector. by jeffhao · 14 years ago
- 675b642 Say kNumDalvikInstructions when appropriate. by Dan Bornstein · 14 years ago
- 82901ca Kill off InsnFormat.nextUp(). by Dan Bornstein · 14 years ago
- 82dbe1c Promote opcode-gen to the dalvik directory. by Dan Bornstein · 14 years ago
- a1d6b0e Add all the optimized / runtime-only opcodes. by Dan Bornstein · 14 years ago
- bde004c Be more prepared for InstrUtils code generation. by Dan Bornstein · 14 years ago
- d8bb0d7 Add info to the bytecode.txt file. by Dan Bornstein · 14 years ago
- d05e4fd Added info for parallel dx switch "num-threads" to help message. by jeffhao · 14 years ago
- de73f8e Add const-class/jumbo. by Dan Bornstein · 14 years ago
- 737fac2 Add the new jumbo opcodes to dx...almost. by Dan Bornstein · 14 years ago
- 25f7980 Another bit of cleanup. by Dan Bornstein · 14 years ago
- 380dc65 Use the static opcode chains in dx. by Dan Bornstein · 14 years ago
- ec85aa9 Start including the "next opcode" in Dop instances. by Dan Bornstein · 14 years ago
- 12209c2 More prep work for new opcodes. by Dan Bornstein · 14 years ago
- e49178a Line width / spacing tweak. by Dan Bornstein · 14 years ago
- 8d74cbd Rework the bytecode format file and parser. by Dan Bornstein · 14 years ago
- ccf5cff Always dump blocks in label order. by Dan Bornstein · 14 years ago
- 893ea59 A bunch of minor cleanups. by Dan Bornstein · 14 years ago
- e0c62f8 Fix expected output of dx test 086. by Dan Bornstein · 14 years ago
- 10b673f Fix the expected output of dx test 083. by Dan Bornstein · 14 years ago
- e2d2470 Fix dx test 087. by Dan Bornstein · 14 years ago
- 8d670b5 Update the expected.txt for dx test 094. by Dan Bornstein · 14 years ago
- ae5bf3d Up the version number. by Dan Bornstein · 14 years ago
- 3d0823c Fix propagation of constants. by Dan Bornstein · 14 years ago
- 590f78f Added multi-threaded support to processing of class files in dx. by jeffhao · 14 years ago
- 28323be Clean up dx test 085. by Dan Bornstein · 14 years ago
- 6748469 Dx test 083's expected output was wrong. by Dan Bornstein · 14 years ago
- 9c907e0 The failure of dx test 105 wasn't actually spurious. Fixed the code. by Dan Bornstein · 14 years ago
- 4fb99d4 Fix a test. by Dan Bornstein · 14 years ago
- 9f7f6a9 Implement the new instruction formats. by Dan Bornstein · 14 years ago
- 0bc9fde A little instruction format housecleaning and prep work. by Dan Bornstein · 14 years ago
- 41ad1bc am 85dc40d2: Take another tilt at the "--core-library" messaging windmill. by Dan Bornstein · 14 years ago
- 85dc40d Take another tilt at the "--core-library" messaging windmill. by Dan Bornstein · 14 years ago
- 7c73c80 am 42929e15: Add optional tags to dalvik. by Jesse Wilson · 14 years ago
- 42929e1 Add optional tags to dalvik. by Jesse Wilson · 14 years ago
- cb2b320 am ac830fea: Fix dx launching script to use the new platform-tools location. by Xavier Ducrohet · 14 years ago
- ac830fe Fix dx launching script to use the new platform-tools location. by Xavier Ducrohet · 14 years ago
- 351d37d Refix whitespace removal that I clobbered in my recent merge. by Dan Bornstein · 14 years ago
- a854f95 resolved conflicts for merge of 4728a4c3 to dalvik-dev by Dan Bornstein · 14 years ago
- ec02229 Updated the warning about old-style inner class metadata to reflect by Dan Bornstein · 14 years ago
- d62676d am 90788e58: am cd401135: am ff9aa9bf: am 9a2b2f76: Don\'t build dx if it\'s an app-only build. by Ying Wang · 14 years ago
- 9a2b2f7 Don't build dx if it's an app-only build. by Ying Wang · 14 years ago
- e31ed7e Added escape analysis and scalar replacement of arrays in dx. by jeffhao · 14 years ago
- 7365493 Remove repeated newlines at the end of files. by Carl Shapiro · 14 years ago
- de75089 Remove trailing whitespace. by Carl Shapiro · 14 years ago
- 4751c15 Fixing bulk reads in ByteArray.MyInputStream by Jesse Wilson · 15 years ago
- 508a929 Fixing bulk reads in ByteArray.MyInputStream by Jesse Wilson · 15 years ago
- 02f3081 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago
- b0d01b0 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago
- 05c9d91 Add a test case for the jsr / invoke bug. (See the included by Dan Bornstein · 15 years ago
- 2859440 am c51439a5: Fix a bug where, in static synchronized methods that had no other uses of registers (no locals, no parameters, no method calls with arguments), v0 would be used both to hold the object being synchronized on and to hold a caught exception. by Dan Bornstein · 15 years ago
- c51439a Fix a bug where, in static synchronized methods that had no other uses by Dan Bornstein · 15 years ago
- 78199ef am 39c5899d: Preflight cleanup of Ropper.java for style, whitespace, etc., before doing some more drastic modifications. Also, bumped up the version number, rather than making changes first and then forgetting that important detail. by Dan Bornstein · 15 years ago
- 39c5899 Preflight cleanup of Ropper.java for style, whitespace, etc., before doing by Dan Bornstein · 15 years ago
- 92f4f58 merge from open-source master by Jean-Baptiste Queru · 15 years ago
- 227be29 Windows SDK: add support for -J option to dx.bat by Raphael · 15 years ago
- 6d84d36 Typo fix in javadoc by Alexey Tarasov · 15 years ago
- 30d4c4a Cosmetic change: cst -> type in javadoc @param by Alexey Tarasov · 15 years ago
- 65c1cfc Be more POSIXly correct in the use of expr. by Dan Bornstein · 15 years ago
- 530e0a5 Be more POSIXly correct in the use of expr. by Dan Bornstein · 15 years ago
- fe70e8b Merge commit 'c1b54205471ea7824c87e53e0d9e6d4c30518007' into merge_korg_master by Jean-Baptiste Queru · 15 years ago
- 43c5658 Replace an iterator with a traditional for loop, to reduce object allocations and memory usage. by Marco Nelissen · 15 years ago
- 96b2060a Give dx a large max heap size by default. by Dan Bornstein · 15 years ago
- f58a5f3 At least mostly-fix internal issue #1898095 / public issue #2868. by Dan Bornstein · 15 years ago
- ac5e0e7 dx incorrectly writes registers as a signed leb128 in the dex debug info by Ben Gruver · 15 years ago
- 4b4413a Fix up the last handful of FindBugs complaints. by Dan Bornstein · 16 years ago
- 55423dc Fix a bunch of little problems noticed by FindBugs, and cleaned up some by Dan Bornstein · 16 years ago
- 64986d4 A foolish consistency is the hobgoblin of little minds. by Dan Bornstein · 16 years ago
- 41aecd0 Tweaks, Mostly grep-based, to better conform to the coding guidelines. by Dan Bornstein · 16 years ago
- d3190a0 Clean up a couple more files. by Dan Bornstein · 16 years ago
- 359f929 Update dx test #111 to reflect the new understanding of reality. by Dan Bornstein · 16 years ago
- d24414a Fix issue #1794388. by Dan Bornstein · 16 years ago
- 363f070 Test case for issue #1794388. by Dan Bornstein · 16 years ago
- f7c7608 Made a few more tweaks as I'm reading over the SSA code. by Dan Bornstein · 16 years ago
- 2049fb0 Gratuitous change to get my feet wet with the new git reality. by Dan Bornstein · 16 years ago
- de1ab37 AI 143732: Tweaks, in response to public critique. by Dan Bornstein · 16 years ago
- 291fe15 AI 143492: Another crank of the --core-library wheel. by Dan Bornstein · 16 years ago
- ab0f0a0 AI 143123: Three minor changes. by Andy McFadden · 16 years ago
- 9940988 auto import //branches/master/...@140412 by The Android Open Source Project · 16 years ago
- f6c3871 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- f72d5de auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- 31e3010 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
- 6dcac3d auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
- 077f9d7 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
- 446b11c auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
- bcd637a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
- 4c1a291 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
- 89c1feb Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
- 2ad60cf Initial Contribution by The Android Open Source Project · 16 years ago