summaryrefslogtreecommitdiff
path: root/libdex
AgeCommit message (Expand)Author
2012-11-14dalvik/libdex: Don't reduce optimization level to -O2Bernhard Rosenkraenzer
2012-11-14dalvik/libdex: Change to -O2 if we're building with -O3Bernhard Rosenkraenzer
2012-07-23Fix Method.getParameterAnnotations.Elliott Hughes
2012-07-18Use uintptr_t for cast pointer to integer.SangWook Han
2012-03-30am 6353fe2f: am 2a3cc744: Merge "Set SYSTEM_PAGE_SIZE from PAGE_SHIFT"Elliott Hughes
2012-01-30Set SYSTEM_PAGE_SIZE from PAGE_SHIFTChris Dearman
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2012-01-05Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
2012-01-05Remove unsupported experimental opcodes.Elliott Hughes
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-07-19Fix memory leak in mapCentralDirectory.Jeff Brown
2011-06-14Normalize the include guard style.Carl Shapiro
2011-06-02Add some error checking and clean out some cruft.Dan Bornstein
2011-05-26More LOG newline cleanup.Dan Bornstein
2011-05-26Prefer printf format "%#x" over "0x%x".Dan Bornstein
2011-05-25Conservation of newlines in libdex.Dan Bornstein
2011-05-25Update dex file magic number.Dan Bornstein
2011-05-05Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom
2011-04-27Make libdex structures tool friendly.Carl Shapiro
2011-04-14Compile libdex as C++.Dan Bornstein
2011-04-12Convert the internal and in-line natives to C++.Carl Shapiro
2011-04-08Compile the garbage collector and heap profiler as C++.Carl Shapiro
2011-03-24Optimize annotations.Jesse Wilson
2011-03-21Add a missing strings.h include for strcasecmp.Carl Shapiro
2011-03-21Move finalization out of the VM.Carl Shapiro
2011-03-11Clarify a comment.Dan Bornstein
2011-03-11Clean up how primitive types are handled.Dan Bornstein
2011-03-11Merge "Add volatile/jumbo opcodes" into dalvik-devAndy McFadden
2011-03-10Add volatile/jumbo opcodesAndy McFadden
2011-03-09A bit of libdex spring cleaning.Dan Bornstein
2011-03-09Better class name validation.Dan Bornstein
2011-03-03Low-level support for in-memory DEXAndy McFadden
2011-03-02am bf0cce6d: Fix build.Raphael
2011-03-02am b3086d3b: am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files...Raphael Moll
2011-03-02Fix build.Raphael
2011-03-02Change invoke-object-init to /range formAndy McFadden
2011-03-02am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mo...Raphael Moll
2011-03-01am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode."Raphael Moll
2011-02-23Add new comparator function.Dan Bornstein
2011-02-23Add new comparator function.Dan Bornstein
2011-02-23am 5945bc11: Merge "Optimize Class.getMethod() by loading only one method."Jesse Wilson
2011-02-23Optimize Class.getMethod() by loading only one method.Jesse Wilson
2011-02-16Open dexdump files in binary mode.Raphael Moll
2011-02-11Rename invoke-direct-empty to invoke-object-initAndy McFadden
2011-01-07Added vm support for new jumbo opcodes.jeffhao
2010-12-16Expose sysCopyFileToFile() and use it.Dan Bornstein
2010-12-03These asserts are no longer pointless.Dan Bornstein
2010-12-03Another clarifying rename and a bit more automation.Dan Bornstein