aboutsummaryrefslogtreecommitdiff
path: root/smali/src
AgeCommit message (Expand)Author
2012-09-23Generate separate POSITIVE/NEGATIVE_INTEGER_LITERAL tokensBen Gruver
2012-09-23Remove ANTLR lexerBen 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-19Set the default local to en-US, to avoid locale specific weirdnessBen 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
2011-11-20Add support for blank register rangesBen Gruver
2011-11-20Add support for Format52c (field references)Ben Gruver
2011-11-20Add support for Format52c (type references)Ben Gruver
2011-11-20Fix performance issue when assembling classes with many static fieldsBen Gruver
2011-11-20Add support for Format41c (field references)Ben Gruver
2011-11-20Add support for Format41c (type references)Ben Gruver
2011-11-19Seperate out execute-inline and execute-inline/range into seperate 35mi and 3...Ben Gruver
2011-11-19Add the throw-verification-error token to the instruction test for the lexerBen Gruver
2011-10-10Add additional verbage for the --allow-odex-instructions in smaliBen Gruver
2011-10-10Add support for assembling format 22c odex instructionsBen Gruver
2011-10-10Add support for assembling format 21c odex instructionsBen Gruver
2011-10-09Add lexer tests for throw-verification-error and related tokensBen Gruver
2011-10-09Improve the error reporting for the lexer testsBen Gruver
2011-10-09Add initial support for allowing assembly of odex instructionsBen Gruver
2011-10-09Add support for the throw-verification-error opcodeBen Gruver
2011-07-20Rename literalTools to LiteralToolsBen Gruver
2010-12-23Minor whitespace fixesJesusFreke@JesusFreke.com
2010-12-23Fix typoJesusFreke@JesusFreke.com
2010-12-23Add support in smali for the new odex instructionsJesusFreke@JesusFreke.com
2010-12-23add missing iput/sput instructions in the InstructionTest lexer testJesusFreke@JesusFreke.com
2010-11-18Add the high and low surrogate characters as valid characters for identifiersJesusFreke@JesusFreke.com
2010-11-04Fix an issue where smali doesn't recognize field/class names that look like a...JesusFreke@JesusFreke.com
2010-07-14Allow "null" as a valid identifierJesusFreke@JesusFreke.com
2010-06-13Add support for the new execute-inline/range odexed instruction in smaliJesusFreke@JesusFreke.com
2010-06-13Add support for a new -T debugging option that prints out all the tokensJesusFreke@JesusFreke.com
2010-06-13Print out an error message for invalid tokens in the lexer, but add a way to ...JesusFreke@JesusFreke.com
2010-06-13Add a method to retrieve the message for InvalidTokenJesusFreke@JesusFreke.com
2010-06-13Improve the error reporting in the parserJesusFreke@JesusFreke.com
2010-06-13Add support for reporting of the source file name from the lexer, to be used ...JesusFreke@JesusFreke.com
2010-06-13Check for lexer errorsJesusFreke@JesusFreke.com
2010-06-13Fix an issue parsing arrays of primitive types when parsing param listsJesusFreke@JesusFreke.com