aboutsummaryrefslogtreecommitdiff
path: root/smali
AgeCommit message (Expand)Author
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
2012-10-30Merge branch 'master' into dexlib_redesignBen Gruver
2012-10-29Change how release vs. non-release is detectedBen Gruver
2012-10-27Fix the build. doh.Ben Gruver
2012-10-27Fix the build. doh.Ben Gruver
2012-10-27Merge branch 'master' into dexlib_redesignBen Gruver
2012-10-27Clean up the smali gradle build a bitBen Gruver
2012-10-21Move Utf8Utils to util module, and split out StringUtilsBen Gruver
2012-10-06Prevent newline normalization on windows for smali testsBen Gruver
2012-10-06Revert "Fix newline issue for smali tests on Windows"Ben Gruver
2012-09-25Print verbose errors in the tree walkerBen Gruver
2012-09-24Fix newline issue for smali tests on WindowsBen Gruver
2012-09-24Fix NullPointerException if source file is not set in lexerBen Gruver
2012-09-24Move parseFloat and parseDouble to LiteralToolsBen Gruver
2012-09-24Fix how the classpath is set for JavaExec gradle tasksBen Gruver
2012-09-23The great tab cleanup of 2012Ben Gruver
2012-09-23Generate separate POSITIVE/NEGATIVE_INTEGER_LITERAL tokensBen Gruver
2012-09-23Remove ANTLR lexerBen Gruver
2012-09-16Add copyright/license for build scriptsBen Gruver
2012-09-15Use JavaExec instead of ant.javaBen Gruver
2012-09-15Implement proguard supportBen Gruver
2012-09-15Generate fat jars for smali and baksmaliBen Gruver
2012-09-15Implement versioning in the gradle buildBen Gruver
2012-09-15gradleize smali projectBen Gruver
2012-08-24Refactor the instruction rule in the tree walkerBen Gruver
2012-08-24Remove support for the extended opcodesBen Gruver
2012-08-24Refactor the instruction rule in the parserBen Gruver
2012-06-20Suppress some warnings when doing the proguard thingBen Gruver
2012-06-20Use proguard on the assembled smali/baksmali jarsBen Gruver
2012-06-19Set the default local to en-US, to avoid locale specific weirdnessBen Gruver
2012-05-23Clean up the maven configurationBen Gruver
2012-05-13Clean up how the usage messages are printedBen Gruver
2012-01-11Add support for version 36 dex filesBen Gruver
2011-11-20Only allow assembling odex opcodes for api levels that it works onBen Gruver
2011-11-20Add support for jumbo volatile field access opcodesBen Gruver
2011-11-20Add support for the invoke-object-init/jumbo odex opcodeBen Gruver
2011-11-20Add support for the return-void-barrier odex instructionBen Gruver
2011-11-20Use Format 35c for invoke-direct-empty, and get rid of Format 35sBen Gruver
2011-11-20Add support for the invoke-object-init/range opcode in ICSBen Gruver
2011-11-20Add support for an --api-level parameterBen Gruver
2011-11-20Add support for auto-upgrading to /jumbo variants of instructions when needed...Ben Gruver
2011-11-20Add support for Format5rcBen Gruver