aboutsummaryrefslogtreecommitdiff
path: root/smali
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/smaliBob Badour
2019-04-11AOSP-specific changes for v2.2.7Ben Gruver
2019-04-08Merge v2.2.7 from upstreamBen Gruver
2018-08-20Update the tests to handle MethodHandle kind fixesAlbert Gorski
2018-08-20Fix support for the kind values of MethodHandleAlbert Gorski
2018-07-01Refactor most of the utility classes from util into dexlib2Ben Gruver
2018-06-13MemoryDataStore: Rename the buffer getter methodLanchon
2018-05-23Add support for const-method-handle and const-method-type in the tree walkerBen Gruver
2018-05-23Add support for const-method-handle and const-method-type in the lexer and pa...Ben Gruver
2018-05-23Add support for invoke-custom and related structures in the tree walkerBen Gruver
2018-05-23Add support for invoke-custom and related structures in the parser and lexerBen Gruver
2018-05-23Make method_prototype rule build and return a MethodProtoReferenceBen Gruver
2018-05-23"occured" -> "occurred" in SmaliTestUtilsBen Gruver
2018-05-23Create separate section for encoded arraysBen Gruver
2018-05-23Fix nullable issue in annotations ruleBen Gruver
2018-05-23Fix up a few non-immutable members in immutable encoded value implementationsBen Gruver
2018-02-28Make smali file iteration more deterministicBen Gruver
2017-12-08Convert external/smali to Android.bpColin Cross
2017-05-01Update smali/baksmali to 2.2.0Ben Gruver
2017-04-27Merge remote-tracking branch 'aosp/upstream-master'Ben Gruver
2016-10-15Ensure all smali files are closed after the writing is completeAlbert Gorski
2016-10-15Unify how sections are referenced in DexPool and DexBuilderBen Gruver
2016-10-04Bad proguard! Don't strip out jcommander classes!Ben Gruver
2016-10-03Remove uses of $(shell)Dan Willemsen
2016-10-02Fix the proguard keep rules for smali/baksmaliBen Gruver
2016-09-17Remove the now-unused experimental opcodes flag/functionalityBen Gruver
2016-09-09Regenerate lexer/parser/treewalker.Narayan Kamath
2016-09-09smali: update to upstream master.Narayan Kamath
2016-09-05Do a cleanup pass on the various commands/arguments/help textBen Gruver
2016-08-27Merge branch 'master' into v2.2_WIPBen Gruver
2016-08-17Revert "Add lambda experimental dalvik opcodes"Narayan Kamath
2016-08-17smali/dexlib: deal with invoke-polymorphic / invoke-polymorphic/range.Narayan Kamath
2016-08-04Regenerate lexer/parser/treewalker.Narayan Kamath
2016-07-10Move existing smali tests to the org.jf.smali packageBen Gruver
2016-07-09Switch to jprante's jflex pluginBen Gruver
2016-05-28Revamp the CLI usage/help formattingBen Gruver
2016-05-16Update url in --version messageBen Gruver
2016-05-16Implement a new command line interface for smaliBen Gruver
2016-04-08Merge remote-tracking branch 'aosp/upstream-master' into incr-dexAlex Light
2016-03-23Replace custom rules with BUILD_PREBUILTDan Willemsen
2016-02-28Add more programmatic-friendly entry points for smali/baksmaliBen Gruver
2016-02-28Fix issue with parameter list parsingBen Gruver
2016-02-28Get rid of the default 6 thread maximum thingBen Gruver
2016-02-20Clean up the jar namingBen Gruver
2016-02-14Add the .tokens files to the binary jarBen Gruver
2016-02-13Merge branch 'master' into smalideaBen Gruver
2015-12-04Add a speculative fix for unicode filename errors on MacBen Gruver
2015-10-01Merge branch 'master' into smalideaBen Gruver
2015-09-29Add art-specific opcodes and opcode valuesBen Gruver
2015-09-28Merge remote-tracking branch 'aosp/upstream-master' into aosp/masterAlex Light