aboutsummaryrefslogtreecommitdiff
path: root/dexlib2/src
AgeCommit message (Expand)Author
2016-04-08Merge remote-tracking branch 'aosp/upstream-master' into incr-dexAlex Light
2016-04-04Dex version 37 supportAlex Light
2016-02-26Refactor ClassPath to take ClassProvidersBen Gruver
2016-02-20Check for switch offset validity in the MethodAnalyzerBen Gruver
2016-02-13Merge branch 'master' into smalideaBen Gruver
2015-10-18Implement support for adding new labels to a MutableMethodImplementationBen Gruver
2015-10-17Add support for 64-bit oat filesBen Gruver
2015-10-17Pass in the Opcodes to use for SyntheticAccessorFSMBen Gruver
2015-10-17Minor javadoc fix for AnalyzedInstruction.setPostRegisterTypeBen Gruver
2015-10-17Only use the instance-of/if-eqz type info if we're getting more informationBen Gruver
2015-10-16Add support for static volatile opcodes in OdexedFieldInstructionMapperBen Gruver
2015-10-14Fix register propagation when overriding a register type from a predecessorBen Gruver
2015-10-13Infer the register type based on the result of an instance-of instructionBen Gruver
2015-10-01Bump up MAX_OAT_VERSION to 71Ben Gruver
2015-10-01Add support for alternate field ordering starting at oat version 67Ben Gruver
2015-10-01Merge branch 'master' into smalideaBen Gruver
2015-09-30Add support for normalizing virtual methodsBen Gruver
2015-09-30Add support for calculating field offsets for artBen Gruver
2015-09-30Add support for using an oat file as the boot class pathBen Gruver
2015-09-30Add oat support in DexFileFactoryBen Gruver
2015-09-29Add art-specific opcodes and opcode valuesBen Gruver
2015-09-29Add a minimal parser for oat filesBen Gruver
2015-09-28Merge remote-tracking branch 'aosp/upstream-master' into aosp/masterAlex Light
2015-09-24Make smali respect order of implementsAlex Light
2015-09-05Add ability to list methods/fields/types when assembling with smaliBen Gruver
2015-08-26Handle invalid debug item offsets more gracefullyBen Gruver
2015-06-18Add backwards compatible version of DexFileFactory.loadDexFile and OpcodesBen Gruver
2015-06-18Replace a missed usage of Iterators.emptyIterator()Ben Gruver
2015-06-18Remove usages of the deprecated Iterators.emptyIterator() methodBen Gruver
2015-05-23Add the generated accessorTest to source controlBen Gruver
2015-04-23Merge remote-tracking branch 'remotes/aosp/upstream-master' into HEADIgor Murashkin
2015-04-09Ensure the stream is closed in DexFileFactory.loadDexFileBen Gruver
2015-03-18Merge branch 'master' into smalideaBen Gruver
2015-03-17Ensure that sparse switch items are written out in the correct orderBen Gruver
2015-03-16Add Member and Annotatable interfacesBen Gruver
2015-03-16Make sure the elements are sorted in an encoded annotationBen Gruver
2015-03-16Add lambda experimental dalvik opcodesIgor Murashkin
2015-03-04Merge branch 'master' into smalidea3Ben Gruver
2015-03-03Merge pull request #29 from yirkha/masterBen Gruver
2015-03-01Simplify how the accessorTest is built and runBen Gruver
2015-02-19Merge remote-tracking branch 'remotes/aosp/upstream-master' into HEADIgor Murashkin
2015-02-19Fix for Dalvik VM crash on parameter annotationsJiri Hruska
2015-02-01Massage the tries before using them for method analysisBen Gruver
2014-12-28Make the checkPackagePrivateAccess functionality an optionBen Gruver
2014-12-28Merge pull request #25 from yyjdelete/patch-1Ben Gruver
2014-12-28Fix some generics issues when compiling with java 8Ben Gruver
2014-12-28Fix some javadoc issuesBen Gruver
2014-12-28Expose the various fixed-size item counts in DexBackedDexFileBen Gruver
2014-12-28Refactor VariableSizeLookaheadIteratorBen Gruver
2014-11-14Use options.checkPackagePrivateAccessyyjdelete