summaryrefslogtreecommitdiffstats
path: root/libdex
Commit message (Expand)AuthorAgeFilesLines
* dalvik: fix instruction initializationWei Wang2013-11-081-0/+1
* dalvik: dalvik device extension pack.Xin Qi2013-11-084-1/+16
* Underp dexroot on cacheSteve Kondik2013-11-051-1/+2
* Move verification of class access flags to libdexcm-10.2-M1Ben Gruver2013-10-251-0/+5
* libdex: Skip the dexroot-on-cache stuff for user buildsSteve Kondik2013-10-232-0/+6
* Revert "Disable /cache/dalvik-cache (temporarily?)"Fused2013-08-031-2/+0
* Disable /cache/dalvik-cache (temporarily?)Ricardo Cerqueira2013-07-261-0/+2
* dvm: Bring back the ANDROID_DATA overrideRicardo Cerqueira2013-07-241-1/+1
* Exclude sha1.c when building libdex for deviceJim Huang2013-07-241-2/+1
* DexOpt anything in /system on /cachectso2013-07-241-1/+31
* Remove dead code.Elliott Hughes2012-12-172-95/+3
* Fix Method.getParameterAnnotations.Elliott Hughes2012-07-231-7/+14
* Use uintptr_t for cast pointer to integer.SangWook Han2012-07-184-4/+4
* am 6353fe2f: am 2a3cc744: Merge "Set SYSTEM_PAGE_SIZE from PAGE_SHIFT"Elliott Hughes2012-03-301-0/+4
|\
| * Set SYSTEM_PAGE_SIZE from PAGE_SHIFTChris Dearman2012-01-301-0/+4
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-088-161/+161
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-065-40/+40
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-052-2/+2
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-054-1211/+6
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-033-4/+4
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-266-19/+19
|/
* Fix memory leak in mapCentralDirectory.Jeff Brown2011-07-191-28/+28
* Normalize the include guard style.Carl Shapiro2011-06-1415-44/+44
* Add some error checking and clean out some cruft.Dan Bornstein2011-06-021-4/+5
* More LOG newline cleanup.Dan Bornstein2011-05-262-2/+2
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-262-50/+50
* Conservation of newlines in libdex.Dan Bornstein2011-05-258-213/+213
* Update dex file magic number.Dan Bornstein2011-05-253-28/+46
* Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2011-05-0532-248/+262
|\
| * Make libdex structures tool friendly.Carl Shapiro2011-04-2719-234/+105
| * Compile libdex as C++.Dan Bornstein2011-04-1421-131/+165
| * Convert the internal and in-line natives to C++.Carl Shapiro2011-04-1213-1/+102
| * Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+8
|/
* Optimize annotations.Jesse Wilson2011-03-241-1/+1
* Add a missing strings.h include for strcasecmp.Carl Shapiro2011-03-211-0/+1
* Move finalization out of the VM.Carl Shapiro2011-03-211-2/+2
* Clarify a comment.Dan Bornstein2011-03-112-1/+3
* Clean up how primitive types are handled.Dan Bornstein2011-03-112-0/+98
* Merge "Add volatile/jumbo opcodes" into dalvik-devAndy McFadden2011-03-113-60/+60
|\
| * Add volatile/jumbo opcodesAndy McFadden2011-03-103-60/+60
* | A bit of libdex spring cleaning.Dan Bornstein2011-03-099-737/+822
|/
* Better class name validation.Dan Bornstein2011-03-092-39/+94
* Low-level support for in-memory DEXAndy McFadden2011-03-031-3/+0
* am bf0cce6d: Fix build.Raphael2011-03-022-0/+6
|\
| * Fix build.Raphael2011-03-022-0/+6
* | am b3086d3b: am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files...Raphael Moll2011-03-022-2/+2
|\|
| * am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mo...Raphael Moll2011-03-022-2/+2
| |\
| | * am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode."Raphael Moll2011-03-012-2/+2
| | |\
| | | * Open dexdump files in binary mode.Raphael Moll2011-02-162-2/+2
| | | * Correct dexopt for uniprocessors.Andy McFadden2010-09-301-13/+1