summaryrefslogtreecommitdiffstats
path: root/dx
Commit message (Expand)AuthorAgeFilesLines
* Fixed identification of objects in the Constant Collector.jeffhao2010-11-291-3/+19
* Say kNumDalvikInstructions when appropriate.Dan Bornstein2010-11-191-1/+1
* Kill off InsnFormat.nextUp().Dan Bornstein2010-11-1931-191/+0
* Promote opcode-gen to the dalvik directory.Dan Bornstein2010-11-163-791/+0
* Add all the optimized / runtime-only opcodes.Dan Bornstein2010-11-123-265/+314
* Be more prepared for InstrUtils code generation.Dan Bornstein2010-11-122-22/+36
* Add info to the bytecode.txt file.Dan Bornstein2010-11-123-275/+358
* Added info for parallel dx switch "num-threads" to help message.jeffhao2010-11-091-1/+2
* Add const-class/jumbo.Dan Bornstein2010-11-083-78/+86
* Add the new jumbo opcodes to dx...almost.Dan Bornstein2010-11-089-115/+384
* Another bit of cleanup.Dan Bornstein2010-11-082-24/+44
* Use the static opcode chains in dx.Dan Bornstein2010-11-042-107/+88
* Start including the "next opcode" in Dop instances.Dan Bornstein2010-11-045-232/+511
* More prep work for new opcodes.Dan Bornstein2010-11-043-11/+269
* Line width / spacing tweak.Dan Bornstein2010-11-031-2/+4
* Rework the bytecode format file and parser.Dan Bornstein2010-11-022-277/+364
* Always dump blocks in label order.Dan Bornstein2010-11-019-455/+482
* A bunch of minor cleanups.Dan Bornstein2010-10-293-44/+35
* Fix expected output of dx test 086.Dan Bornstein2010-10-281-76/+76
* Fix the expected output of dx test 083.Dan Bornstein2010-10-281-4/+4
* Fix dx test 087.Dan Bornstein2010-10-281-330/+330
* Update the expected.txt for dx test 094.Dan Bornstein2010-10-281-31/+31
* Up the version number.Dan Bornstein2010-10-281-1/+1
* Fix propagation of constants.Dan Bornstein2010-10-278-7/+70
* Added multi-threaded support to processing of class files in dx.jeffhao2010-10-275-22/+102
* Clean up dx test 085.Dan Bornstein2010-10-272-37/+2
* Dx test 083's expected output was wrong.Dan Bornstein2010-10-271-68/+68
* The failure of dx test 105 wasn't actually spurious. Fixed the code.Dan Bornstein2010-10-276-52/+153
* Fix a test.Dan Bornstein2010-10-261-1/+1
* Implement the new instruction formats.Dan Bornstein2010-10-2612-81/+625
* A little instruction format housecleaning and prep work.Dan Bornstein2010-10-256-49/+83
* am 85dc40d2: Take another tilt at the "--core-library" messaging windmill.Dan Bornstein2010-09-261-46/+39
|\
| * Take another tilt at the "--core-library" messaging windmill.Dan Bornstein2010-09-261-46/+39
* | am 42929e15: Add optional tags to dalvik.Jesse Wilson2010-09-162-2/+5
|\|
| * Add optional tags to dalvik.Jesse Wilson2010-09-162-2/+5
* | am ac830fea: Fix dx launching script to use the new platform-tools location.Xavier Ducrohet2010-08-181-1/+5
|\ \ | |/ |/|
| * Fix dx launching script to use the new platform-tools location.Xavier Ducrohet2010-08-181-1/+5
* | Refix whitespace removal that I clobbered in my recent merge.Dan Bornstein2010-06-251-1/+1
* | resolved conflicts for merge of 4728a4c3 to dalvik-devDan Bornstein2010-06-256-8/+74
|\ \
| * | Updated the warning about old-style inner class metadata to reflectDan Bornstein2010-06-246-7/+73
| |/
* | am 90788e58: am cd401135: am ff9aa9bf: am 9a2b2f76: Don\'t build dx if it\'s ...Ying Wang2010-06-152-0/+9
|\|
| * Don't build dx if it's an app-only build.Ying Wang2010-06-112-1/+9
| * Fixing bulk reads in ByteArray.MyInputStreamJesse Wilson2010-05-051-19/+1
* | Added escape analysis and scalar replacement of arrays in dx.jeffhao2010-06-108-32/+1015
* | Remove repeated newlines at the end of files.Carl Shapiro2010-06-0827-29/+0
* | Remove trailing whitespace.Carl Shapiro2010-06-08302-1869/+1869
* | Fixing bulk reads in ByteArray.MyInputStreamJesse Wilson2010-05-031-19/+1
|/
* Fixed bug 2438465, prevented blocks with move-result from being combined.jeffhao2010-02-231-3/+3
* Fixed bug 2438465, prevented blocks with move-result from being combined.jeffhao2010-02-231-0/+3
* Add a test case for the jsr / invoke bug. (See the includedDan Bornstein2010-02-224-0/+112