OSDN Git Service

Define scripts for calling DexMerger.
[android-x86/dalvik.git] / dx /
2013-05-03 yrousselDefine scripts for calling DexMerger.
2013-05-03 Elliott HughesMerge "Fix some leaks in VfyBasicBlock & BitVector."
2013-05-03 Raphaël MollMerge "Fix dx to match the new SDK structure."
2013-05-02 Xavier DucrohetFix dx to match the new SDK structure.
2013-05-02 Raphael MollMerge "Fix dx.bat to match the new SDK structure."
2013-04-30 Brian CarlstromMerge changes I3ef1ad8c,I0bbbba1a,Ife107fb6,Ia420b766
2013-04-30 Brian CarlstromMerge "Teach dex how to parse encoded values from ...
2013-04-30 Jesse WilsonSwitch Dex from byte[] to ByteBuffer for backing store...
2013-04-30 Jesse WilsonMove dex utilities from dalvik/dx to libcore/dex
2013-04-30 Jesse WilsonMechanical refactoring of dx into two parts.
2013-04-30 Brian CarlstromChange com.android.dx.io.Annotation to use EncodedValue
2013-04-30 Jesse WilsonTeach dex how to parse encoded values from .dex files.
2013-04-25 Elliott HughesMerge "Don't duplicate annotation set ref lists when...
2013-04-24 Raphael MollFix dx.bat to match the new SDK structure.
2013-04-05 jwilsonDon't duplicate annotation set ref lists when merging.
2013-03-26 Elliott HughesMerge "Print the locker thread when waiting on an object"
2013-01-02 jwilsonam cbac7aed: am 51997559: Fail if the new index is...
2013-01-02 jwilsonam 51997559: Fail if the new index is out of range...
2013-01-02 jwilsonFail if the new index is out of range. do not merge.
2012-12-19 Ying Wangresolved conflicts for merge of e016e80c to jb-mr1...
2012-12-17 Elliott HughesMerge "Optimize opcodes to avoid bubble in pipeline."
2012-12-17 Elliott HughesMerge "Remove dead code."
2012-12-17 Elliott Hughesam 0e84ab50: Merge "Fail if the new index is out of...
2012-12-17 Elliott HughesMerge "Fail if the new index is out of range."
2012-12-17 jwilsonFail if the new index is out of range.
2012-11-12 yrousselam 2d2f13c5: (-s ours) am 707ebe9f: Fix alignment when...
2012-11-12 The Android Open... am d5c3cb5f: am 890e41c1: Merge f870f2d - do not merge
2012-11-12 The Android Open... am 890e41c1: Merge f870f2d - do not merge
2012-11-12 The Android Open... Merge f870f2d - do not merge
2012-11-10 The Android Automergermerge in jb-mr1-release history after reset to jb-mr1-dev
2012-11-09 jeffhaoAdd dx option to always generate const-string/jumbo...
2012-11-07 Yohann Rousselam 288f2280: Revert "Fix alignment when recompacting...
2012-11-07 Yohann RousselRevert "Fix alignment when recompacting a DexMerger...
2012-11-07 yrousselam 707ebe9f: Fix alignment when recompacting a DexMerge...
2012-11-07 yrousselFix alignment when recompacting a DexMerger result...
2012-10-29 jeffhaoam 3daa7a27: am 07df9514: am 69dd411c: (-s ours) Add...
2012-10-29 jeffhaoam 07df9514: am 69dd411c: (-s ours) Add dx option to...
2012-10-26 The Android Automergermerge in jb-mr1-release history after reset to jb-mr1-dev
2012-10-19 Nick Kralevichresolved conflicts for merge of e206e7c9 to jb-mr1...
2012-10-17 jeffhaoam a0475a59: (-s ours) am d5cc3680: (-s ours) am 9db54b...
2012-10-17 jeffhaoam 69dd411c: (-s ours) Add dx option to always generate...
2012-10-17 jeffhaoam 9db54b1e: Add dx option to always generate const...
2012-10-17 Kenny Rootresolved conflicts for merge of ab84215a to jb-mr1...
2012-10-17 The Android Automergermerge in jb-mr1-release history after reset to jb-mr1-dev
2012-10-17 jeffhaoam 3b53278d: am 69dd411c: Add dx option to always gener...
2012-10-17 jeffhaoam 69dd411c: Add dx option to always generate const...
2012-10-17 jeffhaoAdd dx option to always generate const-string/jumbo...
2012-10-16 jeffhaoAdd dx option to always generate const-string/jumbo...
2012-10-03 Jean-Baptiste QueruReconcile with jb-dev - do not merge
2012-09-21 Jean-Baptiste QueruReconcile jb-dev and AOSP
2012-09-12 The Android Open... Reconcile with jb-release - do not merge
2012-09-06 Jesse WilsonFix an ugly bug where try/catch offsets weren't being...
2012-09-06 Jesse WilsonFix a bug where the max blowup of annotations was incor...
2012-09-06 Jesse WilsonFix a bug where debugInfos' size wasn't being computed...
2012-09-05 Ian RogersMerge "Remove unnecessary compiler pragma."
2012-09-05 The Android Automergermerge in jb-mr1-release history after reset to jb-mr1-dev
2012-09-05 Jean-Philippe Lesotam 2004e4eb: am 86e036a8: am e6516a53: Merge "Fix an...
2012-09-05 Jean-Philippe Lesotam 86e036a8: am e6516a53: Merge "Fix an ugly bug where...
2012-09-05 Jean-Philippe Lesotam e6516a53: Merge "Fix an ugly bug where try/catch...
2012-09-05 Jean-Philippe LesotMerge "Fix an ugly bug where try/catch offsets weren...
2012-09-05 Jean-Philippe Lesotam b760cb53: am 93ee4913: am f3b60d2f: Merge "Fix a...
2012-09-05 Jean-Philippe Lesotam 93ee4913: am f3b60d2f: Merge "Fix a bug where the...
2012-09-05 Jean-Philippe Lesotam f3b60d2f: Merge "Fix a bug where the max blowup...
2012-09-05 Jean-Philippe LesotMerge "Fix a bug where the max blowup of annotations...
2012-09-01 Jesse WilsonFix a bug where the max blowup of annotations was incor...
2012-09-01 Jesse WilsonFix an ugly bug where try/catch offsets weren't being...
2012-08-31 Xavier DucrohetMake dex merging stateless. do not merge.
2012-08-31 Elliott HughesSupport debug info in dexmerge. do not merge.
2012-08-29 Elliott HughesMerge "Don't crash in dvmQuasiAtomicsShutdown if we...
2012-08-29 The Android Automergermerge in jb-mr1-release history after reset to jb-mr1-dev
2012-08-28 Jean-Philippe Lesotam a78e89c8: am 4014e152: am a5731795: Merge "Correctly...
2012-08-28 Jean-Philippe Lesotam 4014e152: am a5731795: Merge "Correctly handle switc...
2012-08-28 Jean-Philippe Lesotam a5731795: Merge "Correctly handle switches on values...
2012-08-28 Jean-Philippe LesotMerge "Correctly handle switches on values in a high...
2012-08-28 The Android Automergermerge in jb-mr1-release history after reset to jb-mr1-dev
2012-08-27 Elliott Hughesam 46f57f4d: am cc686898: am f6104618: Merge "Fix a...
2012-08-27 Elliott Hughesam cc686898: am f6104618: Merge "Fix a bug where debugI...
2012-08-27 Elliott Hughesam f6104618: Merge "Fix a bug where debugInfos\' size...
2012-08-27 Elliott HughesMerge "Fix a bug where debugInfos' size wasn't being...
2012-08-27 The Android Automergermerge in jb-mr1-release history after reset to jb-mr1-dev
2012-08-25 The Android Open... Reconcile with jb-mr1-release - do not merge
2012-08-24 Ian RogersMerge "Fix for 6994917 GC is slower since JOO33B per...
2012-08-24 Ian Rogersam bd561cbf: am a9dd9337: Merge "Trim pre-Zygote fork...
2012-08-24 Brian Carlstromam b48569ac: Merge "Fix build warning."
2012-08-24 Brian CarlstromMerge "Fix build warning."
2012-08-24 Ying WangFix build warning.
2012-08-23 Ying Wangam 42106ef4: Merge "Fix build warning." into jb-mr1-dev
2012-08-23 Ying WangMerge "Fix build warning." into jb-mr1-dev
2012-08-23 Ying WangFix build warning.
2012-08-23 Jesse WilsonFix a bug where debugInfos' size wasn't being computed.
2012-08-23 Ben GruverCorrectly handle switches on values in a high register
2012-07-27 The Android Open... Reconcile with jb-release
2012-07-19 The Android Open... Reconcile with jb-mr0-release
2012-07-19 Elliott Hughesam 51801371: Avoid sign extension in packed-switch.
2012-07-09 Jean-Baptiste QueruMerge from AOSP
2012-07-03 Elliott Hughesam 7798a614: Merge "Fix a possible off-by-one in the...
2012-06-21 Elliott Hughesresolved conflicts for merge of 7c03fb79 to jb-dev...
2012-06-21 Kenny RootMerge "Extend forkAndSpecialize to take additional...
2012-06-20 Jean-Baptiste Queruam 44292346: Merge "Switched code to blx <reg>"
2012-06-12 Elliott Hughesam 5164762f: am a9ac3a9d: Merge "Support debug info...
next