aboutsummaryrefslogtreecommitdiff
path: root/smali
AgeCommit message (Expand)Author
2015-02-19Regenerate lexer/parser/treewalker for smali 2.0.5Igor Murashkin
2015-02-19Merge remote-tracking branch 'remotes/aosp/upstream-master' into HEADIgor Murashkin
2015-01-20Add stringtemplate dependency to smali, because proguard.Ben Gruver
2014-07-19Implement implicit method/field references in smaliBen Gruver
2014-02-17Improve how method parameter lists are lexedBen Gruver
2014-02-13Extract dexlib2 as a separate host libraryandroid-wear-5.0.0_r1android-l-preview_r2android-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaselollipop-devlollipop-cts-releasel-previewidea133-weekly-releaseBen Gruver
2014-02-13Fix up the build files and some minor tweaks to build smali/baksmali 2.*Ben Gruver
2014-02-13Merge tag 'v2.0.3' into masterBen Gruver
2014-02-03Clean up some unused/unneeded tokens in smaliParser.gBen Gruver
2014-01-18Refactor the maven upload build stuffBen Gruver
2014-01-17Add gradle configuration for uploading smali artifacts to mavenBen Gruver
2013-12-29Use known-good locale when doing jflex codegenBen Gruver
2013-12-08Allow primitive types for 21c instruction format (e.g. check-cast)Ben Gruver
2013-11-10Don't attempt to create the smali.jar/baksmali.jar symlinks on windows.Ben Gruver
2013-09-15Remove the now unused builder instructions and instruction factoriesBen Gruver
2013-09-14Fix the tests related to bracketed namesBen Gruver
2013-09-14Allow arbitrary bracketed member namesBen Gruver
2013-09-08Implement just-in-time instruction fixup due to string jumboificationBen Gruver
2013-09-08Generify the IO requirements for writing a dex fileBen Gruver
2013-09-07Implement instruction fixing in MutableMethodImplementationBen Gruver
2013-09-02Implement instructions for the method builderBen Gruver
2013-08-24Delete BuilderMethodImplementation, and simplify the DexWriter stuff accordinglyBen Gruver
2013-08-24Remove the Instruction template parameter from InstructionFactoryBen Gruver
2013-08-24Initial stub MethodImplementationBuilder and integration into smaliBen Gruver
2013-08-24Remove support for using arbitrary offsets instead of labelsBen Gruver
2013-06-01Don't crash if the smali/baksmali.properties file can't be foundBen Gruver
2013-05-12Git rid of some warnings in smali's main.javaBen Gruver
2013-05-07Fix up proguard configurationBen Gruver
2013-04-30Write the correct header version based on the api levelBen Gruver
2013-04-30Add multi-threading support for smaliBen Gruver
2013-04-29Clean up smali's main class a bitBen Gruver
2013-04-29Add new DexBuilder interfaceBen Gruver
2013-04-27Implementation of new generificationified writer functionalityBen Gruver
2013-04-18Add support to smali for a .source directive with no source fileBen Gruver
2013-04-18Change .param and .local syntax, to be able to handle empty name/type/signatureBen Gruver
2013-04-17Get rid of unneeded TODOBen Gruver
2013-04-17Refactor how api specific Opcodes work (make them non-static)Ben Gruver
2013-04-16Fix issue with .param directive when there are parameters of type DBen Gruver
2013-04-16Tweak the syntax for the .array-data structureBen Gruver
2013-04-16Switch to new parameter syntaxBen Gruver
2013-04-15Change totalmethodRegisters and methodParameterRegisters to scoped method att...Ben Gruver
2013-04-15Add token+text for I_LINE imaginary tokenBen Gruver
2013-04-15Change syntax of const/high16 and const-wide/16Ben Gruver
2013-04-15Fix the line number on instruction errorsBen Gruver
2013-04-15Split out the build rule for the parser and tree walkerBen Gruver
2013-04-15Update to latest antlr3/string templateBen Gruver
2013-04-15Refactor smali to use dexlib2Ben Gruver
2013-03-03Factor out dependency versions, and upgrade to gradle 14.0Ben Gruver
2013-02-24Create smali.jar/baksmali.jar symlinks after building jarsBen Gruver
2013-02-14Fix up the Android.mk and scripts for the current versionandroid-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1android-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1tools_r22.2kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devjb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devidea133Ben Gruver